dsh-opencode-go-usage 1.1.0 → 1.1.1
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/lib/client.js +1 -1
- package/package.json +1 -1
package/lib/client.js
CHANGED
|
@@ -45,7 +45,7 @@ window.__ModuleLoader__.load({
|
|
|
45
45
|
// ── locale dictionaries ──
|
|
46
46
|
const NS = "dsh-opencode-go-usage";
|
|
47
47
|
const zh = {
|
|
48
|
-
"window.rolling": "滚动窗口",
|
|
48
|
+
"window.rolling": "滚动窗口 (5h)",
|
|
49
49
|
"window.weekly": "周窗口",
|
|
50
50
|
"window.monthly": "月窗口",
|
|
51
51
|
"window.rolling.hint": "5 小时",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-opencode-go-usage",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "DSH (DeepSeek Harness) plugin: OpenCode GO plan quota widget in the sidebar, same-origin usage proxy, and a /opencode-go chat command",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|