feat(frontend): 步骤 6.6 — 页面与布局(登录页、聊天主页)

This commit is contained in:
hhs
2026-06-10 15:26:25 +08:00
parent 60f183b8e4
commit eb0061b644
5 changed files with 539 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
// Runtime config injection — generated at container startup
// Uncomment and set the value for production deployment:
// window.__ENV = { NEXT_PUBLIC_API_BASE_URL: "http://your-backend:8091/api/v1" };