Releases: luokai-demo/dsh-plugins
Releases · luokai-demo/dsh-plugins
Release list
v0.2.0 — floating balance delta
What's new
Floating balance delta — when the balance changes, a signed delta (+¥3.14 / -¥1.97) floats up and fades out next to the amount:
- Green when the balance rises, red when it falls (independent of the threshold tint on the amount itself)
- Zero or sub-cent changes are silent; the first load never floats
- Animation suppressed under
prefers-reduced-motion(system "reduce motion" setting) - Deduplicated with the existing refresh pipeline — one float per visible change
Files
dsh-balance-plugin-0.2.0.tgz— ready-to-install bundle tarball (dsh plugin add ./dsh-balance-plugin-0.2.0.tgz)
Install
dsh plugin --profile web add dsh-balance-plugin@^0.2.0 # npm channeldsh-balance-plugin 0.1.0
First release of dsh-balance-plugin — DeepSeek wallet balance at the sidebar foot.
Install from npm (recommended):
dsh plugin --profile <name> add dsh-balance-pluginor from this tarball:
dsh plugin --profile <name> add ./dsh-balance-plugin-0.1.0.tgzFeatures: card icon + status-tinted amount (green ≥ threshold, amber > 0, red ≤ 0); refresh on turn end, on click, on mount (in-flight dedupe); silent failure; per-request credential resolution. Docs: plugins/dsh-balance-plugin/README.md