leee来一个lx音乐的TuneHUB音源 中发帖

首先感谢 


佬的TuneHUB
https://linux.do/t/topic/1509257
在js文件里把key添加上就可以用了
/**
* @name TuneHub
* @description 基于 TuneHub V3 API 的 LX 自定义音源
* @version 1.0.0
* @author leee
* @homepage https://tunehub.sayqz.com
*/

const { EVENT_NAMES, request, on, send } = globalThis.lx

const CONFIG = {
API_BASE_URL: 'https://tunehub.sayqz.com/api',
API_KEY: '', // 在这里填写你的 TuneHub API Key
}

const PLATFORM...