dsh-spark-input
Input spark particles: golden-orange glowing particles burst at the caret position on every keystroke, following the caret as you type
AI Analysis
核心用途是提供打字视觉特效。适合追求个性化界面、希望在打字输入时获得趣味交互反馈和解压视觉效果的 Web 端用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗dsh-spark-input
中文说明
输入火花粒子 —— 一个 DSH 浏览器界面插件。
在输入框打字时,火花从光标位置爆发并跟随光标移动。
演示

安装
前提:已安装 DSH(DeepSeek Harness)和 pnpm。
三步完成:
第 1 步:安装到 DSH 的 web profile
dsh plugin --profile web add
第 2 步:启用插件
编辑 ~/.dsh/profiles/web/cordis.patch.yml(Windows 默认在 C:\Users\\.dsh\profiles\web\;若设置过 DSH_HOME 环境变量则在 $DSH_HOME/profiles/web/),将内容中的 [] 替换为:
- insert:
- id: ui-spark-input
name: 'dsh-spark-input'
第 3 步:重启 DSH
dsh --profile web
常见问题
安装时出现 declares no dsh.bundle 警告?
正常,忽略即可。
安装后没效果?
确认完成了第 2 步并重启了 DSH。仍无效时,检查 cordis.patch.yml 的缩进是否与上方 YAML 一致。
如何卸载?
把 cordis.patch.yml 的内容改回 [],重启 DSH 即可。
如何从源码构建?(普通使用不需要)
pnpm install && pnpm run build
English
Input spark particles — a DSH browser UI plugin.
Golden-orange glowing particles burst at the caret position on every keystroke, following the caret as you type.
Demo

Installation
Prerequisites: DSH (DeepSeek Harness) and pnpm installed.
Three steps:
Step 1: Install into the DSH web profile
dsh plugin --profile web add
Step 2: Enable the plugin
Edit ~/.dsh/profiles/web/cordis.patch.yml (C:\Users\\.dsh\profiles\web\ on Windows by default; $DSH_HOME/profiles/web/ if the DSH_HOME environment variable is set), replacing [] with:
- insert:
- id: ui-spark-input
name: 'dsh-spark-input'
Step 3: Restart DSH
dsh --profile web
FAQ
A declares no dsh.bundle warning appeared during installation?
Expected. Ignore it.
No effect after installing?
Make sure Step 2 is done and DSH has been restarted. If it still doesn't work, check that the indentation in cordis.patch.yml matches the YAML above.
How to uninstall?
Restore cordis.patch.yml back to [] and restart DSH.
How to build from source? (not needed for normal use)
pnpm install && pnpm run build