dsh plugins中文
← Back to popular plugin directory

Running status copywriting plug-in

alingalingling/ui-status-label · themes

Customize your whale girl’s deep diving to look whatever you want.

★ 31GitHub stars
2Forks
2026-08-15Last updated
TypeScriptLanguage
License

Project overview

装完需要重启 dsh web 进程(当前运行中的 GUI 不会热加载新插件 bundle),重启后刷新页面即可在设置里看到入口。 兼容性

1. DOM 注入(默认兜底):插件监听聊天视图的运行状态元素(官方标记 role="status" + 硬编码 Deep diving...),把文本替换为你配置的文案。不依赖官方任何新机制,装完即用。 2. conversationStatus 可选服务:当 ui-conversation 带上了扩展点(随 UPSTREAM-EXTENSION.patch 合入官方后),聊天视图直接渲染你配置的文案,DOM 注入自动让位,两者不会冲突。 设置

1. 打开 dsh Web 页面(默认 http://127.0.0.1:3080) 2. 点击页面左下角的齿轮图标,打开设置面板 3. 在左侧导航选择 General(通用) 分区 4. 找到「运行状态文案」一行,在输入框里输入你想要的文字(例如"努力干活中") 5. 输入即生效,无需保存——下次智能体运行期间,聊天视图的状态行就会显示你输入的文字

Install command

dsh plugin --profile web add github:alingalingling/ui-status-label
View GitHub repository ↗Back to popular plugin directory