Fundamental_Analysis/frontend
Lv, Qi 3d0fd6f704 refactor(phase0-1): 容器化与配置服务拆分,并清理根目录
- 新增 docker-compose 与 Tiltfile,容器化 backend/frontend/postgres(宿主口+10000)
- 新增 services/config-service(GET /api/v1/system, /analysis-modules),并加入 compose
- backend ConfigManager 移除本地文件回退,强制依赖 config-service
- 新增 backend/frontend Dockerfile
- 清理根目录:移动 pm2.config.js -> deployment/;dev.py -> scripts/;删除根 package.json 与 lock
- 新增 .gitignore,忽略二进制与临时文件
2025-11-08 21:07:38 +08:00
..
prisma feat(backend): introduce DataManager and multi-provider; analysis orchestration; streaming endpoints; remove legacy tushare_client; enhance logging 2025-11-03 21:48:08 +08:00
public chore(frontend): 提交前端静态资源与 API 路由调整 2025-10-30 16:28:53 +08:00
src feat: 通用市场财务/快照/分析接口;增强数据源与配置读取 2025-11-06 20:01:08 +08:00
.gitignore feat(backend): introduce DataManager and multi-provider; analysis orchestration; streaming endpoints; remove legacy tushare_client; enhance logging 2025-11-03 21:48:08 +08:00
components.json Initial commit 2025-10-21 20:17:14 +08:00
Dockerfile refactor(phase0-1): 容器化与配置服务拆分,并清理根目录 2025-11-08 21:07:38 +08:00
eslint.config.mjs chore(frontend): 提交前端静态资源与 API 路由调整 2025-10-30 16:28:53 +08:00
next.config.mjs feat(backend): introduce DataManager and multi-provider; analysis orchestration; streaming endpoints; remove legacy tushare_client; enhance logging 2025-11-03 21:48:08 +08:00
next.config.ts Initial commit 2025-10-21 20:17:14 +08:00
package-lock.json 修改了财务数据获取时的一些结构,但还没有完成,今天先做到这儿。 2025-11-04 14:03:34 +08:00
package.json feat(数据): 新增员工、股东及税务指标并生成日志 2025-11-04 21:22:32 +08:00
postcss.config.mjs Initial commit 2025-10-21 20:17:14 +08:00
tsconfig.json Initial commit 2025-10-21 20:17:14 +08:00