This commit is contained in:
jxxghp
2023-09-06 20:22:32 +08:00
parent 506b6eea09
commit 4e5dd03456
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -368,6 +368,7 @@ onMounted(() => {
> >
<!-- Dialog Content --> <!-- Dialog Content -->
<VCard :title="`订阅 - ${props.media?.name}`"> <VCard :title="`订阅 - ${props.media?.name}`">
<DialogCloseBtn @click="rssInfoDialog = false" />
<VCardText class="pt-2"> <VCardText class="pt-2">
<VForm @submit.prevent="() => {}"> <VForm @submit.prevent="() => {}">
<VRow> <VRow>
+1
View File
@@ -176,6 +176,7 @@ function onRefresh() {
<!-- Dialog Content --> <!-- Dialog Content -->
<VCard title="新增自定义订阅"> <VCard title="新增自定义订阅">
<DialogCloseBtn @click="rssAddDialog = false" />
<VCardText class="pt-2"> <VCardText class="pt-2">
<VForm @submit.prevent="() => {}"> <VForm @submit.prevent="() => {}">
<VRow> <VRow>