deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
一个运行在 DeepSeek Harness (DSH) Web 界面里的网易云音乐浮窗:可拖拽、可折叠, 支持歌单/歌曲/专辑浏览、同步歌词与翻译、播放队列、扫码登录自己账号。
dsh plugin --profile web add @wolfgenerals/ncm-player
该命令会在 web profile 中安装依赖,并把 @wolfgenerals/ncm-player 加入 dsh.profile.bundles
列表(见 $DSH_HOME/profiles/web/package.json)。重启 DSH Web 后生效。
dsh plugin --profile web add github:WolfGenerals/ncm-player
该命令同样会把 @wolfgenerals/ncm-player 加入 dsh.profile.bundles 列表,重启 DSH Web 后生效。
git clone https://github.com/WolfGenerals/ncm-player.git
重启 DSH Web 后生效。
登录态与播放队列保存在本机浏览器 localStorage(key: ncmply-settings),不再写入磁盘文件:
{
"account": { "cookie": "...", "uid": 123, "nickname": "..." },
"state": {
"queue": [ { "id": 1, "name": "...", "artists": "...", "album": "...", "cover": "...", "duration": 0 } ],
"index": -1, "mode": "order", "vol": 0.8, "quality": 320000, "time": 0
}
}
~/.dsh/ncmply-settings 会在启动时被只读读取一次并自动迁入 localStorage,随后不再写入(文件保留但不更新)。music.163.com 的网络。# 结构
# index.mjs Host 半部(cordis 插件, webServer 路由 + node 子进程网络)
# client/src.js Client 半部源码(纯 JS + React.createElement,无 JSX/TS)
# lib/client.js Client 半部构建产物(scripts/build.mjs 生成)
# scripts/build.mjs 无依赖构建脚本
# cordis.patch.yml 组合 patch 层
Host 依赖 os/path 计算跨平台路径;settings 文件路径(DSH_HOME 优先, 回退 <home>/.dsh)
仅用于 ≤1.0.7 旧数据的只读迁移,host 不再写盘。
MIT
实现借鉴了 sanwuhundun/dsh-netease-music 的网易云音乐 API 对接与登录方案。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。