Skip to content

Commit

Permalink
feat: 通过代理/节点/策略获取订阅 现已支持 Surge, Loon, Stash, Shadowrocket, QX, Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Mar 13, 2024
1 parent 2a587ca commit 250c582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.161",
"version": "2.14.162",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src/views/SubEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 250c582

Please sign in to comment.