feat: format subtitle

This commit is contained in:
Gabe
2025-10-09 02:15:58 +08:00
parent 40b3072e5f
commit 71b2d62c9f
7 changed files with 299 additions and 67 deletions

View File

@@ -104,16 +104,6 @@ export default function SubtitleSetting() {
</Grid>
</Box>
<TextField
size="small"
label={i18n("background_styles")}
name="windowStyle"
value={windowStyle}
onChange={handleChange}
maxRows={10}
multiline
fullWidth
/>
<TextField
size="small"
label={i18n("origin_styles")}
@@ -134,6 +124,16 @@ export default function SubtitleSetting() {
multiline
fullWidth
/>
<TextField
size="small"
label={i18n("background_styles")}
name="windowStyle"
value={windowStyle}
onChange={handleChange}
maxRows={10}
multiline
fullWidth
/>
</Stack>
</Box>
);