From 5b065ad15e6b3d83957d8ac1c4fed44ffcf9bad6 Mon Sep 17 00:00:00 2001 From: amuliang <982632988@qq.com> Date: Sat, 5 Aug 2023 21:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main.js b/app/main.js index e7f4670..bfa1251 100644 --- a/app/main.js +++ b/app/main.js @@ -21,7 +21,7 @@ searcher.registerSourceModel(new mfm.MyFreemp3QQSource()); searcher.registerSourceModel(new mfm.MyFreemp3NeteaseSource()); //searcher.registerSourceModel(new mfm.MyFreemp3KugouSource()); searcher.registerSourceModel(new mfm.MyFreemp3KuwoSource()); -//searcher.registerSourceModel(new mfm.MyFreemp3MiguSource()); +searcher.registerSourceModel(new mfm.MyFreemp3MiguSource()); searcher.registerSourceModel(new mfm.MyFreemp3QianqianSource()); //searcher.registerSourceModel(new mfm.MyFreemp3QingtingSource()); //searcher.registerSourceModel(new mfm.MyFreemp3XimalayaSource()); @@ -30,7 +30,7 @@ searcher.registerSourceModel(new mfm.MyFreemp3QianqianSource()); //searcher.registerSourceModel(new mfm.MyFreemp31tingSource()); // searcher.registerSourceModel(new mfm.MyFreemp35singycSource()); // searcher.registerSourceModel(new mfm.MyFreemp35singfcSource()); -searcher.registerSourceModel(new KugouSource()); +//searcher.registerSourceModel(new KugouSource()); // ***********************************************************************