fuzhengwei/wali-dsh-plugin0

wali-dsh-plugin

Desktop pet surface: a free-roaming, conversation-aware pet that floats over the whole dsh web UI

包名
wali-dsh-plugin
版本
0.1.3
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fuzhengwei/wali-dsh-plugin

方式一:检查配置里是否已经包含插件

dsh web --dump-config | rg "wali-dsh-plugin|ui-pet"

如果输出里能看到 wali-dsh-plugin 或相关注入配置,说明插件已经写入到 web profile

8. 插件使用说明

安装并刷新页面后:

  • 宠物会默认显示在页面右下区域附近
  • 点击宠物可打开交互菜单
  • 可上传头像、上传背景图、切换形象
  • 可切换到股票主题,并设置股票代码
  • 可填写 Twelve Data API Key 获取真实 K 线

股票主题说明

  • 默认使用内置演示 K 线数据,开箱即可预览效果
  • 在宠物菜单中切换到“股票主题”后,可设置股票代码,例如 AAPLTSLANVDA
  • 支持输入多个股票代码,使用英文逗号分隔,例如 AAPL, TSLA, NVDA,卡片会自动轮播展示
  • 支持直接对接 Twelve Data:在菜单里填写 Twelve Data API Key 后,会自动请求官方 time_series 接口获取真实 K 线
  • 菜单里提供“获取 Twelve Data API Key”按钮,可直接跳转到 https://twelvedata.com/account/api-keys
  • 当前实现是浏览器前端直连,API Key 会保存在本地浏览器存储中;如果后续面向多人使用,更建议改成你自己的服务端代理