chore:update 410 data

This commit is contained in:
He
2025-10-04 17:39:09 +08:00
parent a4a91ac911
commit 45b09e41f5

View File

@@ -4,7 +4,7 @@ export async function GET(request: NextRequest) {
// 生成1到50之间的随机ID
const randomId = Math.floor(Math.random() * 100) + 1
// 构建随机图片URL
const randomImageUrl = `https://zh.yuazhi.cn/at410/random/${randomId}.jpg`
const randomImageUrl = `https://box.zh.yuazhi.cn/410/note/${randomId}.jpg`
// 重定向到随机图片
return NextResponse.redirect(randomImageUrl)