Refactored proxy-utils structure

This commit is contained in:
Peng-YM 2022-06-16 12:58:24 +08:00
parent f91f34d644
commit 6bfe2700cf
12 changed files with 6 additions and 6 deletions

View File

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

View File

@ -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 }) {

View File

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