fix: 修改内存的基础单位为kb
Build and Deploy Vue3 / build (push) Successful in 2m38s
Build and Deploy Vue3 / deploy (push) Successful in 1m3s

This commit is contained in:
lin
2026-03-21 15:25:38 +08:00
parent cf19956b88
commit 9edb59d16e
14 changed files with 819 additions and 155 deletions
@@ -178,7 +178,9 @@ const tabLoaded = reactive({
'volume': false,
'vm': false,
'security': false,
'vnc': false
'vnc': false,
'snapshot': false,
'backup': false
})