From 04762dacdb2191b6a0307626a7b4bd7d2d4a3bba Mon Sep 17 00:00:00 2001 From: zaodonganqi <3193156071@qq.com> Date: Wed, 15 Apr 2026 19:52:50 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"feat:=20pathing=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9C=80=E4=BD=8E=E4=B8=BA0.60.1"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 5c54e315cba2d25acb70e12f492227b3be31bbfb. --- build/validate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/validate.py b/build/validate.py index a4a7b963a..4e87b3458 100755 --- a/build/validate.py +++ b/build/validate.py @@ -54,7 +54,7 @@ ACTION_PARAMS_VERSION_MAP = { } # 默认版本号 -DEFAULT_BGI_VERSION = "0.60.1" +DEFAULT_BGI_VERSION = "0.52.0" DEFAULT_VERSION = "1.0" # ==================== 文件操作 ====================