Skip to content

Commit 19ace69

Browse files
author
Taois
committed
feat:更改默认代理播放
1 parent 3719a78 commit 19ace69

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dashboard/src/views/Settings.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
// 保存到本地存储

0 commit comments

Comments
 (0)