Patch: 更新API

This commit is contained in:
IamFurina 2025-02-26 21:33:07 +08:00 committed by ImFurina
parent 007890be90
commit ffd5c095a9

View File

@ -247,7 +247,7 @@ async function consturctServer(moduleDefs) {
const source = ['pyncmd', 'kuwo']
const { url } = await match(req.query.id, source)
song.url = url
song.freeTrialInfo = null // 对于Splayer来说去除开通会员提示
song.freeTrialInfo = "unblock" // 对于Splayer来说去除开通会员提示
}
}