feat: 完成 4 个TabBar 页面初版样式修改

This commit is contained in:
R524809
2026-04-02 17:05:55 +08:00
parent b18dbcb0d1
commit 206c44cf6d
61 changed files with 4670 additions and 996 deletions
+2 -2
View File
@@ -29,9 +29,9 @@ function getTodayDateString(): string {
}
/**
* 获取今日下载次数
* 获取今日下载次数(供个人中心等展示;与内部计数逻辑一致)
*/
function getTodayDownloadCount(): number {
export function getTodayDownloadCount(): number {
const today = getTodayDateString();
const downloadDate = wx.getStorageSync(STORAGE_KEY_DOWNLOAD_DATE);