You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lk29
691db54d11
|
2 years ago | |
---|---|---|
.. | ||
.gitignore | ||
LICENSE | ||
README.md | 4 years ago | |
how-to-choose-a-v2ray-plan-ENG.png | 2 years ago | |
how-to-choose-a-v2ray-plan.mmd | ||
how-to-choose-a-v2ray-plan.png | 4 years ago | |
package.json | ||
puppeteer-config.json | ||
style.css | 4 years ago | |
yarn.lock |
README.md
如何选择 V2Ray 方案
想参与修改本图?
- 修改 how-to-choose-a-v2ray-plan (参见 Mermaid 流程图语法)
- 生成出 PNG 并覆盖已存在的
how-to-choose-a-v2ray-plan.png
文件- 安装 mermaid.cli
Or use NPM:# yarn config set puppeteer_download_host https://npm.taobao.org/mirrors yarn add mermaid.cli
# npm config set puppeteer_download_host=https://npm.taobao.org/mirrors npm install mermaid.cli
- 生成文件
./node_modules/.bin/mmdc -i how-to-choose-a-v2ray-plan.mmd -o how-to-choose-a-v2ray-plan.png -t forest -C style.css -w 1920 -H 1080 -p puppeteer-config.json
- 安装 mermaid.cli
- 提交 PR