hyizhou / dsh-spark-input

목록에 있음

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

master기타 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:hyizhou/dsh-spark-input

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 f933677동기화 2026. 8. 18.

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

저장소 정보

언어
TypeScript
라이선스
보고되지 않음
마지막 업데이트
2026. 8. 14. 오전 6:55

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.