This commit is contained in:
eric
2025-12-10 01:15:14 +08:00
parent fb180c4d65
commit 91247745dd
94 changed files with 4380 additions and 26663 deletions

7
next.config.ts Normal file
View File

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