Merge branch 'master' of https://github.com/Peng-YM/Sub-Store into master

This commit is contained in:
Peng-YM 2020-08-19 15:20:35 +08:00
commit 2e44cc27df
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Core functionality:
2. Subscription formatting. 2. Subscription formatting.
3. Collect multiple subscription in one URL. 3. Collect multiple subscription in one URL.
## 1. Subscription Conversion ## 1. Subscription Conversion
### Supported input formats ### Supported Input Formats
- [x] SS URI - [x] SS URI
- [x] SSR URI - [x] SSR URI
- [x] V2RayN URI - [x] V2RayN URI
@ -15,7 +15,7 @@ Core functionality:
- [x] Loon (SS, SSR, VMess, Trojan, HTTP) - [x] Loon (SS, SSR, VMess, Trojan, HTTP)
- [x] Surge (SS, VMess, Trojan, HTTP) - [x] Surge (SS, VMess, Trojan, HTTP)
### Supported target platforms ### Supported Target Platforms
- [x] QX - [x] QX
- [x] Loon - [x] Loon
- [x] Surge - [x] Surge

View File

@ -1330,7 +1330,7 @@ function Raw_Producer() {
// force to set some properties (e.g., scert, udp, tfo, etc.) // force to set some properties (e.g., scert, udp, tfo, etc.)
function SetPropertyOperator(key, val) { function SetPropertyOperator(key, val) {
return { return {
name: "Set", name: "Set Property Operator",
func: proxies => { func: proxies => {
return proxies.map(p => { return proxies.map(p => {
p[key] = val; p[key] = val;