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() ?? '—')}