linqunxun/dsh-plugins--packages-dsh-client-ui-money-go-brrr ↗★ 1
dsh-client-ui-money-go-brrr
Money go brrr:右下角趣味卡片,以金币/红字粒子效果实时累加并展示名人每秒收入,数据永不重置。
AI 分析
一个纯娱乐性质的客户端 UI 插件。适合想要在工作或对话时,在界面右下角挂一个趣味“印钞机”卡片以活跃气氛的用户。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗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//client.js.