openclawapi 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.
Files changed (2) hide show
  1. package/cli.js +4 -2
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -12,7 +12,8 @@ const { testMultipleRelays, sortBySpeed, formatLatency } = require('./lib/speed-
12
12
 
13
13
  const RELAY_ENDPOINT_PRESETS = {
14
14
  'yunyi-claude': [
15
- { name: '国内节点', url: 'https://yunyi.skem.cn' },
15
+ { name: '国内节点1', url: 'https://yunyi.rdzhvip.com' },
16
+ { name: '国内节点2', url: 'https://yunyi.skem.cn' },
16
17
  { name: 'CF国外节点1', url: 'https://yunyi.cfd' },
17
18
  { name: 'CF国外节点2', url: 'https://cdn1.yunyi.cfd' },
18
19
  { name: 'CF国外节点3', url: 'https://cdn2.yunyi.cfd' },
@@ -20,7 +21,8 @@ const RELAY_ENDPOINT_PRESETS = {
20
21
  { name: '备用节点2', url: 'http://47.97.100.10' }
21
22
  ],
22
23
  'yunyi-codex': [
23
- { name: '国内节点', url: 'https://yunyi.skem.cn' },
24
+ { name: '国内节点1', url: 'https://yunyi.rdzhvip.com' },
25
+ { name: '国内节点2', url: 'https://yunyi.skem.cn' },
24
26
  { name: 'CF国外节点1', url: 'https://yunyi.cfd' },
25
27
  { name: 'CF国外节点2', url: 'https://cdn1.yunyi.cfd' },
26
28
  { name: 'CF国外节点3', url: 'https://cdn2.yunyi.cfd' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclawapi",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "跨平台 OpenClaw/Clawdbot 配置管理工具 - 管理中转地址、模型切换、API Keys、测速优化",
5
5
  "main": "cli.js",
6
6
  "bin": {