Commit Graph

8 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 58d0e51270
refactor: 重构首页UI - 简化介绍文字、文字模块化图标替代emoji、增强触感交互
- 去掉"全球首个"浮夸描述,简化为2行:语言驱动操作系统+第五代AI智能创作平台
- 移除L1-L6技术层标签(过于冗长)
- emoji图标(👋🧭✍️📊)替换为文字图标(Hi/?/W/S),带渐变背景和光效
- 卡片增加hover光晕、扫光动画、按压反馈
- 同步更新docs/index.html和server/sites/portal/index.html
- 同步更新clearChatUI() JS重建逻辑

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/de32694d-9c9d-4aad-98b4-38656bb7a021

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 11:06:58 +00:00
copilot-swe-agent[bot] 41419ad8f5
fix: sync PR #361 UI redesign to server/sites/portal and add auto-sync step in deploy workflow
Root cause: deploy-to-zhuyuan-server.yml uses server/sites/portal/ (not docs/) as the
frontend source for guanghulab.online. PR #361 only updated docs/index.html, so the
server never received the new UI.

Fix:
1. Copied docs/index.html → server/sites/portal/index.html (immediate fix)
2. Added '🔄 同步 docs → portal' step in deploy workflow to auto-sync
   docs/index.html to server/sites/portal/ before every deployment,
   preventing this desync from happening again.

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/da023482-75f7-46b3-a921-548ce02a3a83

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 10:52:43 +00:00
copilot-swe-agent[bot] 197abdc5a2
fix: sync GPT-style chat frontend to server/sites/portal (actual deployment source)
Root cause: deploy-to-zhuyuan-server.yml prioritizes server/sites/portal/
over docs/ when deploying to production. PR #358 only updated docs/index.html,
so the old portal page kept being served at guanghulab.online.

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/139e14a6-7613-480a-a279-ba821323704a

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-12 09:59:43 +00:00
copilot-swe-agent[bot] 3fedcab0d9
fix: ecosystem.config.js .env.app path + portal reconnect button + /api/chat/reconnect endpoint
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/37db3285-91fb-4df3-83a0-7315b0efa428

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-11 11:48:27 +00:00
copilot-swe-agent[bot] ddde540994
fix: 公告栏GitHub API添加sessionStorage缓存+错误日志+截断省略号
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/929a30c8-2828-403f-a189-40c9ab2fd0f7

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-11 10:04:19 +00:00
copilot-swe-agent[bot] 9e9bb02fc2
fix: portal 名字修正/公告栏/聊天降级/HoloLake天数/UI动效增强
- 月夜→时雨, 移除之之, 花尔→花儿(docs)
- 数字地球六层架构→光湖语言世界公告栏(GitHub API实时同步)
- 聊天面板添加离线智能应答降级
- HoloLake Days从2025-04-26自动计算(不依赖API)
- 频道副标题: 每个频道一条专属语言通道
- 星空/卡片/频道卡/状态栏/聊天按钮动效增强
- yaoming站同步更新月夜→时雨

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/929a30c8-2828-403f-a189-40c9ab2fd0f7

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-11 10:03:09 +00:00
copilot-swe-agent[bot] fdc2ac0035
fix: 修复XSS漏洞、内存泄漏、超时处理等安全问题
- 聊天消息HTML转义防止XSS注入
- 匿名会话使用唯一ID替代共享portal-guest
- 上下文Map添加LRU淘汰和TTL过期清理
- 修复Node.js https超时处理使用req.setTimeout()
- MCP工具数从API动态获取替代硬编码

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/576c1b97-3ce4-4c28-99f1-9374e2320212

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-11 09:31:39 +00:00
copilot-swe-agent[bot] d7c613ce1a
feat: 双站点开发 — 光湖语言世界主入口 + 零点原核频道
- server/sites/portal/index.html — guanghulab.online 光湖语言世界主入口
- server/sites/yaoming/index.html — guanghuyaoming.com 零点原核频道
- server/app/modules/domestic-llm-gateway.js — 国内四模型智能网关
- server/nginx/guanghuyaoming.conf — 零点原核域名Nginx配置
- 更新 server/app/server.js — 新增 /api/chat/domestic 端点
- 更新部署工作流 — 支持双站点前端同步与Nginx配置注入

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/576c1b97-3ce4-4c28-99f1-9374e2320212

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-11 09:27:38 +00:00