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

This commit is contained in:
xream 2023-12-18 01:41:37 +08:00
parent 4ca5f5e355
commit 23042c33d6
No known key found for this signature in database
GPG Key ID: 1D2C5225471789F9

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';