yymaxapi 1.0.59 → 1.0.60

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 +0 -5
  2. package/package.json +1 -1
package/bin/yymaxapi.js CHANGED
@@ -3148,8 +3148,6 @@ async function main() {
3148
3148
  { name: ' 测试连接', value: 'test_connection' },
3149
3149
  { name: ' 查看配置', value: 'view_config' },
3150
3150
  { name: ' 恢复默认', value: 'restore' },
3151
- new inquirer.Separator(' -- 安装 --'),
3152
- { name: ' 安装/更新 OpenClaw', value: 'install_openclaw' },
3153
3151
  new inquirer.Separator(''),
3154
3152
  { name: ' 退出', value: 'exit' }
3155
3153
  ]
@@ -3182,9 +3180,6 @@ async function main() {
3182
3180
  case 'restore':
3183
3181
  await restore(paths);
3184
3182
  break;
3185
- case 'install_openclaw':
3186
- await installOrUpdateOpenClaw();
3187
- break;
3188
3183
  case 'activate_claude_code':
3189
3184
  await activateClaudeCode(paths);
3190
3185
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yymaxapi",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "description": "跨平台 OpenClaw/Clawdbot 配置管理工具 - 管理中转地址、模型切换、API Keys、测速优化",
5
5
  "main": "bin/yymaxapi.js",
6
6
  "bin": {