Skip to content

Commit

Permalink
chore: update route-exclude-address desc
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchengjie committed Jul 2, 2024
1 parent fac11f9 commit 96233ec
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.18.7

### Changes

- 调整: `tun` 配置项 `route-exclude-address` 描述

### Bugs Fixes

---

## v1.18.6

### Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meta-json-schema",
"version": "1.18.6",
"version": "1.18.6-alpha",
"description": "JSON Schema for Clash Meta",
"keywords": [
"clash",
Expand Down
6 changes: 3 additions & 3 deletions src/modules/listener/config/tun.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@
},
"route-exclude-address": {
"$ref": "#/definitions/types/ipCIDRArray",
"title": "启用auto-route时,指定这些网段使用默认路由",
"description": "启用auto-route时,指定这些网段使用默认路由",
"markdownDescription": "启用`auto-route`时,指定这些网段使用默认路由"
"title": "启用auto-route时,指定这些网段不会被路由(使用默认路由)",
"description": "启用auto-route时,指定这些网段不会被路由(使用默认路由)",
"markdownDescription": "启用`auto-route`时,指定这些网段不会被路由(使用默认路由)"
},
"route-exclude-address-set": {
"$ref": "#/definitions/types/stringArray",
Expand Down
6 changes: 3 additions & 3 deletions src/modules/listener/inbound/tun.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@
},
"route-exclude-address": {
"$ref": "#/definitions/types/ipCIDRArray",
"title": "启用auto-route时,指定这些网段使用默认路由",
"description": "启用auto-route时,指定这些网段使用默认路由",
"markdownDescription": "启用`auto-route`时,指定这些网段使用默认路由"
"title": "启用auto-route时,指定这些网段不会被路由(使用默认路由)",
"description": "启用auto-route时,指定这些网段不会被路由(使用默认路由)",
"markdownDescription": "启用`auto-route`时,指定这些网段不会被路由(使用默认路由)"
},
"route-exclude-address-set": {
"$ref": "#/definitions/types/stringArray",
Expand Down

0 comments on commit 96233ec

Please sign in to comment.