Merge pull request #62 from thsrite/main

This commit is contained in:
jxxghp
2023-12-14 06:30:15 +08:00
committed by GitHub

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