update: devtools to v1.06.2503290

This commit is contained in:
msojocs 2025-04-30 11:45:10 +08:00
parent 5cad0a1fac
commit f32e4d59c8
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# 1.06.2412050-3 / 2025-04-
# 1.06.2503290-1 / 2025-04-
- update: node v16.11.0 (解决codebuddy无法使用。)
- perf: 替换float-pigment。
- update: devtools to v1.06.2503290
# 1.06.2412050-2 / 2025-02-17

View File

@ -1 +1 @@
1.06.2412050,6b870faf7eaf9b8cea33585495979028
1.06.2503290,1296c756bb2af7fa7550216dfdc315e3

View File

@ -130,7 +130,7 @@ if [ $CURRENT_STEP == $INSTALL_NW_SUCCESS ];then
DEVTOOLS_VERSION="${DEVTOOLS_VERSION//\"/}"
# 已安装, 比较目标版本
if [ "$TARGET_VERSION" != "$DEVTOOLS_VERSION" ];then
node "$root_dir/tools/update-wechat-devtools-node" $TARGET_VERSION $@
node "$root_dir/tools/update-wechat-devtools.js" $TARGET_VERSION $@
fi
step_switch $INSTALL_WECHAT_SUCCESS
fi