From 007890be90001ff1a74bfd8d9b2eeca86d9e4ee0 Mon Sep 17 00:00:00 2001 From: IamFurina Date: Sat, 22 Feb 2025 19:49:48 +0800 Subject: [PATCH] =?UTF-8?q?Patch:=20=E6=9B=B4=E6=96=B0API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index f454827..f26f1df 100644 --- a/server.js +++ b/server.js @@ -244,7 +244,7 @@ async function consturctServer(moduleDefs) { const song = moduleResponse['body']['data'][0] if (!song.url || [1, 4].includes(song.fee)) { const match = require('@unblockneteasemusic/server') - const source = ['pyncmd', 'qq', 'migu', 'kuwo', 'kugou', 'bilibili'] + const source = ['pyncmd', 'kuwo'] const { url } = await match(req.query.id, source) song.url = url song.freeTrialInfo = null // 对于Splayer来说,去除开通会员提示