Build sub-store.min.js

This commit is contained in:
github-actions@github.com 2022-06-21 09:04:24 +00:00
parent 50a3eb5592
commit 533b477314
4 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -214,7 +214,7 @@ function createTestCases() {
port, port,
uuid, uuid,
cipher, cipher,
alterId: 0 alterId: 0,
}, },
Loon: { Loon: {
type: 'vmess', type: 'vmess',
@ -223,7 +223,7 @@ function createTestCases() {
port, port,
uuid, uuid,
cipher, cipher,
alterId: 0 alterId: 0,
}, },
Surge: { Surge: {
type: 'vmess', type: 'vmess',
@ -232,7 +232,7 @@ function createTestCases() {
port, port,
uuid, uuid,
cipher: 'auto', // Surge lacks support for specifying cipher for vmess protocol! cipher: 'auto', // Surge lacks support for specifying cipher for vmess protocol!
alterId: 0 alterId: 0,
}, },
}, },
}, },

File diff suppressed because one or more lines are too long