mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-07 18:03:17 +08:00
feat (backend): Add preview API
- POST /api/preview/sub for previewing subs - POST /api/preview/collection for previewing collection
This commit is contained in:
@@ -276,7 +276,6 @@ async function produceArtifact({ type, item, platform, noProcessor }) {
|
||||
// parse proxies
|
||||
let proxies = ProxyUtils.parse(raw);
|
||||
if (!noProcessor) {
|
||||
console.log('Processing proxy...');
|
||||
// apply processors
|
||||
proxies = await ProxyUtils.process(
|
||||
proxies,
|
||||
|
||||
Reference in New Issue
Block a user