feat: 支持忽略失败的远程订阅(前端版本 > 2.14.20)

This commit is contained in:
xream
2023-12-18 01:41:37 +08:00
parent e21a25e8f4
commit b049f12e5b

View File

@@ -1,4 +1,4 @@
import { InternalServerError, NetworkError } from './errors';
import { InternalServerError } from './errors';
import { ProxyUtils } from '@/core/proxy-utils';
import { findByName } from '@/utils/database';
import { success, failed } from './response';