mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-07-31 00:22:04 +08:00
Refactored proxy-utils structure
This commit is contained in:
parent
f91f34d644
commit
6bfe2700cf
2
backend/dist/sub-store-parser.loon.min.js
vendored
2
backend/dist/sub-store-parser.loon.min.js
vendored
@ -6,7 +6,7 @@
|
||||
* ███████║╚██████╔╝██████╔╝ ███████║ ██║ ╚██████╔╝██║ ██║███████╗
|
||||
* ╚══════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
|
||||
* Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket!
|
||||
* @updated: 2022/6/16 11:22:36
|
||||
* @updated: 2022/6/16 12:57:15
|
||||
* @version: 2.0
|
||||
* @author: Peng-YM
|
||||
* @github: https://github.com/Peng-YM/Sub-Store
|
||||
|
@ -1,8 +1,8 @@
|
||||
import { isIPv4, isIPv6 } from '../../utils';
|
||||
import { FULL } from '../../utils/logical';
|
||||
import { getFlag } from '../../utils/geo';
|
||||
import { isIPv4, isIPv6 } from '../../../utils';
|
||||
import { FULL } from '../../../utils/logical';
|
||||
import { getFlag } from '../../../utils/geo';
|
||||
import lodash from 'lodash';
|
||||
import $ from '../app';
|
||||
import $ from '../../app';
|
||||
|
||||
// force to set some properties (e.g., skip-cert-verify, udp, tfo, etc.)
|
||||
function SetPropertyOperator({ key, value }) {
|
2
backend/sub-store.min.js
vendored
2
backend/sub-store.min.js
vendored
@ -6,7 +6,7 @@
|
||||
* ███████║╚██████╔╝██████╔╝ ███████║ ██║ ╚██████╔╝██║ ██║███████╗
|
||||
* ╚══════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
|
||||
* Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket!
|
||||
* @updated: 2022/6/16 11:22:36
|
||||
* @updated: 2022/6/16 12:57:15
|
||||
* @version: 2.0
|
||||
* @author: Peng-YM
|
||||
* @github: https://github.com/Peng-YM/Sub-Store
|
||||
|
Loading…
x
Reference in New Issue
Block a user