linqunxun/dsh-plugins
Money go brrr — DSH client UI plugins collection
项目介绍Project Overview
这是 DSH 客户端 UI 插件合集,当前含 money-go-brrr:在右下角卡片轮播名人,按其估算每秒收入累计总额,显示金/红粒子,刷新或重启不重置并跟随系统语言。适合想给 DSH 网页端加娱乐化装饰时使用;收入数据为基于公开资料的粗略估算,仅供娱乐。
This is a collection of DSH client UI plugins, currently including money-go-brrr. It adds a bottom-right card that cycles through famous people, accumulates a total using their estimated per-second income, shows gold or red particles, persists across refreshes and restarts, and follows the system language. Use it for an entertaining DSH web UI decoration; income figures are rough public estimates and for entertainment only.
请帮我了解并安装插件:【dsh-plugins】【https://github.com/linqunxun/dsh-plugins】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh plugin --profile web add github:linqunxun/dsh-plugins
把 linqunxun/dsh-plugins 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
dsh-plugins
简体中文 · English
DeepSeek Harness (DSH) client UI plugins collection.
Plugins
dsh-client-ui-money-go-brrr
Money go brrr — a bottom-right "keep printing cash" card: rotates through famous people (tech founders, athletes, even net-worth-losers), accumulates a grand total at each person's real per-second income, shows money+ particles (gold gains / red losses), never resets across refreshes or restarts, and follows your system language.
Per-second incomes are rough estimates based on public figures, for entertainment only.
Install
Copy packages/dsh-client-ui-money-go-brrr into any DSH web profile's
packages/ directory, then add the dependency to the profile's
package.json:
{
"dependencies": {
"dsh-client-ui-money-go-brrr": "file:./packages/dsh-client-ui-money-go-brrr"
}
}
Register the plugin row in the profile's cordis.patch.yml:
- insert:
- id: ui-money-go-brrr
name: 'dsh-client-ui-money-go-brrr'
Then run pnpm install in the profile directory and restart dsh web.
Development
The browser bundle uses the standard DSH web format
window.__ModuleLoader__.load({ id, factory }) (see lib/client.js),
served by the client-modules service at /plugins/<id>/client.js.
nexu-io/open-design
freestylefly/awesome-gpt-image-2
anywhere-labs/dsh-desktop
walkinglabs/learn-harness-engineering
awesome-dsh-plugin/awesome-dsh-plugin
MemTensor/MemOS