fix blacklist

This commit is contained in:
Gabe
2025-10-13 23:46:04 +08:00
parent 8a5ef441f9
commit dd395e668f
2 changed files with 10 additions and 12 deletions

View File

@@ -382,6 +382,15 @@ export default function Settings() {
{isExt ? (
<>
<TextField
size="small"
label={i18n("disabled_orilist")}
helperText={i18n("pattern_helper")}
name="orilist"
value={orilist}
onChange={handleChange}
multiline
/>
<TextField
select
fullWidth
@@ -411,15 +420,6 @@ export default function Settings() {
onChange={handleChange}
multiline
/>
<TextField
size="small"
label={i18n("disabled_orilist")}
helperText={i18n("pattern_helper")}
name="orilist"
value={orilist}
onChange={handleChange}
multiline
/>
</>
) : (
<>