mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-09-23 16:23:15 +08:00
Merge branch 'master' of https://github.com/Peng-YM/Sub-Store into master
This commit is contained in:
commit
2e44cc27df
@ -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
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user