删除多个完成报告文件,优化项目结构以提升可维护性。

This commit is contained in:
2026-02-03 15:59:37 +08:00
parent d4ca9573f5
commit a2443c097c
119 changed files with 2119 additions and 8537 deletions

View File

@@ -33,7 +33,7 @@ export async function captureScreenshots(
for (const pageInfo of pages) {
const page = await browser.newPage({ viewport: options.viewport })
try {
const captureUrl = new URL("/documentation/capture", options.baseUrl)
const captureUrl = new URL("/view/documentation/capture", options.baseUrl)
captureUrl.searchParams.set("path", pageInfo.path)
console.log(`[Karuo] Capturing: ${pageInfo.path}`)