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] 自动真机调试