JingkaiTang/dsh-client-ui-slingshot0

@t7kai/dsh-client-ui-slingshot

A playful slingshot toy for the dsh web GUI: drag to aim, fire a stone, shatter UI elements and watch them tumble off screen — then pop back, good as new.

AI 분석

核心用途是为 DSH Web 界面增添一个可交互的弹弓解压小游戏。适合在等待 AI 回复或闲暇时,想要在浏览器内进行趣味互动的用户。

패키지
@t7kai/dsh-client-ui-slingshot
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

安装(给使用者)

DSH 0811 起不再有官方 repository 插件机制,客户端插件统一挂进 web profile:

  1. 把本包放进 profile 的模块解析路径(二选一):

    • 直接把 dsh-client-ui-slingshot 目录复制/软链到 ~/.dsh/profiles/node_modules/@t7kai/ 下,或
    • plugin-registry 控制台 git 源安装: dsh plugin --profile web add "github:/dsh-client-ui-slingshot#main"
  2. ~/.dsh/profiles/web/cordis.patch.yml 注册一行(配置层 HMR 热生效,无需重启):

    - insert:
        - id: ui-slingshot
          name: '@t7kai/dsh-client-ui-slingshot'
    
  3. 刷新浏览器页面,右下角出现弹弓 🪀(点击 ✕ 可收起;位置、声音、得分自动记忆)。