mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-14 00:43:19 +08:00
openclaw --version 输出 "OpenClaw 2026.3.24 (hash)",之前用 last() 取到 "(hash)" 导致版本号解析为空,误判为旧版。改为 find() 取第一个数字开头的词。
openclaw --version 输出 "OpenClaw 2026.3.24 (hash)",之前用 last() 取到 "(hash)" 导致版本号解析为空,误判为旧版。改为 find() 取第一个数字开头的词。