openlist根路径主动移除bom

This commit is contained in:
mtvpls
2026-02-06 21:28:57 +08:00
parent d148491526
commit f43bdaa9e3
9 changed files with 48 additions and 28 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ export async function GET(request: NextRequest) {
const listResponse = await client.listDirectory(folderPath, currentPage, pageSize);
if (listResponse.code !== 200) {
throw new Error('OpenList 列表获取失败');
throw new Error('OpenList 列表获取失败4');
}
total = listResponse.data.total;