topfans/frontend
zheng020 bd3296421a fix:修复存储空间已用大小虚高(对齐系统存储口径)
- cacheManager:移除 sandboxOnlyBytes,避免与 getSandboxTotalSize 完整 data 目录扫描双计(345.8MB vs 系统 413MB 根因)
- ioPath:StorageStatsManager 改 getApkBytes+getDataBytes+getCacheBytes 三部分求和,规避 proxy 把 getAppBytes 误解析成仅 base.apk(21MB)
- ioPath:native 返回值 <30MB 判不可信 → 完整 data 目录扫描降级(_scanFullAppUsage)
- ioPath:4 根扫描 PRIVATE_DOC 只扫顶层(防双计)、PRIVATE_WWW 递归数全;新增 _sumDirSizeRecursive 带 phantom entry 过滤/路径去重/深度与文件数上限

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-03 18:28:13 +08:00
..
components feat(asset-detail): pull-down/up card gestures with smooth follow 2026-07-28 14:13:39 +08:00
composables fix:修复存储空间bug 2026-08-03 15:42:33 +08:00
config
hybrid/html
pages fix:存储空间页加载状态优化(进度条实时计算 + 详情页加载动画) 2026-08-03 18:27:12 +08:00
static feat:修改样式和去除多余的清理内存方式 2026-07-31 17:07:01 +08:00
store fix(frontend): clear all daily_login_completed_* keys on logout 2026-07-27 16:36:58 +08:00
uni_modules
uniCloud-alipay
utils fix:修复存储空间已用大小虚高(对齐系统存储口径) 2026-08-03 18:28:13 +08:00
.env.development
.env.production
.gitignore
App.vue feat:修改接口缓存 2026-08-03 17:20:55 +08:00
index.html feat:修改样式和去除多余的清理内存方式 2026-07-31 17:07:01 +08:00
main.js
manifest.json feat:添加存储空间 2026-07-29 16:03:33 +08:00
oss-upload-test(1).html
package.json
pages.json fix:正确访问已用内存大小bug 2026-07-30 16:39:13 +08:00
uni.promisify.adaptor.js
uni.scss