docs: 图标

This commit is contained in:
msojocs 2022-01-31 10:36:09 +08:00
parent 4eec3fa256
commit d62b8dad10
4 changed files with 6 additions and 2 deletions

View File

@ -70,7 +70,7 @@ node-gyp list
# end test
cd /workspace
# rm -rf package.nw node nwjs
# rm -rf package.nw node nwjs
#
# exec ./tools/rebuild-node-modules 0.53.1
exec ./tools/setup-wechat-devtools-bash

View File

@ -1,3 +1,7 @@
[![Node.js CI](https://github.com/jiyeme/wechat-devtools-linux/actions/workflows/release.yml/badge.svg)](https://github.com/jiyeme/wechat-devtools-linux/actions/workflows/release.yml)
[![wechat-tools](https://img.shields.io/badge/wechat--devtools-1.05.2201240-yellow)](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)
[![nwjs](https://img.shields.io/badge/nwjs-0.53.1-green)](https://nwjs.io/downloads/)
[![node](https://img.shields.io/badge/node-16.1.0-orange)](https://nodejs.org/en/)
# 项目说明
本项目是一个完整的搭建Linux下可用的“微信开发者工具”的脚本和工具集

View File

@ -16,7 +16,6 @@ const parseFile = function (path) {
// 开启调试,更新参数
content['chromium-args'] = content['chromium-args'].replace('--disable-devtools', '').replace('--ignore-gpu-blacklist', '--ignore-gpu-blocklist') + ' --mixed-context'
content.window.height = content.window.width = 500
console.log("arite")
fs.writeFileSync(path, JSON.stringify(content, null, 4));
};

View File

@ -82,6 +82,7 @@ rm -rf "${package_dir}/node_modules/native-watchdog" && cp -fr "${package_dir}/n
(cp -fr "${package_dir}/node_modules_tmp/node_modules/oniguruma" "${package_dir}/node_modules_tmp/node_modules/oniguruma-node")
(cp -fr "${package_dir}/node_modules_tmp/node_modules/spdlog" "${package_dir}/node_modules_tmp/node_modules/spdlog-node")
(cd "${package_dir}/node_modules_tmp/node_modules" && find -name "obj.target" | xargs -I{} rm -rf {})
(cd "${package_dir}/node_modules_tmp/node_modules" && find -name "*.node" | xargs -I{} /bin/cp -rf {} ${package_dir}/node_modules/{})
mkdir -p "${package_dir}/node_modules/vscode-ripgrep/bin"