chore: temp

This commit is contained in:
GyDi
2022-01-08 02:54:37 +08:00
parent 13e1ddbccd
commit 182bf49ad0
4 changed files with 18 additions and 16 deletions

View File

@@ -39,10 +39,12 @@ const SettingVerge = ({ onError }: Props) => {
return (
<List>
<ListSubheader sx={{ background: "transparent" }}></ListSubheader>
<ListSubheader sx={{ background: "transparent" }}>
Common Setting
</ListSubheader>
<SettingItem>
<ListItemText primary="外观主题" />
<ListItemText primary="Theme Mode" />
<GuardState
value={mode === "dark"}
valueProps="checked"
@@ -58,7 +60,7 @@ const SettingVerge = ({ onError }: Props) => {
</SettingItem>
<SettingItem>
<ListItemText primary="开机自启" />
<ListItemText primary="Self Start" />
<GuardState
value={startup}
valueProps="checked"
@@ -74,7 +76,7 @@ const SettingVerge = ({ onError }: Props) => {
</SettingItem>
<SettingItem>
<ListItemText primary="设置系统代理" />
<ListItemText primary="System Proxy" />
<GuardState
value={proxy}
valueProps="checked"