Initial commit from Create Next App

This commit is contained in:
胡旭
2026-06-23 14:17:55 +08:00
parent 2c032a45de
commit 507f12e501
19 changed files with 4407 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;