File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -853,7 +853,7 @@ const addressSettings = reactive({
853853 liveConfig: ' ' ,
854854 proxyAccess: ' ' ,
855855 proxyAccessEnabled: false ,
856- proxyPlay: ' http://localhost:57572/proxy?form=base64&url=${url}&header =${headers}&type=${type}#嗷呜' ,
856+ proxyPlay: ' http://localhost:57572/proxy?form=base64&url=${url}&headers =${headers}&type=${type}#嗷呜' ,
857857 proxyPlayEnabled: false ,
858858 proxySniff: ' http://localhost:57573/sniffer' ,
859859 proxySniffEnabled: false ,
@@ -1134,7 +1134,7 @@ const resetProxyPlay = async () => {
11341134 addressSaving .proxyPlayReset = true
11351135 try {
11361136 // 重置为默认值
1137- addressSettings .proxyPlay = ' http://localhost:57572/proxy?form=base64&url=${url}&header =${headers}&type=${type}#嗷呜'
1137+ addressSettings .proxyPlay = ' http://localhost:57572/proxy?form=base64&url=${url}&headers =${headers}&type=${type}#嗷呜'
11381138 addressSettings .proxyPlayEnabled = false
11391139
11401140 // 保存到本地存储
@@ -1332,7 +1332,7 @@ const resetAllSettings = () => {
13321332 liveConfig: ' ' ,
13331333 proxyAccess: ' ' ,
13341334 proxyAccessEnabled: false ,
1335- proxyPlay: ' http://localhost:57572/proxy?form=base64&url=${url}&header =${headers}&type=${type}#嗷呜' ,
1335+ proxyPlay: ' http://localhost:57572/proxy?form=base64&url=${url}&headers =${headers}&type=${type}#嗷呜' ,
13361336 proxyPlayEnabled: false ,
13371337 proxySniff: ' http://localhost:57573/sniffer' ,
13381338 proxySniffEnabled: false
You can’t perform that action at this time.
0 commit comments