File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -948,7 +948,9 @@ const addressSettings = reactive({
948948 proxyAccess: ' ' ,
949949 proxyAccessEnabled: false ,
950950 // 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' ,
951+ // proxyPlay: 'http://localhost:5757/file-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#DS',
952+ // proxyPlay: 'http://localhost:5757/m3u8-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#MDS',
953+ proxyPlay: ' http://localhost:5757/unified-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#DS' ,
952954 proxyPlayEnabled: false ,
953955 proxySniff: ' http://localhost:57573/sniffer' ,
954956 proxySniffEnabled: false ,
@@ -1242,7 +1244,9 @@ const resetProxyPlay = async () => {
12421244 try {
12431245 // 重置为默认值
12441246 // 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'
1247+ // addressSettings.proxyPlay = 'http://localhost:5757/file-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#DS'
1248+ // addressSettings.proxyPlay = 'http://localhost:5757/m3u8-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#MDS'
1249+ addressSettings .proxyPlay = ' http://localhost:5757/unified-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#DS'
12461250 addressSettings .proxyPlayEnabled = false
12471251
12481252 // 保存到本地存储
You can’t perform that action at this time.
0 commit comments