Fundamental_Analysis/frontend
Lv, Qi 4fef6bf35b refactor: 拆分 ReportPage 为组件和 Hooks
- 将庞大的 page.tsx 拆分为多个独立组件 (components/)
- 提取业务逻辑到 Hooks (hooks/)
- 提取工具函数到 utils.ts
- 优化代码结构和可维护性
2025-11-19 06:51:46 +08:00
..
public chore(frontend): 提交前端静态资源与 API 路由调整 2025-10-30 16:28:53 +08:00
src refactor: 拆分 ReportPage 为组件和 Hooks 2025-11-19 06:51:46 +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 fix(frontend): remove localhost rewrites and enforce NEXT_PUBLIC_BACKEND_URL 2025-11-08 22:59:03 +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 refactor(architecture): Align frontend & docs with DB gateway pattern 2025-11-17 01:29:56 +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