zhizhi/writing-platform/frontend
copilot-swe-agent[bot] e860b9963b feat: AI写网文平台首期功能 — 前后端完整实现
- Landing Page: AI伙伴头像呼吸动画 + 打字机欢迎语 + 角色选择
- Auth: 手机号+验证码注册/登录 + JWT鉴权 + 三角色
- AI伙伴: WebSocket实时对话 + 角色人格化 + OpenAI集成
- Backend: Express + TypeScript + Socket.io + Notion存储
- Frontend: React 18 + Vite + Tailwind CSS + Zustand
- Nginx: 写网文平台路由配置 (/writing/, /api/writing/, /writing-ai/)

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/38d62fa6-b645-4f42-92dd-00d327337c17
2026-03-25 13:01:49 +00:00
..
src feat: AI写网文平台首期功能 — 前后端完整实现 2026-03-25 13:01:49 +00:00
.gitignore feat: create writing-platform frontend with React + Vite + TypeScript 2026-03-25 12:42:34 +00:00
eslint.config.js feat: create writing-platform frontend with React + Vite + TypeScript 2026-03-25 12:42:34 +00:00
index.html fix: improve package name and page title for writing-platform frontend 2026-03-25 12:43:26 +00:00
package-lock.json feat: create writing-platform frontend with React + Vite + TypeScript 2026-03-25 12:42:34 +00:00
package.json fix: improve package name and page title for writing-platform frontend 2026-03-25 12:43:26 +00:00
postcss.config.js feat: create writing-platform frontend with React + Vite + TypeScript 2026-03-25 12:42:34 +00:00
tailwind.config.js feat: create writing-platform frontend with React + Vite + TypeScript 2026-03-25 12:42:34 +00:00
tsconfig.app.json feat: create writing-platform frontend with React + Vite + TypeScript 2026-03-25 12:42:34 +00:00
tsconfig.json feat: create writing-platform frontend with React + Vite + TypeScript 2026-03-25 12:42:34 +00:00
tsconfig.node.json feat: create writing-platform frontend with React + Vite + TypeScript 2026-03-25 12:42:34 +00:00
vite.config.ts feat: create writing-platform frontend with React + Vite + TypeScript 2026-03-25 12:42:34 +00:00