Skip to content

Commit a671677

Browse files
committed
typo: external-controller-cors array items
1 parent 521e00d commit a671677

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
- 新增: proxy-provider 的 `override` 配置项新增 `proxy-name` 配置项,支持正则替换代理名称
99
- 新增: `wireguard` 新增 `amnezia-wg-option` 配置项
1010

11-
### Bugs Fixes
12-
1311
---
1412

1513
## v1.18.8

src/modules/config/controller.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"title": "允许的来源",
4242
"description": "允许的来源",
4343
"markdownDescription": "允许的来源",
44+
"items": {
45+
"type": "string"
46+
},
4447
"default": ["\"*\""]
4548
},
4649
"allow-private-network": {

0 commit comments

Comments
 (0)