mirror of
https://github.com/lsky-org/lsky-pro.git
synced 2025-01-09 04:19:32 +08:00
🐛 修复 BUG
This commit is contained in:
parent
3a1095dcb3
commit
8d04e56572
@ -679,7 +679,7 @@
|
||||
.replace(/__strategy_name__/g, image.strategy.name)
|
||||
.replace(/__filename__/g, image.filename)
|
||||
.replace(/__origin_name__/g, image.origin_name)
|
||||
.replace(/__size__/g, utils.formatSize(image.size))
|
||||
.replace(/__size__/g, utils.formatSize(image.size * 1024))
|
||||
.replace(/__mimetype__/g, image.mimetype)
|
||||
.replace(/__width__/g, image.width)
|
||||
.replace(/__height__/g, image.height)
|
||||
|
Loading…
Reference in New Issue
Block a user