"git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "bfe414670fa932b04ded5250252bafebc8fd5f6a"
fix: 修复 lite 模式跳过窗口费用查询导致 $0.00 显示的问题
commit 80ae592c 引入 lite 模式优化首次加载性能,但将窗口费用查询也一起跳过了。 commit 491a7444 尝试用 30 秒快照缓存修复,但缓存过期后问题复现。 移除窗口费用查询的 lite/非 lite 区分,始终执行 PostgreSQL 聚合查询。 同时删除不再需要的 account_window_cost_cache.go 文件。 Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
Please register or sign in to comment