chore: 初始化项目

This commit is contained in:
2026-01-07 11:51:40 +08:00
parent 2a9b800186
commit ad070b51f2
18 changed files with 4254 additions and 0 deletions

View File

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