feat 订阅增加保存路径设置

This commit is contained in:
thsrite
2023-12-12 14:01:35 +08:00
parent 591a46d559
commit c793bc24f0

View File

@@ -39,6 +39,7 @@ const subscribeForm = ref<Subscribe>({
last_update: '',
username: '',
current_priority: 0,
save_path: ''
})
// 提示框
@@ -321,6 +322,17 @@ watchEffect(() => {
multiple
/>
</VCol>
</VRow>
<VRow>
<VCol
cols="12"
md="4"
>
<VTextField
v-model="subscribeForm.save_path"
label="保存路径"
/>
</VCol>
</VRow>
<VRow>
<VCol