dsh-bull-bear
牛熊行情宠物 — DeepSeek Harness 实时行情状态宠物:涨得越快牛头抬得越高,跌得越快熊头低得越深。免费新浪实时行情,免登录。
AI Analysis
核心用途是在 DSH 界面中提供趣味性的股市行情监控挂件。适合需要在工作或对话时顺便关注自选股实时涨跌幅度的投资者。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:potoior/dsh-bull-bearREADME
Read the full README ↗Usage
- Watchlist: edit the
symbolsarray in/.bull-bear-watchlist.json(e.g.["sh000001","sz399001","sz300750"]); the host reads it on startup and applies it. - Collapse/expand: click the pet to collapse into a
🐂badge; click again to expand. - Refresh rate: 5 seconds by default (see config below).
Config
| Key | Default | Description |
|---|---|---|
symbols | SSE/SC/ChiNext/Moutai/CATL | watchlist (Sina codes like sh000001/sz399001; a 6-prefixed 6-digit code is auto-detected as SSE) |
refreshMs | 5000 | quote refresh interval (ms) |
sensitivity | 1 | rate→angle multiplier (0.1–5) |
Defaults live in the config object in src/index.js; they can be adjusted at runtime via the RPC interface.