dsh-weekly-hot
Weekly hot DSH plugins ranking panel: trending (7/30/90-day star-growth) and curated topic leaderboards, rendered as a self-healing sidebar entry below the New Session button in the dsh web GUI.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:XCNXNXNX/dsh-weekly-hot说明文档
阅读完整 README ↗配置
config.json(随插件分发,改后刷新生效):
{
"榜单配置": {
"飙升榜": { "时间窗口": [7, 30, 90], "最小Star数": 0, "榜单长度": 50 },
"精选主题榜": { "主题列表": ["UI", "工具", "记忆", "工作流", "视觉", "多模态"], "每主题数量": 10 }
},
"数据源": {
"优先使用社区精选": true,
"社区精选列表": ["https://raw.githubusercontent.com/…/README.md"],
"GitHub Token": ""
},
"UI": { "自动刷新间隔": 3600, "默认榜单": "飙升榜", "默认时间窗口": 7 }
}
Token 也可在面板 ⚙️ 设置中填写(优先于文件,仅存 localStorage)。