mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
docs: 图标
This commit is contained in:
parent
4eec3fa256
commit
d62b8dad10
@ -70,7 +70,7 @@ node-gyp list
|
|||||||
# end test
|
# end test
|
||||||
|
|
||||||
cd /workspace
|
cd /workspace
|
||||||
# rm -rf package.nw node nwjs
|
# rm -rf package.nw node nwjs
|
||||||
#
|
#
|
||||||
# exec ./tools/rebuild-node-modules 0.53.1
|
# exec ./tools/rebuild-node-modules 0.53.1
|
||||||
exec ./tools/setup-wechat-devtools-bash
|
exec ./tools/setup-wechat-devtools-bash
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
[](https://github.com/jiyeme/wechat-devtools-linux/actions/workflows/release.yml)
|
||||||
|
[](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)
|
||||||
|
[](https://nwjs.io/downloads/)
|
||||||
|
[](https://nodejs.org/en/)
|
||||||
# 项目说明
|
# 项目说明
|
||||||
|
|
||||||
本项目是一个完整的搭建Linux下可用的“微信开发者工具”的脚本和工具集,
|
本项目是一个完整的搭建Linux下可用的“微信开发者工具”的脚本和工具集,
|
||||||
|
@ -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['chromium-args'] = content['chromium-args'].replace('--disable-devtools', '').replace('--ignore-gpu-blacklist', '--ignore-gpu-blocklist') + ' --mixed-context'
|
||||||
content.window.height = content.window.width = 500
|
content.window.height = content.window.width = 500
|
||||||
console.log("arite")
|
|
||||||
fs.writeFileSync(path, JSON.stringify(content, null, 4));
|
fs.writeFileSync(path, JSON.stringify(content, null, 4));
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -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/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")
|
(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/{})
|
(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"
|
mkdir -p "${package_dir}/node_modules/vscode-ripgrep/bin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user