easyrouter-config 1.0.9 → 1.0.10

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@ import { parseArgs } from "util";
20
20
  import pc from "picocolors";
21
21
 
22
22
  // src/config/constants.ts
23
- var VERSION = true ? "1.0.9" : "0.0.0-dev";
23
+ var VERSION = true ? "1.0.10" : "0.0.0-dev";
24
24
  var PRIMARY_HOST = "https://easyrouter.io";
25
25
  var FALLBACK_HOSTS = ["https://ezr.sh"];
26
26
  var HOST_PROBE_TIMEOUT_MS = 5e3;
@@ -1010,7 +1010,7 @@ async function pickClients(only, interactive) {
1010
1010
  }
1011
1011
  const all = listClients();
1012
1012
  const picked = await multiselect({
1013
- message: "\u8BF7\u9009\u62E9\u8981\u914D\u7F6E\u7684\u5BA2\u6237\u7AEF\uFF08\u7A7A\u683C\u5207\u6362\uFF0C\u56DE\u8F66\u786E\u8BA4\uFF09",
1013
+ message: "\u8BF7\u9009\u62E9\u8981\u914D\u7F6E\u7684\u5BA2\u6237\u7AEF\uFF08\u7A7A\u683C\u52FE\u9009/\u53D6\u6D88\uFF0C\u56DE\u8F66\u7EE7\u7EED\uFF09",
1014
1014
  options: all.map((c) => ({
1015
1015
  value: c.id,
1016
1016
  label: c.label,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easyrouter-config",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "🚀 一键把 EasyRouter 接入 Claude Code & Codex —— 粘贴 Key 即用",
5
5
  "type": "module",
6
6
  "bin": {