Merge branch 'main' into feature/url-content-extraction

This commit is contained in:
dayuan.jiang
2026-01-06 00:06:18 +09:00
44 changed files with 5883 additions and 2677 deletions

View File

@@ -93,7 +93,7 @@ export async function POST(req: Request) {
let article
try {
article = await extract(url, {
article = await extract(url, undefined, {
headers: {
"User-Agent": "Mozilla/5.0 (compatible; NextAIDrawio/1.0)",
},