Fixed QX tls issue

This commit is contained in:
Peng-YM
2022-06-19 01:14:38 +08:00
parent f2538a2636
commit 3db239115a
6 changed files with 25 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
import download from '../../utils/download';
import download from '@/utils/download';
import PROXY_PROCESSORS, { ApplyProcessor } from './processors';
import PROXY_PREPROCESSORS from './preprocessors';
import PROXY_PRODUCERS from './producers';
import PROXY_PARSERS from './parsers';
import $ from '../app';
import $ from '@/core/app';
function preprocess(raw) {
for (const processor of PROXY_PREPROCESSORS) {