feat: 优化主入口代码 添加歌曲下载功能

This commit is contained in:
alger
2025-01-02 00:14:05 +08:00
parent 38a9d6ed31
commit 018218a5bf
12 changed files with 441 additions and 172 deletions
-2
View File
@@ -60,12 +60,10 @@ const copyQQ = () => {
defineProps({
alipayQR: {
type: String,
required: true,
default: alipay
},
wechatQR: {
type: String,
required: true,
default: wechat
}
});