From 55957488be82fee764b1f25b069acd12585cca98 Mon Sep 17 00:00:00 2001 From: msojocs Date: Sat, 5 Feb 2022 17:15:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E7=9C=9F=E6=9C=BA?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E4=B8=8D=E5=8F=AF=E7=94=A8=20#10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/wechat-devtools | 1 + docs/Features.MD | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 docs/Features.MD diff --git a/bin/wechat-devtools b/bin/wechat-devtools index 6fe8d4f..220195b 100755 --- a/bin/wechat-devtools +++ b/bin/wechat-devtools @@ -5,6 +5,7 @@ root_dir=$(cd `dirname $0`/.. && pwd -P) export WECHAT_DEVTOOLS_DIR="$root_dir/nwjs" export APPDATA="$( echo ~ )/.config/wechat_devtools" export PATH="$root_dir/wine:$root_dir/node/bin:$root_dir/nwjs:$PATH" +export USERPROFILE=$( echo ~ ) # LANG=zh_CN.UTF-8 exec "$DIR"/../nwjs/nw --load-extension="$DIR"/../nwjs/package.nw/js/ideplugin "$@" diff --git a/docs/Features.MD b/docs/Features.MD new file mode 100644 index 0000000..91cc1a3 --- /dev/null +++ b/docs/Features.MD @@ -0,0 +1,17 @@ +# 开发者工具功能测试 + +## 工具基本功能 + + - [x] 导入项目 + - [x] 创建项目 + - [x] 打开项目 + +## 小程序基本功能 + + - [x] 编译运行 + - [x] 可视化 + - [x] 元素选择 + - [x] 二维码预览 + - [x] 自动预览 + - [x] 二维码真机调试 + - [x] 自动真机调试