fix: 修复usage页面未显示缓存写入的问题

This commit is contained in:
shaw
2025-12-19 16:57:31 +08:00
parent 078529e51e
commit 7fd94ab78b
4 changed files with 94 additions and 22 deletions

View File

@@ -266,6 +266,8 @@ export default {
sync: 'Sync',
in: 'In',
out: 'Out',
cacheRead: 'Read',
cacheWrite: 'Write',
rate: 'Rate',
original: 'Original',
billed: 'Billed',

View File

@@ -266,6 +266,8 @@ export default {
sync: '同步',
in: '输入',
out: '输出',
cacheRead: '读取',
cacheWrite: '写入',
rate: '倍率',
original: '原始',
billed: '计费',