@kenz1117/dsh-ui-usage-billing 1.0.19 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +2 -2
- package/README.md +2 -2
- package/lib/client.js +3 -3
- package/lib/index.js +16 -6
- package/lib/types/balance.d.ts +6 -0
- package/lib/types/client/heatmap.d.ts +1 -1
- package/lib/types/client/locales.d.ts +1 -1
- package/lib/types/client/round-chart.d.ts +1 -1
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -221,9 +221,9 @@ None. This plugin is a pure UI surface: it registers no tools, injects no system
|
|
|
221
221
|
|
|
222
222
|
## ❤️ Contributors
|
|
223
223
|
|
|
224
|
-
- [@ciphoo](https://github.com/ciphoo) — MiniMax CN Token Plan quota support (PR #5)
|
|
224
|
+
- [@ciphoo](https://github.com/ciphoo) — MiniMax CN Token Plan quota support (PR #5), `minimax-cn` subscription key wiring (PR #12), a concurrent-ledger-write `MoveFileExW EPERM` fix on Windows (PR #11)
|
|
225
225
|
- [@fabulousyuann-tech](https://github.com/fabulousyuann-tech) — durable ledger that retains usage after session deletion (PR #8)
|
|
226
|
-
- [@hi-fangj](https://github.com/hi-fangj) — hover tooltip with the exact per-day token breakdown on the token daily chart (PR #21)
|
|
226
|
+
- [@hi-fangj](https://github.com/hi-fangj) — hover tooltip with the exact per-day token breakdown on the token daily chart (PR #21), the live-cost capsule toggle (PR #22), the per-model view and legend focus for the token daily chart (PR #23), and the per-model comparison curve in the perf panel (PR #24)
|
|
227
227
|
|
|
228
228
|
## 📄 License
|
|
229
229
|
|
package/README.md
CHANGED
|
@@ -245,9 +245,9 @@ npm publish --access public
|
|
|
245
245
|
|
|
246
246
|
## ❤️ Contributors
|
|
247
247
|
|
|
248
|
-
- [@ciphoo](https://github.com/ciphoo) — MiniMax 国内域 Token Plan 订阅额度支持(PR #5)
|
|
248
|
+
- [@ciphoo](https://github.com/ciphoo) — MiniMax 国内域 Token Plan 订阅额度支持(PR #5)、`minimax-cn` 订阅凭据接线(PR #12)、Windows 下账本并发写入 `MoveFileExW EPERM` 修复(PR #11)
|
|
249
249
|
- [@fabulousyuann-tech](https://github.com/fabulousyuann-tech) — 会话删除后用量保留的持久 ledger 功能(PR #8)
|
|
250
|
-
- [@hi-fangj](https://github.com/hi-fangj) —
|
|
250
|
+
- [@hi-fangj](https://github.com/hi-fangj) — Token 每日图悬停精确明细(PR #21)、平价消耗胶囊开关(PR #22)、Token 每日图按模型视角与图例聚焦(PR #23)、性能面板按模型对比曲线(PR #24)
|
|
251
251
|
|
|
252
252
|
## 📄 许可证
|
|
253
253
|
|