fix RuleGroupCard

This commit is contained in:
jxxghp
2024-09-21 21:28:57 +08:00
parent 4d1b5209e7
commit d41b6ca459
2 changed files with 5 additions and 5 deletions

View File

@@ -93,6 +93,7 @@ function addFilterRuleGroup() {
name: `规则组${filterRuleGroups.value.length + 1}`,
rule_string: '',
media_type: '',
category: '',
})
}