Lwc-LiuWenCheng/dsh-provider-usage

Lwc-LiuWenCheng★ 2JavaScript最后同步: 2026-08-14

在 GitHub 打开

DSH Token用量监控,已测试OpenCode Go 计划

README 摘要

dsh-provider-usage A DSH web plugin that shows the live usage/quota of every configured LLM model provider in a small bubble at the bottom-right of the page. The bubble shows a minimal summary (the worst usage percent, color-coded) and expands into per-provider detail on hover — percent bars per usage window, reset times, numeric values, and a refresh button. Styling follows the app theme, times are rendered in device-local time (resets as month+day), and text follows the app language (zh / en). 一个 DSH Web 插件:在页面右下角以小气泡展示所有已配置模型提供商的实时用量/配额。气泡默认精简显示(最差窗口百分比,按状态着色),悬浮展开每个提供商的详情(各用量窗口百分比条、重置时间、数值与刷新按钮)。样式跟随应用主题,时间按设备本地时区显示(重置时间只显示月日),文字跟随系统语言(中/英)。 Features / 功能 - Bottom-right bubble / 右下角小气泡:精简显示 + 悬浮详情( shell.overlay );悬浮容器覆盖气泡与浮层,鼠标可自由移入。 - Theme-aware / 跟随主题:使用 --dsw-alias- 设计令牌着色,亮/暗主题自动适配。 - Local times / 本地时间: 更新于 显示设备本地完整时间;窗口 重置 只显示本地月日。 - Auto-discovery / 自动发现提供商:从 llm-pi-ai / llm-deepseek 设置枚举;内置 OpenCodeGo( /v1/usage ,rolling/weekly/monthly 百分比 + 重置时间)、OpenRouter( /auth/key )、OpenAI(billing subscription + usage)、DeepSeek( /user/balance );未知提供商自动探测 /usage 、 /user/balance 、 /dashboard/billing/subscription 。 - Update policy / 更新策略(可配置,含默认值): - on-request (默认):用户发起请求时更新(宿主监听 s…

在 GitHub 查看完整 README →
工具/开发dshdsh-plugindsh-plugins

分类