linqunxun/dsh-plugins--packages-dsh-client-ui-money-go-brrr1

dsh-client-ui-money-go-brrr

Money go brrr:右下角趣味卡片,以金币/红字粒子效果实时累加并展示名人每秒收入,数据永不重置。

AI 分析

一个纯娱乐性质的客户端 UI 插件。适合想要在工作或对话时,在界面右下角挂一个趣味“印钞机”卡片以活跃气氛的用户。

套件
dsh-client-ui-money-go-brrr
版本
0.5.0
授權
MIT
最近更新
2026年8月14日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 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.