mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-08 17:20:38 +08:00
feat 规则页面拆分
This commit is contained in:
@@ -69,11 +69,14 @@ async function ruleTest() {
|
||||
v-model="ruleTestForm.ruletype"
|
||||
label="规则类型"
|
||||
:items="[{
|
||||
title: '默认规则',
|
||||
title: '订阅优先级',
|
||||
value: '1',
|
||||
}, {
|
||||
title: '洗版规则',
|
||||
title: '洗版优先级',
|
||||
value: '2',
|
||||
}, {
|
||||
title: '搜索优先级',
|
||||
value: '3',
|
||||
}]"
|
||||
/>
|
||||
</VCol>
|
||||
|
||||
Reference in New Issue
Block a user