Files
group_xinghuo_jinrong/web/README.md
T
zhanghongyu_0626 cbcac98cdd feat(docs): Update API documentation and add new specifications for market data
- Enhanced AGENTS.md to include new draft specifications for market data in Phase B.
- Updated MEMORY.md with details on the C-05 market data source selection and the new API contract for v0.2.
- Introduced a new document for frontend P0 design specifications, outlining the architecture and features for the initial web application.
- Added a new document for C-05 market data source comparison, detailing the requirements and options for future data integration.
- Updated existing API contracts to reflect the latest changes and ensure consistency across documentation.

This update improves the clarity and comprehensiveness of the API documentation, supporting ongoing development efforts and future integrations.
2026-09-09 10:29:08 +08:00

748 B
Raw Blame History

JinRong Web(P0 Demo)

React 19 + Vite + Ant Design 5 · HashRouter · 联调本机 FastAPI。

启动

# 终端 1:后端
cd ..
uvicorn app.main:app --reload

# 终端 2:前端
cd web
npm install
npm run dev

浏览器打开 Vite 提示地址(通常 http://127.0.0.1:5173/#/login)。

装饰素材

文件 用途
public/assets/brand/logo-mark.svg Header / 登录 Logo
public/assets/illustrations/login-finance.svg 登录页左侧插画
public/assets/illustrations/empty-*.svg Empty / 占位页

可选替换:unDraw 金融类 SVG(免费商用,无需署名)。

设计说明见 docs/superpowers/specs/2026-09-09-frontend-p0-design.md §8。