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

View File

@@ -368,6 +368,7 @@ onMounted(() => {
>
<!-- Dialog Content -->
<VCard :title="`订阅 - ${props.media?.name}`">
<DialogCloseBtn @click="rssInfoDialog = false" />
<VCardText class="pt-2">
<VForm @submit.prevent="() => {}">
<VRow>

View File

@@ -176,6 +176,7 @@ function onRefresh() {
<!-- Dialog Content -->
<VCard title="新增自定义订阅">
<DialogCloseBtn @click="rssAddDialog = false" />
<VCardText class="pt-2">
<VForm @submit.prevent="() => {}">
<VRow>