feat:组件拆分和性能优化

This commit is contained in:
hzm
2026-02-08 22:31:27 +08:00
parent 6d12e9485f
commit 6c1ddc6add
7 changed files with 968 additions and 921 deletions

View File

@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
reactCompiler: true,
};
module.exports = nextConfig;