完成项目结构搭建

This commit is contained in:
2025-05-10 19:13:50 +08:00
parent 7bbcf2fac7
commit 17c065ae79
14 changed files with 151 additions and 337 deletions

View File

@@ -2,6 +2,10 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
reactStrictMode: true,
devIndicators: {
position: 'bottom-right',
},
async rewrites() {
return [
{