fix: 修复文件预览未使用代理策略的问题

This commit is contained in:
xream
2025-03-12 19:44:54 +08:00
parent 422e161c5b
commit e7bd21cd34
2 changed files with 6 additions and 2 deletions

View File

@@ -411,7 +411,6 @@ async function produceArtifact({
const file = findByName(allFiles, name);
if (!file) throw new Error(`找不到文件 ${name}`);
let raw = '';
console.log(file);
if (file.type !== 'mihomoProfile') {
if (
content &&