feat(config): Config.html Pro 版 + 渠道卡片展开填写 + Portable 模式

- Config.html 全新 Pro 版:3步式配置(选模型→填Key→启动)
- Step 3 渠道卡片可展开填写:Telegram / QQ Bot / 飞书 / 企业微信
- 渠道配置启动时自动写入 openclaw.json
- main.js 支持 Portable 模式(.app 旁有 portable/ 目录时使用)
- hasModelConfigured() 兼容新配置格式
- Node 升级到 v22.16.0
This commit is contained in:
dongsheng123132
2026-03-19 15:25:42 +08:00
parent 244bfacbbc
commit 889fc2a685
5 changed files with 1050 additions and 4277 deletions

View File

@@ -14,7 +14,7 @@ NC='\033[0m'
BOLD='\033[1m'
APP_DIR="$(cd "$(dirname "$0")" && pwd)"
NODE_VER="v22.14.0"
NODE_VER="v22.16.0"
MIRROR="https://registry.npmmirror.com"
NODE_MIRROR="https://npmmirror.com/mirrors/node"