fix: rules

This commit is contained in:
Gabe
2025-10-10 15:05:47 +08:00
parent e593221e02
commit 3844d2eb75
6 changed files with 31 additions and 7 deletions

View File

@@ -98,6 +98,7 @@ function RuleFields({ rule, rules, setShow, setKeyword }) {
aiTerms = "",
selectStyle = "",
parentStyle = "",
grandStyle = "",
injectJs = "",
injectCss = "",
apiSlug,
@@ -540,6 +541,17 @@ function RuleFields({ rule, rules, setShow, setKeyword }) {
maxRows={10}
multiline
/>
<TextField
size="small"
label={i18n("selector_grand_style")}
helperText={i18n("selector_style_helper")}
name="grandStyle"
value={grandStyle}
disabled={disabled}
onChange={handleChange}
maxRows={10}
multiline
/>
<TextField
size="small"