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