Skip to content

Commit f32e4d5

Browse files
committed
update: devtools to v1.06.2503290
1 parent 5cad0a1 commit f32e4d5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# 1.06.2412050-3 / 2025-04-
1+
# 1.06.2503290-1 / 2025-04-
22

33
- update: node v16.11.0 (解决codebuddy无法使用。)
44
- perf: 替换float-pigment。
5+
- update: devtools to v1.06.2503290
56

67
# 1.06.2412050-2 / 2025-02-17
78

conf/devtools_v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.06.2412050,6b870faf7eaf9b8cea33585495979028
1+
1.06.2503290,1296c756bb2af7fa7550216dfdc315e3

tools/setup-wechat-devtools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ if [ $CURRENT_STEP == $INSTALL_NW_SUCCESS ];then
130130
DEVTOOLS_VERSION="${DEVTOOLS_VERSION//\"/}"
131131
# 已安装, 比较目标版本
132132
if [ "$TARGET_VERSION" != "$DEVTOOLS_VERSION" ];then
133-
node "$root_dir/tools/update-wechat-devtools-node" $TARGET_VERSION $@
133+
node "$root_dir/tools/update-wechat-devtools.js" $TARGET_VERSION $@
134134
fi
135135
step_switch $INSTALL_WECHAT_SUCCESS
136136
fi

0 commit comments

Comments
 (0)