mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
chore: YAML 解析兼容
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import YAML from 'static-js-yaml';
|
||||
import YAML from '@/utils/yaml';
|
||||
import download from '@/utils/download';
|
||||
import { isIPv4, isIPv6, isValidPortNumber } from '@/utils';
|
||||
import PROXY_PROCESSORS, { ApplyProcessor } from './processors';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { safeLoad } from 'static-js-yaml';
|
||||
import { safeLoad } from '@/utils/yaml';
|
||||
import { Base64 } from 'js-base64';
|
||||
|
||||
function HTML() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import YAML from 'static-js-yaml';
|
||||
import YAML from '@/utils/yaml';
|
||||
|
||||
function QXFilter() {
|
||||
const type = 'SINGLE';
|
||||
|
||||
Reference in New Issue
Block a user