完成网络音乐、工具页面与安装器体验升级

This commit is contained in:
2026-08-18 13:54:33 +08:00
parent 337390f53e
commit 149c28082d
1082 changed files with 26442 additions and 162838 deletions
+12
View File
@@ -0,0 +1,12 @@
// 获取乐库下的 fm
module.exports = (params, useAxios) => {
return useAxios({
url: '/v1/time_fm_info',
encryptType: 'android',
method: 'GET',
params: { operator: 7, plat: 0, type: 11, area_code: 1, req_multi: 1 },
cookie: params?.cookie || {},
headers: { 'x-router': 'fm.service.kugou.com' },
});
};