From 05d549483500adf6bd3253e26a9fd229fd58436d Mon Sep 17 00:00:00 2001 From: msojocs Date: Fri, 22 Apr 2022 19:47:57 +0800 Subject: [PATCH] update: devtools 1.05.2204180 --- changelog.md | 5 ++++- conf/devtools_v | 2 +- tools/setup-wechat-devtools-bash | 7 ++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 5758481..2a9738c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ -# 1.05.2203070-10 / 2022-04- +# 1.05.2204180-1 / 2022- +- update: devtools 1.05.2204180 + +# 1.05.2203070-10 / 2022-04-22 - fix: 修正命令行入口 - update: 优化主题监听 diff --git a/conf/devtools_v b/conf/devtools_v index 8dc896b..d071cf3 100644 --- a/conf/devtools_v +++ b/conf/devtools_v @@ -1 +1 @@ -1.05.2203070,2785d569b88d72a8e238d438d92faf44 \ No newline at end of file +1.05.2204180,0cd12ab05211bb88c56aa38f8de76a1a \ No newline at end of file diff --git a/tools/setup-wechat-devtools-bash b/tools/setup-wechat-devtools-bash index 47f62cc..3db2382 100755 --- a/tools/setup-wechat-devtools-bash +++ b/tools/setup-wechat-devtools-bash @@ -1,5 +1,10 @@ #!/bin/bash - +# +# 指定版本: +# 格式:version=xxxx +# version: latest - 最新 +# x.xx.xxxxx - 指定版本号 +# set -e # 命令出错就退出 trap 'catchError $LINENO $BASH_COMMAND' SIGHUP SIGINT SIGQUIT EXIT # 捕获错误情况