Add downloadsettings tip in server.jsonc

This commit is contained in:
xqzr
2024-12-27 23:11:06 +08:00
committed by GitHub
parent 0590b0096b
commit bfe4f9e42a

View File

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