fix: enhance some interactive experiences

This commit is contained in:
maicss
2024-03-01 22:20:16 +08:00
parent 55481db2ee
commit 81062d4580
3 changed files with 5 additions and 0 deletions

View File

@@ -121,6 +121,9 @@ async function updateSiteInfo() {
<template>
<VDialog
scrollable
:close-on-back="false"
persistent
eager
max-width="60rem"
>
<VCard

View File

@@ -214,6 +214,7 @@ async function loadDownladerSetting() {
TR_USER,
TR_PASSWORD,
}
downloaderTab.value = DOWNLOADER === 'qbittorrent' ? 'qbittorrent' : 'transmission'
}
}
catch (error) {

View File

@@ -68,6 +68,7 @@ onBeforeMount(fetchData)
@click="siteAddDialog = true"
/>
<SiteAddEditForm
v-if="siteAddDialog"
v-model="siteAddDialog"
oper="add"
@save="siteAddDialog = false; fetchData()"