mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 09:16:58 +08:00
format
This commit is contained in:
@@ -11,7 +11,7 @@ import FilterRuleGroupCard from '@/components/cards/FilterRuleGroupCard.vue'
|
||||
import ImportCodeDialog from '@/components/dialog/ImportCodeDialog.vue'
|
||||
|
||||
// 自定义规则列表
|
||||
let customRules = ref<CustomRule[]>([])
|
||||
const customRules = ref<CustomRule[]>([])
|
||||
|
||||
// 所有规则组列表
|
||||
const filterRuleGroups = ref<FilterRuleGroup[]>([])
|
||||
|
||||
Reference in New Issue
Block a user