1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-05-20 11:15:46 +08:00

feat: 在线播放功能优化,新增AI智能提取用户口令 (#654)

1. 优化网页展示,适配移动端
2. 增加【全部推送】功能(会创建 _online_webpush 歌单)
3. 优化【在线播放】口令(会创建 _online_play 歌单)
4. 增加【歌手播放】口令(会创建 _online_歌手名 歌单)
5. 增加【歌曲续播功能】
     当播放到歌单最后一首歌时,可设置是否追加相同歌手的歌曲(默认未启用,仅【全部播放】模式适用)
6. 增加AI智能提取用户口令,提高搜索准确度(使用OpenAI规范接口,默认未启用,需自行配置大模型 key等参数【阿里百炼、质谱AI等】)
7. 优化播放链接获取方式,改为使用请求代理转发方式,减少播放请求
This commit is contained in:
boluofan
2026-01-09 14:37:33 +08:00
committed by GitHub
parent 50925dc06d
commit d3a7201294
16 changed files with 1775 additions and 426 deletions

View File

@@ -37,7 +37,7 @@ def check_all_plugins():
time.sleep(3) # 等待插件加载
print("\n2. 获取所有插件状态...")
plugins = manager.get_plugin_list()
plugins = manager.refresh_plugin_list()
print(f" 总共找到 {len(plugins)} 个插件")
# 分类插件状态