🎨 数据统计

This commit is contained in:
Liang Ding 2022-11-14 11:03:54 +08:00
parent e8f1808cb0
commit b3c9eba73a
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 3 additions and 0 deletions

View file

@ -426,6 +426,8 @@ declare interface IConfig {
cBlockCount: number
dataSize: number
cDataSize: number
assetsSize: number
cAssetsSize: number
}
}