awa
This commit is contained in:
@@ -64,7 +64,7 @@ const SiteInformation = () => {
|
|||||||
<NoMarginHelperText>{t("settings.customFooterHTMLDes")}</NoMarginHelperText>
|
<NoMarginHelperText>{t("settings.customFooterHTMLDes")}</NoMarginHelperText>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
</SettingForm>
|
</SettingForm>
|
||||||
<SettingForm title={t("settings.announcementEnabled", "启用公告")} lgWidth={5}>
|
<SettingForm title={t("settings.announcementEnabled", "启用公告")} lgWidth={5} pro={false}>
|
||||||
<FormControl fullWidth>
|
<FormControl fullWidth>
|
||||||
<Switch
|
<Switch
|
||||||
checked={isTrueVal(values.announcement_enabled)}
|
checked={isTrueVal(values.announcement_enabled)}
|
||||||
@@ -79,7 +79,7 @@ const SiteInformation = () => {
|
|||||||
</NoMarginHelperText>
|
</NoMarginHelperText>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
</SettingForm>
|
</SettingForm>
|
||||||
<SettingForm title={t("settings.announcement", "公告内容")} lgWidth={5}>
|
<SettingForm title={t("settings.announcement", "公告内容")} lgWidth={5} pro={false}>
|
||||||
<FormControl fullWidth>
|
<FormControl fullWidth>
|
||||||
<DenseFilledTextField
|
<DenseFilledTextField
|
||||||
fullWidth
|
fullWidth
|
||||||
|
|||||||
Reference in New Issue
Block a user