mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-17 13:37:35 +08:00
style: Add new downloader and update DownloaderCard.vue to display downloader information
This commit is contained in:
@@ -62,7 +62,14 @@ async function saveSystemSetting() {
|
||||
}
|
||||
|
||||
// 添加下载器
|
||||
function addDownloader() {}
|
||||
function addDownloader() {
|
||||
downloaders.value.push({
|
||||
name: '新下载器',
|
||||
type: 'qbittorrent',
|
||||
default: false,
|
||||
enabled: false,
|
||||
})
|
||||
}
|
||||
|
||||
// 添加媒体服务器
|
||||
function addMediaServer() {}
|
||||
|
||||
Reference in New Issue
Block a user