From a5f702058265424eb88efa147c9c85252ffb2c08 Mon Sep 17 00:00:00 2001 From: Peng-YM <1048217874@qq.com> Date: Wed, 19 Aug 2020 14:34:17 +0800 Subject: [PATCH 1/2] Typo Fixed --- sub-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub-store.js b/sub-store.js index fa8800f..cd4b8ff 100644 --- a/sub-store.js +++ b/sub-store.js @@ -1322,7 +1322,7 @@ function Raw_Producer() { // force to set some properties (e.g., scert, udp, tfo, etc.) function SetPropertyOperator(key, val) { return { - name: "Set", + name: "Set Property Operator", func: proxies => { return proxies.map(p => { p[key] = val; From f4878952365ef69bdd9271202b3d2f71f50dc530 Mon Sep 17 00:00:00 2001 From: Peng-YM <1048217874@qq.com> Date: Wed, 19 Aug 2020 14:37:25 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a25eee9..91a5e97 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Core functionality: 2. Subscription formatting. 3. Collect multiple subscription in one URL. ## 1. Subscription Conversion -### Supported input formats +### Supported Input Formats - [x] SS URI - [x] SSR URI - [x] V2RayN URI @@ -15,7 +15,7 @@ Core functionality: - [x] Loon (SS, SSR, VMess, Trojan, HTTP) - [x] Surge (SS, VMess, Trojan, HTTP) -### Supported target platforms +### Supported Target Platforms - [x] QX - [x] Loon - [x] Surge