Add `downloadsettings` tip in server.jsonc

pull/206/head
xqzr 2024-12-27 23:11:06 +08:00 committed by GitHub
parent 0590b0096b
commit bfe4f9e42a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"streamSettings": {
"network": "xhttp",
"xhttpSettings": {
"mode": "stream-one",
"mode": "stream-one", //如在 config.jsonc 使用 downloadSettings下行不可用 stream-one可用 stream-up。
"path": "" // 填写你的 path
}
}