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.
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

View File

@ -1330,7 +1330,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;