提交nextjs新项目

This commit is contained in:
2025-04-24 17:46:11 +08:00
parent 32851ca569
commit a55726c724
12 changed files with 6085 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;