File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -947,7 +947,8 @@ const addressSettings = reactive({
947947 liveConfig: ' ' ,
948948 proxyAccess: ' ' ,
949949 proxyAccessEnabled: false ,
950- proxyPlay: ' http://localhost:57572/proxy?form=base64&url=${url}&headers=${headers}&type=${type}#嗷呜' ,
950+ // proxyPlay: 'http://localhost:57572/proxy?form=base64&url=${url}&headers=${headers}&type=${type}#嗷呜',
951+ proxyPlay: ' http://localhost:5757/file-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#DS' ,
951952 proxyPlayEnabled: false ,
952953 proxySniff: ' http://localhost:57573/sniffer' ,
953954 proxySniffEnabled: false ,
@@ -1240,7 +1241,8 @@ const resetProxyPlay = async () => {
12401241 addressSaving .proxyPlayReset = true
12411242 try {
12421243 // 重置为默认值
1243- addressSettings .proxyPlay = ' http://localhost:57572/proxy?form=base64&url=${url}&headers=${headers}&type=${type}#嗷呜'
1244+ // addressSettings.proxyPlay = 'http://localhost:57572/proxy?form=base64&url=${url}&headers=${headers}&type=${type}#嗷呜'
1245+ addressSettings .proxyPlay = ' http://localhost:5757/file-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#DS'
12441246 addressSettings .proxyPlayEnabled = false
12451247
12461248 // 保存到本地存储
You can’t perform that action at this time.
0 commit comments