chore: 修改发布流程

This commit is contained in:
digua
2025-12-24 00:19:54 +08:00
parent 878d120fb0
commit f84eeb9b38
4 changed files with 74 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ export function trackDailyActive(): void {
}
// 上报每日活跃事件
trackEvent('app_daily_active', { is_new: isNew ? 1 : 0 })
trackEvent(isNew ? 'app_daily_active_new' : 'app_daily_active')
data.lastReportDate = today
saveAnalyticsData(data)