diff --git a/readme.md b/readme.md index 347c31a..e574f17 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ # 进度 -当前工具可以在Linux上构筑最新版1.02.2001191(截止时间2020年2月4日),但目前暂不支持CLI模式。 +当前工具可以在Linux上构筑最新版1.02.2003121(截止时间2020年3月16日),但目前暂不支持CLI模式。 # 使用方法 diff --git a/tools/update-wechat-devtools b/tools/update-wechat-devtools index f3dc53f..31cb664 100755 --- a/tools/update-wechat-devtools +++ b/tools/update-wechat-devtools @@ -3,6 +3,10 @@ const http = require("http"); const url = "https://servicewechat.com/wxa-dev-logic/download_redirect?type=x64&from=mpwiki"; +// const url = "https://servicewechat.com/wxa-dev-logic/download_redirect?type=x64&from=mpwiki&version_type=1"; +// https://servicewechat.com/wxa-dev-logic/download_redirect?type=x64&from=mpwiki&download_version=1022001191&version_type=1 +// https://servicewechat.com/wxa-dev-logic/download_redirect?type=x64&from=mpwiki&download_version=1021911180&version_type=1 +// https://dldir1.qq.com/WechatWebDev/nightly/p-7aa88fbb60d64e4a96fac38999591e31/wechat_devtools_1.02.2001202_x64.exe let version = undefined;