style: Add new downloader and update DownloaderCard.vue to display downloader information

This commit is contained in:
jxxghp
2024-07-25 11:07:14 +08:00
parent f1dbab7d55
commit 2c9e593af0
2 changed files with 56 additions and 3 deletions

View File

@@ -62,7 +62,14 @@ async function saveSystemSetting() {
}
// 添加下载器
function addDownloader() {}
function addDownloader() {
downloaders.value.push({
name: '新下载器',
type: 'qbittorrent',
default: false,
enabled: false,
})
}
// 添加媒体服务器
function addMediaServer() {}