From 598144088142465c2390a06d8558659b7f9d7985 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Thu, 12 Mar 2026 23:01:39 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=9A=90=E8=97=8F=E6=8C=81?= =?UTF-8?q?=E4=BB=93=E7=9A=84=E6=97=B6=E5=80=99=E5=90=8C=E6=97=B6=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/GroupSummary.jsx | 9 +++++++-- app/components/MobileFundTable.jsx | 8 ++++---- app/components/PcFundTable.jsx | 8 ++++---- app/globals.css | 6 ++++++ 4 files changed, 21 insertions(+), 10 deletions(-) diff --git a/app/components/GroupSummary.jsx b/app/components/GroupSummary.jsx index ef64463..2beb590 100644 --- a/app/components/GroupSummary.jsx +++ b/app/components/GroupSummary.jsx @@ -244,6 +244,7 @@ export default function GroupSummary({ ¥ {isMasked ? ( ****** @@ -278,7 +279,9 @@ export default function GroupSummary({ }} > {isMasked ? ( - ****** + + ****** + ) : summary.hasAnyTodayData ? ( <> @@ -331,7 +334,9 @@ export default function GroupSummary({ title="点击切换金额/百分比" > {isMasked ? ( - ****** + + ****** + ) : ( <> diff --git a/app/components/MobileFundTable.jsx b/app/components/MobileFundTable.jsx index 0b8e625..9f31fd9 100644 --- a/app/components/MobileFundTable.jsx +++ b/app/components/MobileFundTable.jsx @@ -554,7 +554,7 @@ export default function MobileFundTable({ } }} > - {masked ? '******' : holdingAmountDisplay} + {masked ? ****** : holdingAmountDisplay} {hasDca && } {isUpdated && } @@ -759,7 +759,7 @@ export default function MobileFundTable({
- {masked && hasProfit ? '******' : amountStr} + {masked && hasProfit ? ****** : amountStr} {hasProfit && percentStr && !masked ? ( @@ -789,7 +789,7 @@ export default function MobileFundTable({
- {masked && hasProfit ? '******' : amountStr} + {masked && hasProfit ? ****** : amountStr} {percentStr && !isUpdated && !masked ? ( @@ -818,7 +818,7 @@ export default function MobileFundTable({
- {masked && hasTotal ? '******' : amountStr} + {masked && hasTotal ? ****** : amountStr} {percentStr && !masked ? ( diff --git a/app/components/PcFundTable.jsx b/app/components/PcFundTable.jsx index e276e8c..db2d62b 100644 --- a/app/components/PcFundTable.jsx +++ b/app/components/PcFundTable.jsx @@ -692,7 +692,7 @@ export default function PcFundTable({ return (
- {masked && hasProfit ? '******' : amountStr} + {masked && hasProfit ? ****** : amountStr} {hasProfit && percentStr && !masked ? ( @@ -750,7 +750,7 @@ export default function PcFundTable({ >
- {masked ? '******' : (info.getValue() ?? '—')} + {masked ? ****** : (info.getValue() ?? '—')}