Attampt to fix prettier format

pull/261/head
yuhan6665 2022-05-07 21:24:03 -04:00
parent aa0571a819
commit cbcf957caa
1 changed files with 6 additions and 7 deletions

View File

@ -68,6 +68,7 @@
- 请根据该客户端的说明进行设置 - 请根据该客户端的说明进行设置
- **Qv2ray - 跨平台图形界面,适用于 Linux, Windows, macOS** - **Qv2ray - 跨平台图形界面,适用于 Linux, Windows, macOS**
- 请从它的[GitHub 仓库 Release 页面](https://github.com/Qv2ray/Qv2ray/releases)获取最新版(还可以从它的[GitHub 自动构建仓库](https://github.com/Qv2ray/Qv2ray/actions)寻找更新的版本) - 请从它的[GitHub 仓库 Release 页面](https://github.com/Qv2ray/Qv2ray/releases)获取最新版(还可以从它的[GitHub 自动构建仓库](https://github.com/Qv2ray/Qv2ray/actions)寻找更新的版本)
- 请从它的[项目主页](https://qv2ray.net/)学习文档 - 请从它的[项目主页](https://qv2ray.net/)学习文档
- 请根据该客户端的说明进行设置 - 请根据该客户端的说明进行设置
@ -183,9 +184,7 @@
// 3.6 走国内"223.5.5.5"的DNS查询流量分流走direct出站 // 3.6 走国内"223.5.5.5"的DNS查询流量分流走direct出站
{ {
"type": "field", "type": "field",
"ip": [ "ip": ["223.5.5.5"],
"223.5.5.5"
],
"outboundTag": "direct" "outboundTag": "direct"
} }
] ]