This commit is contained in:
Olia Lisa
2025-11-22 17:08:41 +08:00
parent 774b5955ad
commit 0e9714c3f0
5 changed files with 48 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ update_xhttp_path(){
echo "设置xhttp_path成功"
## 修改config.json的xhttp_path
# 修改config.json的xhttp_path
modify_json_file "$config_dir/config.json" ".inbounds[0].streamSettings.xhttpSettings.path" "$xhttp_path"
}