feat: 光湖灯塔着陆页v1.0 · AGE OS精美仪表盘 · 域名CNAME修正 · 部署工作流更新

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/b64b264a-c02f-4f8f-b08c-2da67a3944c6

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-02 08:32:34 +00:00 committed by GitHub
parent b679c01ec0
commit 3cd4b8d242
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4000 additions and 3139 deletions

View File

@ -2,7 +2,7 @@
# 🔺 Sovereign: TCS-0002∞ | Root: SYS-GLW-0001
# 📜 Copyright: 国作登字-2026-A-00037559
# ═══════════════════════════════════════════════
name: 🌀 部署铸渊聊天室 (GitHub Pages)
name: 🌀 光湖灯塔 · GitHub Pages 部署
on:
push:
@ -10,6 +10,7 @@ on:
- main # 仅 main 分支触发生产部署
paths:
- 'docs/**'
- 'CNAME'
- 'persona-studio/frontend/**'
- '.github/brain/**'
workflow_dispatch:
@ -36,10 +37,15 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Sync Persona Studio frontend to docs
- name: Prepare deployment artifacts
run: |
# Sync Persona Studio frontend
mkdir -p docs/persona-studio
cp -r persona-studio/frontend/* docs/persona-studio/
if [ -d "persona-studio/frontend" ]; then
cp -r persona-studio/frontend/* docs/persona-studio/
fi
# Ensure CNAME is in docs for custom domain
echo "guanghulab.online" > docs/CNAME
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3

View File

@ -1 +1 @@
guanghulab.com
guanghulab.online

File diff suppressed because it is too large Load Diff

3210
docs/index.html.bak.chatbot Normal file

File diff suppressed because it is too large Load Diff