feat: 增加存储容量显示

This commit is contained in:
2026-09-01 09:20:46 +08:00
parent f85a6ded2a
commit bb5a9b3c0f
6 changed files with 28 additions and 14 deletions

View File

@@ -132,9 +132,7 @@ function openStatsPopup() {
}
function openStoragePopup() {
profileStore.storageStats = countRecordsByMonth()
profileStore.storageTotal = getTotalCount()
profileStore.storageMax = getMaxRecord()
profileStore.refreshStorage()
profileStore.showStoragePopup = true
}