feat: search api/page && detail api/page

This commit is contained in:
shinya
2025-06-18 00:59:11 +08:00
parent b38b513df0
commit 479fafcb1c
15 changed files with 1050 additions and 376 deletions

View File

@@ -12,7 +12,11 @@ const nextConfig = {
remotePatterns: [
{
protocol: 'https',
hostname: 'vip.dytt-img.com',
hostname: '**',
},
{
protocol: 'http',
hostname: '**',
},
],
},