Skip to content

Commit 6f91bce

Browse files
committed
feat: Stash 正式版支持 AnyTLS
1 parent 9ead260 commit 6f91bce

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,5 @@ backend/sub-store.min.js
137137

138138
CHANGELOG.md
139139

140-
.codeartsdoer
140+
.codeartsdoer
141+
.github/copilot-instructions.md

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store",
3-
"version": "2.21.25",
3+
"version": "2.21.26",
44
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and Shadowrocket.",
55
"main": "src/main.js",
66
"scripts": {

backend/src/core/proxy-utils/producers/stash.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ export default function Stash_Producer() {
5050
!['xtls-rprx-vision'].includes(proxy.flow))
5151
) {
5252
return false;
53-
} else if (
54-
['anytls'].includes(proxy.type) &&
55-
!opts['include-unsupported-proxy']
56-
) {
57-
return false;
5853
} else if (
5954
['anytls'].includes(proxy.type) &&
6055
proxy.network &&

0 commit comments

Comments
 (0)