Merge pull request #62 from thsrite/main

This commit is contained in:
jxxghp
2023-12-14 06:30:15 +08:00
committed by GitHub
+12
View File
@@ -39,6 +39,7 @@ const subscribeForm = ref<Subscribe>({
last_update: '', last_update: '',
username: '', username: '',
current_priority: 0, current_priority: 0,
save_path: ''
}) })
// 提示框 // 提示框
@@ -321,6 +322,17 @@ watchEffect(() => {
multiple multiple
/> />
</VCol> </VCol>
</VRow>
<VRow>
<VCol
cols="12"
md="4"
>
<VTextField
v-model="subscribeForm.save_path"
label="保存路径"
/>
</VCol>
</VRow> </VRow>
<VRow> <VRow>
<VCol <VCol