feat: 完成 4 个TabBar 页面初版样式修改
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user