DSH HUB
HomePlugin StoreCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

hyizhou /

dsh-spark-input

Topic repository only

输入火花粒子:在输入框每次输入字符时,于真实光标位置爆发金橙色发光粒子,营造带感的打字反馈

★ 0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: master@f9336779

dsh-spark-input

中文 | English


中文说明

输入火花粒子 —— 一个 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

Input spark particles demo

Installation

Prerequisites: DSH (DeepSeek Harness) and pnpm installed.

Three steps:

Step 1: Install into the DSH web profile

dsh plugin --profile web add <absolute path to this plugin directory>

Step 2: Enable the plugin

Edit ~/.dsh/profiles/web/cordis.patch.yml (C:\Users\<username>\.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
—/ 5

No ratings yet

Manifest verification required

Commit f933677907bb

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout