@dougen/dsh-deepseek-usage 0.1.5 → 0.1.6
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/cordis.patch.yml +1 -1
- package/lib/client.js +2 -1
- package/package.json +2 -2
- package/screenshot.png +0 -0
package/cordis.patch.yml
CHANGED
package/lib/client.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
// 每 60 秒一次,点击卡片任意位置可立即刷新;右下角在刷新时显示旋转 ⟳ 图标,仅作刷新状态指示(无更新时间显示)。
|
|
6
6
|
// 样式仅使用 `--dsw-*` 主题变量(含兜底值),跟随明暗主题。
|
|
7
7
|
window.__ModuleLoader__.load({
|
|
8
|
-
id: "dsh-deepseek-usage",
|
|
8
|
+
id: "@dougen/dsh-deepseek-usage",
|
|
9
9
|
factory: (require) => {
|
|
10
10
|
var module = { exports: {} };
|
|
11
11
|
var exports = module.exports;
|
|
@@ -215,6 +215,7 @@ window.__ModuleLoader__.load({
|
|
|
215
215
|
h("div", { style: { display: "flex", alignItems: "center", justifyContent: "space-between", gap: 8, minWidth: 0 } },
|
|
216
216
|
tier
|
|
217
217
|
? h("span", { style: { display: "inline-flex", gap: 4, alignItems: "center", color: C.sub, fontSize: 10, whiteSpace: "nowrap", overflow: "hidden" } },
|
|
218
|
+
h("span", { style: { color: C.sub, fontSize: 10, marginRight: 4 } }, "价格"),
|
|
218
219
|
pr(h(IconIn, null), fmtPrice(tier.input)),
|
|
219
220
|
Sep(),
|
|
220
221
|
pr(h(IconCache, null), fmtPrice(tier.cacheRead)),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dougen/dsh-deepseek-usage",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "DeepSeek 用量侧边栏插件:余额(官方 API
|
|
3
|
+
"version": "0.1.6",
|
|
4
|
+
"description": "DeepSeek 用量侧边栏插件:余额(官方 API)、今日花费(本地日志估算)、今日 Token 与 API 次数(本地日志)、高峰/空闲时段指示灯。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"files": [
|
package/screenshot.png
CHANGED
|
Binary file
|