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',