update(doocs): 说明更新

This commit is contained in:
msojocs 2022-01-26 15:47:23 +08:00
parent 74e499d2c9
commit 0c18dc853e
5 changed files with 37 additions and 18 deletions

View File

@ -18,10 +18,10 @@ export PATH="$DIR/../wine:$DIR/../node/bin:$DIR/../nwjs:$PATH"
EXTENSION1="--load-extension=$DIR/../nwjs/package.nw/js/ideplugin"
EXTENSION2="--load-extension=$( echo ~ )/.config/wechat_devtools/WeappPlugin" # 调试器AppData与Storage可用
INSPECTOR1="--custom-devtools-frontend=file://$DIR/../nwjs/package.nw/js/ideplugin/inspector"
INSPECTOR1="--custom-devtools-frontend=file://$DIR/../nwjs/package.nw/js/ideplugin/inspector" # 要加file://指明为本地文件路径
INSPECTOR2="--custom-devtools-frontend=file://$( echo ~ )/.config/wechat_devtools/WeappPlugin/inspector/"
USERDATADIR="$( echo ~ )/.config/wechat_devtools"
# "$@"参数
LANG=zh_CN.UTF-8
exec "$DIR"/../nwjs/nw $DIR/../package.nw $EXTENSION2 $INSPECTOR1 --user-data-dir=$USERDATADIR "$@"
exec "$DIR"/../nwjs/nw $DIR/../package.nw $EXTENSION1 $INSPECTOR1 --user-data-dir=$USERDATADIR "$@"

View File

@ -17,3 +17,10 @@
devtools_app.html并没有被加载
# 版本数据
| wechat-tool | nw.js | node |
|-------------|-------|------|
|1.03.2006090 |0.39.3 |12.6.0|
|1.05.2201210 |0.49.3 |13.14.0|

View File

@ -2,14 +2,14 @@
本项目是一个完整的搭建Linux下可用的“微信开发者工具”的脚本和工具集
用于在Linux下的GNOME桌面上搭建可以持续更新和使用的“微信开发者工具”。
本项目修改自https://github.com/dragonation/wechat-devtools/
# 项目地址
* https://github.com/dragonation/wechat-devtools
* https://gitee.com/dragonation/wechat-devtools
* https://github.com/jiyeme/wechat-devtools
# 进度
当前工具可以在Linux上构筑最新版1.03.2009140截止时间2020年9月28支持CLI模式现已经有Docker支持仅用于测试
当前工具可以在Linux上构筑最新版1.05.2201240截止时间2022年1月26支持CLI模式现已经有Docker支持仅用于测试
另现在已经可以直接在设置界面里面修改字体,手工输入字体名称就可以。
# 使用方法
@ -42,14 +42,33 @@ Docker容器启动方法
如需要映射外部目录请自行修改Docker启动命令
# 构筑方法
# 构筑方法1推荐
1. 请先在Linux环境中自行安装`wine``wine-binfmt`
2. 请到[Mewchan网站](https://www.mewchan.com/dists.mhtml)上下载最新的运行时,
2. 请安装nodejs并配置到PATH环境变量中;
3. 克隆本项目:
```
git clone https://github.com/jiyeme/wechat-devtools.git
```
4. 在本地项目目录中执行如下的语句,构筑开发者工具:
```
./tools/setup-wechat-devtools-node
```
5. 在本地项目目录中执行如下的语句,可以安装应用图标(非必须):
```
./tools/install-desktop-icon-node
```
之后即可通过点击应用图标启动微信开发者工具,也可以运行`bin/wechat-devtools`通过命令行启动
# 构筑方法2
1. 请先在Linux环境中自行安装`wine``wine-binfmt`
2. 请到[Mewchan第三方仓库](https://github.com/wangjunjie1996/-.git)上下载最新的运行时,
并配置到PATH环境变量中;
3. 克隆本项目:
```
git clone https://github.com/dragonation/wechat-devtools.git
git clone https://github.com/jiyeme/wechat-devtools.git
```
4. 在本地项目目录中执行如下的语句,构筑开发者工具:
```
@ -62,13 +81,6 @@ git clone https://github.com/dragonation/wechat-devtools.git
之后即可通过点击应用图标启动微信开发者工具,也可以运行`bin/wechat-devtools`通过命令行启动
# 版本数据
| wechat-tool | nw.js | node |
|-------------|-------|------|
|1.03.2006090 |0.39.3 |12.6.0|
|1.05.2201210 |0.49.3 |13.4.0|
# 与其他Linux下的微信开发者工具版本区别
1. 支持最新版本并个人会持续更新确保运行和测试OK才会上传Release
@ -91,8 +103,8 @@ git clone https://github.com/dragonation/wechat-devtools.git
# 界面截图
版本 1.05.2201210 (待修复bug)
![screenshot 1.03.2006090](res/screenshots/1.05.2201210.png)
版本 1.05.2201240
![screenshot 1.03.2006090](res/screenshots/1.05.2201240.png)
版本 1.03.2006090
![screenshot 1.03.2006090](res/screenshots/1.03.2006090.jpg)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB