更新项目配置和代码优化

This commit is contained in:
2025-07-19 19:53:58 +08:00
parent 757e3493d4
commit 32bee1d5ba
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ extern int currentSortCriteria; // 当前排序依据
extern int currentSortOrder; // 当前排序顺序
// 统计缓存
extern StatisticsCache statsCache; // 统计分析缓存
extern StatisticsCache statsCache; // 统计分析缓存
#endif // GLOBALS_H