From bce720df9e026c2e3cd338df0c060600a156027e Mon Sep 17 00:00:00 2001 From: linkeyu Date: Fri, 24 Jul 2026 11:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=87=91=E5=B8=81=E7=BB=8F=E6=B5=8E=E5=88=86=E7=B1=BB=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=20(#70)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 修改内容 - “看视频金币”提示增加历史签到膨胀奖励。 - “常规任务金币”提示移除历史签到膨胀奖励。 - 页面数值继续使用后端统一分类结果。 ## 本地验证 - Next.js 生产构建通过。 - `git diff --check` 通过。 --------- Co-authored-by: linkeyu <798648091@qq.com> Reviewed-on: https://gitea.shaguabijia.com/WonderableAI/shaguabijia-admin-web/pulls/70 Co-authored-by: linkeyu Co-committed-by: linkeyu --- src/app/(main)/dashboard/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(main)/dashboard/page.tsx b/src/app/(main)/dashboard/page.tsx index 4830037..fc3ec05 100644 --- a/src/app/(main)/dashboard/page.tsx +++ b/src/app/(main)/dashboard/page.tsx @@ -1065,14 +1065,14 @@ export default function DashboardPage() { value={fmtInt(periodData?.coins.reward_video_coin_total)} delta={rewardVideoCoinRatio.value} deltaTone={rewardVideoCoinRatio.tone} - hint="独立统计看视频发放,不再重复计入领券奖励。" + hint="普通看视频与历史签到膨胀的实发金币之和,不再重复计入领券奖励或常规任务。" />