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

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "real-time-fund",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1"
}
}