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>
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>
Changes:
- Remove the ugly 光 logo-mark icon (red arrow marked element)
- Add English translations below each Chinese text line
- Increase title size from 3.2rem to 4.5rem max
- Expand main container from 680px to 860px
- Add shimmer light sweep effect on title and tagline
- Add breathing scale animation on title
- Add typewriter effect on status badge text
- Add cursor blink animation
- Improve tagline layout with bilingual rows
- Enhance spacing, letter-spacing and visual hierarchy
- Keep favicon unchanged (browser tab icon is fine)
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/897b908e-8f31-4392-a0d2-7291dd6ad8bd
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
- Replace emoji 🌊 logo with CSS gradient "光" character in glass card
- Change tagline from "探索人类与AI共生的数字世界" to "用语言,建世界"
- Brighten ICP footer link color (text-dim → text-secondary)
- Update favicon from emoji to gradient SVG text
- Sync meta description and OG tags
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/90b67b46-e361-4b97-8f6e-fe4a0408a2e2
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
- Landing page with star-field, particles, orbital rings, shooting stars
- ICP备案号 陕ICP备2025071211号 with clickable link to beian.miit.gov.cn
- Nginx config for ZY-SVR-004 Guangzhou server
- GitHub Actions workflow (SG→CN SSH jump deploy)
- LLM API keys injection for 4 domestic models
- Server registry updated with cn_domain section
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/98e8a463-34d0-41db-a3b5-9f8c0a2d0366
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>