二维码真机调试不可用 #10

This commit is contained in:
msojocs 2022-02-05 17:15:30 +08:00
parent 1990a54a2d
commit 55957488be
2 changed files with 18 additions and 0 deletions

View File

@ -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 "$@"

17
docs/Features.MD Normal file
View File

@ -0,0 +1,17 @@
# 开发者工具功能测试
## 工具基本功能
- [x] 导入项目
- [x] 创建项目
- [x] 打开项目
## 小程序基本功能
- [x] 编译运行
- [x] 可视化
- [x] 元素选择
- [x] 二维码预览
- [x] 自动预览
- [x] 二维码真机调试
- [x] 自动真机调试