总用户数
{{ stats.total_users || 0 }}
今日新增 {{ stats.today_new_users || 0 }}
总生成次数
{{ stats.total_generations || 0 }}
今日 {{ stats.today_generations || 0 }}
会员总数
{{ stats.total_members || 0 }}
活跃灵感 {{ stats.active_inspirations || 0 }}
总收入(元)
{{ ((stats.total_revenue || 0) / 100).toFixed(2) }}
今日 {{ ((stats.today_revenue || 0) / 100).toFixed(2) }}