mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 21:14:21 +08:00
兑换模式下主页标题改为奖励兑换
This commit is contained in:
@@ -2106,7 +2106,7 @@ export const Home: React.FC<HomeProps> = ({ canEdit, isPortraitMode = false }) =
|
|||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<h2 style={{ margin: 0, color: "var(--ss-text-main)", fontSize: "24px" }}>
|
<h2 style={{ margin: 0, color: "var(--ss-text-main)", fontSize: "24px" }}>
|
||||||
{t("home.title")}
|
{rewardMode ? t("rewardExchange.title") : t("home.title")}
|
||||||
</h2>
|
</h2>
|
||||||
<p style={{ margin: "4px 0 0", color: "var(--ss-text-secondary)", fontSize: "13px" }}>
|
<p style={{ margin: "4px 0 0", color: "var(--ss-text-secondary)", fontSize: "13px" }}>
|
||||||
{t("home.subtitle", { count: students.length })}
|
{t("home.subtitle", { count: students.length })}
|
||||||
|
|||||||
Reference in New Issue
Block a user