chore: updates
This commit is contained in:
@@ -41,8 +41,7 @@ export default function Overview() {
|
|||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<h4 className="font-bold text-gray-700 dark:text-white">{t("overview.title_feat")}</h4>
|
<h4 className="font-bold text-gray-700 dark:text-white">{t("overview.title_feat")}</h4>
|
||||||
</div>
|
</div>
|
||||||
{/* 新消息声音 */}
|
|
||||||
<MessageSound />
|
|
||||||
{/* 注册开放与否 */}
|
{/* 注册开放与否 */}
|
||||||
<SettingBlock title={t("overview.sign_up.title")} desc={t("overview.sign_up.desc")}>
|
<SettingBlock title={t("overview.sign_up.title")} desc={t("overview.sign_up.desc")}>
|
||||||
<StyledRadio
|
<StyledRadio
|
||||||
@@ -76,6 +75,8 @@ export default function Overview() {
|
|||||||
|
|
||||||
<Language />
|
<Language />
|
||||||
<DarkMode />
|
<DarkMode />
|
||||||
|
{/* 新消息声音 */}
|
||||||
|
<MessageSound />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user