mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
chore: UI adjustment, add translation, fix CI
This commit is contained in:
@@ -35,17 +35,13 @@ const SettingPage = () => {
|
||||
>
|
||||
<Grid container spacing={{ xs: 2, lg: 3 }}>
|
||||
<Grid item xs={12} md={6}>
|
||||
<Paper sx={{ borderRadius: 1, boxShadow: 2, marginBottom: 2 }}>
|
||||
<SettingSystem onError={onError} />
|
||||
</Paper>
|
||||
<Paper sx={{ borderRadius: 1, boxShadow: 2 }}>
|
||||
<SettingClash onError={onError} />
|
||||
</Paper>
|
||||
</Grid>
|
||||
|
||||
<Grid item xs={12} md={6}>
|
||||
<Paper sx={{ borderRadius: 1, boxShadow: 2 }}>
|
||||
<SettingSystem onError={onError} />
|
||||
</Paper>
|
||||
</Grid>
|
||||
|
||||
<Grid item xs={12} md={6}>
|
||||
<Paper sx={{ borderRadius: 1, boxShadow: 2 }}>
|
||||
<SettingVerge onError={onError} />
|
||||
|
||||
Reference in New Issue
Block a user