Chore: remove promotional copy and home-training wording

这个提交包含在:
cryptocommuniums-afk
2026-03-14 21:50:09 +08:00
父节点 914f015c30
当前提交 ba35e50528
修改 11 个文件,包含 50 行新增50 行删除

查看文件

@@ -96,7 +96,7 @@ export default function Training() {
<div className="flex items-center justify-between">
<div>
<h1 className="text-2xl font-bold tracking-tight" data-testid="training-title"></h1>
<p className="text-muted-foreground text-sm mt-1">AI个性化训练方案</p>
<p className="text-muted-foreground text-sm mt-1"></p>
</div>
</div>
@@ -109,7 +109,7 @@ export default function Training() {
</CardTitle>
<CardDescription>
AI生成个性化训练方案
</CardDescription>
</CardHeader>
<CardContent className="space-y-4">
@@ -149,7 +149,7 @@ export default function Training() {
className="w-full sm:w-auto gap-2"
>
{generateMutation.isPending ? (
<><Loader2 className="h-4 w-4 animate-spin" />AI生成...</>
<><Loader2 className="h-4 w-4 animate-spin" />...</>
) : (
<><Sparkles className="h-4 w-4" /></>
)}
@@ -186,7 +186,7 @@ export default function Training() {
) : (
<RefreshCw className="h-3 w-3" />
)}
</Button>
</div>
{activePlan.adjustmentNotes && (