copilot-swe-agent[bot]
|
367937582e
|
feat: add placeholder index.html pages for 10 module directories
Add HoloLake/AGE OS themed placeholder pages with consistent dark theme
design (#0a0a0f background, #00d4ff accent) for modules under development:
- m10-cloud (云服务), m15-cloud-drive (云盘), m01-login (登录)
- m18-health-check (健康检查), coldstart (冷启动), portal (门户)
- notification (通知), help-center (帮助中心), frontend (前端)
- app (光湖集成壳)
Each page shows module icon, name, development status, contextual
description, back-to-home link, and HoloLake footer branding.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
2026-03-25 02:35:42 +00:00 |
copilot-swe-agent[bot]
|
df64cb221d
|
fix: 修复 Persona Studio 对话无回复 · API代理层新增反向代理 + PM2配置补全 + 模块自检修复
问题根因:Nginx 将所有 /api/* 路由到 api-proxy (port 3721),但
api-proxy 未处理 /api/ps/chat/*, /api/ps/auth/* 等 Persona Studio
后端路由,导致请求返回 404,用户发送消息后无回复。
修复内容:
1. api-proxy.js 新增反向代理,将 /api/ps/chat/*, /api/ps/auth/*,
/api/ps/build/*, /api/ps/notify/* 转发到 PS 后端 (port 3002)
2. ecosystem.config.js 补全 api-proxy + persona-studio PM2 配置
3. m15-cloud-drive/ 补全 README.md(模块自检修复)
4. README.md 开发者公告栏更新修复状态
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
|
2026-03-10 14:38:17 +00:00 |