feat: Base64 订阅关键词增加 VLESS 和 Hysteria2

This commit is contained in:
xream 2023-10-16 22:11:26 +08:00
parent 79c9b89c5f
commit fa65eb1850
No known key found for this signature in database
GPG Key ID: 1D2C5225471789F9
2 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "sub-store", "name": "sub-store",
"version": "2.14.72", "version": "2.14.73",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.", "description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js", "main": "src/main.js",
"scripts": { "scripts": {

View File

@ -13,13 +13,15 @@ function Base64Encoded() {
const name = 'Base64 Pre-processor'; const name = 'Base64 Pre-processor';
const keys = [ const keys = [
'dm1lc3M', 'dm1lc3M', // vmess
'c3NyOi8v', 'c3NyOi8v', // ssr://
'dHJvamFu', 'dHJvamFu', // trojan
'c3M6Ly', 'c3M6Ly', // ss:/
'c3NkOi8v', 'c3NkOi8v', // ssd://
'c2hhZG93', 'c2hhZG93', // shadow
'aHR0c', 'aHR0c', // htt
'dmxlc3M=', // vless
'aHlzdGVyaWEy', // hysteria2
]; ];
const test = function (raw) { const test = function (raw) {