yymaxapi 1.0.116 → 1.0.117

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/bin/yymaxapi.js +7 -3
  2. package/package.json +1 -1
package/bin/yymaxapi.js CHANGED
@@ -74,11 +74,15 @@ if (!process.__yymaxapiWarningFilterInstalled && typeof process.emitWarning ===
74
74
  const DEFAULT_ENDPOINTS = [
75
75
  {
76
76
  "name": "默认主节点",
77
- "url": "https://yunyi.cfd"
77
+ "url": "https://yunyi.yun"
78
78
  },
79
79
  {
80
- "name": "CF国外节点1",
81
- "url": "https://cdn2.yunyi.cfd"
80
+ "name": "CDN节点1",
81
+ "url": "https://cdn1.yunyi.yun"
82
+ },
83
+ {
84
+ "name": "CDN节点2",
85
+ "url": "https://cdn2.yunyi.yun"
82
86
  }
83
87
  ];
84
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yymaxapi",
3
- "version": "1.0.116",
3
+ "version": "1.0.117",
4
4
  "description": "跨平台 OpenClaw/Clawdbot 配置管理工具 - 管理中转地址、模型切换、API Keys、测速优化",
5
5
  "main": "bin/yymaxapi.js",
6
6
  "bin": {