add: 初始化基金估值页面

This commit is contained in:
hzm
2026-01-31 21:04:50 +08:00
parent 356be8a07f
commit fe2c21527b
38 changed files with 4395 additions and 0 deletions

9
next.config.js Normal file
View File

@@ -0,0 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
experimental: {
appDir: true
}
};
module.exports = nextConfig;