mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
二维码真机调试不可用 #10
This commit is contained in:
parent
1990a54a2d
commit
55957488be
@ -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
17
docs/Features.MD
Normal file
@ -0,0 +1,17 @@
|
||||
# 开发者工具功能测试
|
||||
|
||||
## 工具基本功能
|
||||
|
||||
- [x] 导入项目
|
||||
- [x] 创建项目
|
||||
- [x] 打开项目
|
||||
|
||||
## 小程序基本功能
|
||||
|
||||
- [x] 编译运行
|
||||
- [x] 可视化
|
||||
- [x] 元素选择
|
||||
- [x] 二维码预览
|
||||
- [x] 自动预览
|
||||
- [x] 二维码真机调试
|
||||
- [x] 自动真机调试
|
Loading…
x
Reference in New Issue
Block a user