panrouter 1.7.1 → 1.7.2

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.
Files changed (2) hide show
  1. package/cli.mjs +1 -0
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -168,6 +168,7 @@ function startTray() {
168
168
  console.log(" notepad %TEMP%\\panrouter-daemon.log");
169
169
  console.log("");
170
170
  console.log(" 若 10 秒后图标未出现,请查看日志并反馈");
171
+ }
171
172
 
172
173
  // ─── 主流程 ──────────────────────────────────────────────────────────────
173
174
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "panrouter",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "让 Claude Code 免费使用 DeepSeek 等模型,无需 API Key",
5
5
  "type": "module",
6
6
  "bin": {