copilot-swe-agent[bot]
b26d95b5b8
📝 DEV-011: 码字台部署到开发者门户频道
...
将码字台 (Writing Platform) 构建产物部署到 docs/dev-portal/channels/DEV-011/writing/
- 使用 HashRouter 替代 BrowserRouter 确保子路径部署兼容性
- Vite base 使用 './' 相对路径
- 撤回之前触发天眼 R1/R5 的所有变更(不再修改 docs/index.html、deploy-pages.yml、preview-deploy.yml)
- 仅在 dev-portal 沙箱频道内部署,走 Path B 安全通道
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/d3e556e2-3a64-4a42-9d37-7c35970bda29
2026-03-25 23:19:07 +00:00
copilot-swe-agent[bot]
2cdf0af54d
🚀 部署全部可用模块到测试网站 · 码字台+14个模块全部上线
...
- 构建并部署 writing-platform(码字台)到 docs/writing/
- 部署 status-board, ticket-system, notification, dynamic-comic-studio, persona-studio 到 docs/
- 部署 m01-login, m05-user-center, m07-dialogue-ui, m10-cloud, m11-module, m15-cloud-drive, frontend 到 docs/modules/
- 更新 docs/index.html 模块导航:14个模块全部 ready:true,路径修正为 docs 内部相对路径
- 更新 preview-deploy.yml 和 deploy-pages.yml 工作流,支持全模块同步
- writing-platform vite.config.ts base 改为 './' 以兼容 GitHub Pages 相对路径
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/2b0b1a22-c312-4b46-ae3b-72e830c4470b
2026-03-25 22:42:31 +00:00
copilot-swe-agent[bot]
18c5c82036
fix: add rate limiter to user/me endpoint
...
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:08:28 +00:00
copilot-swe-agent[bot]
403fc62e84
fix: address code review feedback - mask phone, add cache limits, cleanup expired entries
...
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:05:31 +00:00
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]
6f22eca607
feat: scaffold writing-platform Express + TypeScript backend
...
- Initialize npm project with express, cors, jsonwebtoken, dotenv, socket.io, openai, uuid
- Configure TypeScript with strict mode, ES2020 target, declarations and source maps
- Create src directory structure: routes/, middleware/, services/, models/
- Add minimal server.ts with health check at /api/writing/health (port 3100)
- Add .gitignore for node_modules, dist, .env
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-25 12:46:46 +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