From 250c58257ab67d7be73e18cddee070807931c68f Mon Sep 17 00:00:00 2001 From: xream Date: Thu, 14 Mar 2024 01:27:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=80=9A=E8=BF=87=E4=BB=A3=E7=90=86/?= =?UTF-8?q?=E8=8A=82=E7=82=B9/=E7=AD=96=E7=95=A5=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E8=AE=A2=E9=98=85=20=E7=8E=B0=E5=B7=B2=E6=94=AF=E6=8C=81=20Sur?= =?UTF-8?q?ge,=20Loon,=20Stash,=20Shadowrocket,=20QX,=20Node.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/views/SubEditor.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3fc2c0a9a..f05ad0ad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-store-front-end", - "version": "2.14.161", + "version": "2.14.162", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/views/SubEditor.vue b/src/views/SubEditor.vue index a652332ee..f2de13e51 100644 --- a/src/views/SubEditor.vue +++ b/src/views/SubEditor.vue @@ -654,7 +654,7 @@ const proxyTips = () => { Dialog({ title: '通过代理/节点/策略获取订阅', - content: '1. Surge(需使用 有 ability=http-client-policy 的模块, 参数 policy/policy-descriptor)\n\n可设置节点代理 例: Test = snell, 1.2.3.4, 80, psk=password, version=4\n\n可设置策略 例: 国外加速\n\n2. Loon(参数 node)\n\n可设置节点代理 例: Test=Hysteria2,1.2.3.4,80,"abc",tls-name=www.bing.com\n\n可设置策略 例: 国外加速\n\n3. Stash(参数 X-Stash-Selected-Proxy)\n\n可设置策略 例: 国外加速\n\n4. Node.js 版(模块 request 的 proxy 参数):\n\n例: http://127.0.0.1:8888', + content: '1. Surge(需使用 有 ability=http-client-policy 的模块, 参数 policy/policy-descriptor)\n\n可设置节点代理 例: Test = snell, 1.2.3.4, 80, psk=password, version=4\n\n可设置策略 例: 国外加速\n\n2. Loon(参数 node)\n\n可设置节点代理 例: Test=Hysteria2,1.2.3.4,80,"abc",tls-name=www.bing.com\n\n可设置策略 例: 国外加速\n\n3. Stash(参数 headers.X-Stash-Selected-Proxy)/Shadowrocket(参数 headers.X-Surge-Policy)/QX(参数 opts.policy)\n\n可设置策略\n\n4. Node.js 版(模块 request 的 proxy 参数):\n\n例: http://127.0.0.1:8888', popClass: 'auto-dialog', textAlign: 'left', okText: 'OK',