kedoupi/dsh-plugins--plugins-hello0

dsh-hello

适用于小桃子 DSH 的应用内公告弹窗插件:在 Web UI 加载时显示欢迎或公告信息,点击确定即可关闭。

AI 分析

核心用途是向用户展示首次欢迎信息、系统公告或广告。适合小桃子 DSH 的分发者或团队管理员,用于向终端用户推送重要通知。

套件
dsh-hello
版本
0.2.0
授權
MIT
最近更新
2026年8月21日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kedoupi/dsh-plugins#d0a3f0abfd7341d1898d518d4c3269c28b4a909e&path:plugins/hello

dsh-hello

English | 中文

In-app notice dialog for Xiaotaozi DSH. It sits on top of the Web UI when the app loads. OK dismisses it.

The first notice is a Xiaotaozi welcome. Later notices (announcements, ads, user messages) go in src/notices.ts as extra items in the queue.

Part of the dsh-plugins monorepo. User-facing copy in the dialog is Chinese.

Install

dsh plugin --profile web add github:kedoupi/dsh-plugins#path:plugins/hello
dsh web

Dismissed ids are stored in localStorage on this origin.

Develop

From the monorepo root:

pnpm --filter dsh-hello test
pnpm --filter dsh-hello build
node scripts/link-plugin.mjs --profile web hello
pnpm dev

That links into the repo .dsh-home (port 3081), not the daily ~/.dsh.