Commit Graph

3 Commits

Author SHA1 Message Date
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
copilot-swe-agent[bot] 143795f3c1 fix: improve package name and page title for writing-platform frontend
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-25 12:43:26 +00:00
copilot-swe-agent[bot] 901fb2a901 feat: create writing-platform frontend with React + Vite + TypeScript
- Scaffold React 19 + Vite 8 + TypeScript project
- Install and configure Tailwind CSS 3.4 with custom design system
- Install react-router-dom, zustand, socket.io-client, lucide-react
- Configure vite.config.ts with base: '/writing/' for deployment
- Set up Tailwind with brand/ink color palette, font families, shadows
- Clean up Vite template boilerplate, add minimal App component

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-25 12:42:34 +00:00