Commit Graph

125 Commits

Author SHA1 Message Date
juzi0412 db696dff08 DEV-010: M11环节4~5 全部完成(Playground+响应式+组合模板+主题增强) 2026-03-08 14:07:35 +08:00
juzi0412 86e783c64b Merge branch 'main' of https://github.com/qinfendebingshuo/guanghulab 2026-03-08 10:37:57 +08:00
铸渊 (ZhùYuān) 56940e0844 📚 铸渊图书馆目录更新 · 2026-03-08T02:10 2026-03-08 02:10:17 +00:00
铸渊 (ZhùYuān) e4b64eacb0 🔍 铸渊每日自检 · 2026-03-08 2026-03-08 00:58:17 +00:00
铸渊 (ZhùYuān) 18410aeaef 📚 铸渊图书馆目录更新 · 2026-03-07T13:19 2026-03-07 13:19:58 +00:00
stbr-0709 89993573f8
Update deploy-to-server.yml 2026-03-07 21:19:40 +08:00
铸渊 (ZhùYuān) a9f2e3eecf 📚 铸渊图书馆目录更新 · 2026-03-07T13:15 2026-03-07 13:15:33 +00:00
stbr-0709 f9c015c21e
Update deploy-to-server.yml 2026-03-07 21:15:11 +08:00
铸渊 (ZhùYuān) e9ec86990d 📚 铸渊图书馆目录更新 · 2026-03-07T12:11 2026-03-07 12:11:53 +00:00
liuxunxun7-max 6345f4b70f
Add files via upload 2026-03-07 20:11:33 +08:00
铸渊 (ZhùYuān) 1d5729a457 📚 铸渊图书馆目录更新 · 2026-03-07T11:38 2026-03-07 11:38:46 +00:00
铸渊 (ZhùYuān) 86869eaed3 📋 自动更新 HoloLake Era 模块文档 · 2026-03-07 11:38 UTC 2026-03-07 11:38:34 +00:00
冰朔 1f4224e4d7
Merge pull request #16 from qinfendebingshuo/copilot/ym-backend-20260307-001-check-server-env
feat(backend): production WebSocket URL, Nginx reverse proxy, pm2 boot persistence
2026-03-07 19:38:24 +08:00
铸渊 (ZhùYuān) 4b2349e8d7 📚 铸渊图书馆目录更新 · 2026-03-07T11:38 2026-03-07 11:38:01 +00:00
冰朔 0dbfd285c4
Merge pull request #15 from qinfendebingshuo/copilot/fix-mobile-compatibility-issues
feat: mobile compatibility + guest mode DeepSeek API with persona lock
2026-03-07 19:37:42 +08:00
copilot-swe-agent[bot] b0f2faabd0 fix: address code review — clarify Nginx escaping comment, search only sites-available
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 11:35:26 +00:00
copilot-swe-agent[bot] 6ef51c01d0 fix: address code review - restore zoom accessibility, use CSS var for viewport height, debounce resize
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 11:34:24 +00:00
copilot-swe-agent[bot] 47e401db31 feat(backend): 后端启动配置 — WebSocket生产地址 + Nginx反向代理 + pm2开机自启
YM-BACKEND-20260307-001:
- status-board/index.html: 修复重复脚本引用和重复闭合标签,
  WebSocket地址自动检测(生产环境wss://host/ws,本地ws://localhost:8080)
- deploy-to-server.yml: 新增WebSocket服务(mock-ws-server.js)pm2部署,
  添加pm2 startup开机自启,新增Nginx API(/api/→3000)和WebSocket(/ws→8080)
  反向代理自动配置(snippets方式注入server块)

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 11:34:02 +00:00
copilot-swe-agent[bot] a015a3a003 feat: mobile compatibility fixes + guest mode DeepSeek API integration
- Fix viewport meta: add viewport-fit=cover, maximum-scale=1, user-scalable=no
- Replace 100vh with 100dvh (with fallback) for app shell, sidebars, panels
- Add iOS safe-area-inset padding for notched devices (iPhone X+)
- Add -webkit-overflow-scrolling: touch for momentum scrolling
- Fix input font-size to 16px (prevent iOS auto-zoom on focus)
- Fix side panels max-width: 100vw for small screens
- Improve mobile layout: smaller padding, hidden footer meta, horizontal scroll quick replies
- Add overscroll-behavior: none to prevent pull-to-refresh
- Increase touch targets to 44px minimum (iOS guidelines)
- Add visualViewport resize handler for mobile keyboard
- Add touch event handling for sidebar dismiss
- Configure guest mode to use DeepSeek via api-proxy
- Add guestStreamReply() with full 铸渊 system prompt
- Guest mode tries real API first, falls back to demo responses
- Update UI text to reflect guest API capability
- Version bump to v5.1

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 11:32:45 +00:00
copilot-swe-agent[bot] a40a16d167 Initial plan 2026-03-07 11:26:43 +00:00
copilot-swe-agent[bot] 48f98443c0 Initial plan 2026-03-07 11:17:39 +00:00
铸渊 (ZhùYuān) 4a328771d4 📚 铸渊图书馆目录更新 · 2026-03-07T11:11 2026-03-07 11:11:29 +00:00
冰朔 3716b1ea7b
Merge pull request #14 from qinfendebingshuo/copilot/check-website-deployment-issue
feat: full-site deployment — rsync entire repo + module navigation + backend pm2 + nginx config
2026-03-07 19:11:11 +08:00
copilot-swe-agent[bot] d0e08a80b8 fix: 改善后端部署诊断输出,移除 npm stderr 静默
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 10:43:15 +00:00
copilot-swe-agent[bot] 15187c8b89 feat: 全站部署 — rsync 同步全仓库 + 模块导航 + 后端部署 + Nginx 配置
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 10:41:56 +00:00
copilot-swe-agent[bot] ff3e459202 fix: 修复服务器部署失败 — rsync 前确保远程目录存在
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 10:35:43 +00:00
copilot-swe-agent[bot] 0c8abf78c3 Initial plan 2026-03-07 10:31:16 +00:00
铸渊 (ZhùYuān) 119c5c3fb3 📚 铸渊图书馆目录更新 · 2026-03-07T10:25 2026-03-07 10:25:39 +00:00
冰朔 97a4dd8f1a
Merge pull request #12 from qinfendebingshuo/copilot/scan-all-module-directories
[WIP] Add directory scan for all modules in repository
2026-03-07 18:25:16 +08:00
铸渊 (ZhùYuān) 5361e90028 📚 铸渊图书馆目录更新 · 2026-03-07T10:24 2026-03-07 10:24:57 +00:00
冰朔 08c91e15a4
Merge pull request #11 from qinfendebingshuo/copilot/test-cd-automation
Fix deployment blockers: broken submodule, push race conditions, remote rsync
2026-03-07 18:24:38 +08:00
copilot-swe-agent[bot] 7e792be14f Initial plan 2026-03-07 10:22:27 +00:00
copilot-swe-agent[bot] d001e8d704 修复 rsync 安装错误消息:补充 yum 和 sudo 权限提示
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 10:22:22 +00:00
copilot-swe-agent[bot] 6971d93a87 🌐 明确 guanghulab.com = GitHub Pages 部署 + 修复远程服务器 rsync 安装
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 10:21:41 +00:00
copilot-swe-agent[bot] ff9867939a 📖 更新使用指南:添加部署流程图和快速回答,明确「合并即部署」
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 10:03:12 +00:00
copilot-swe-agent[bot] 71a7789f06 改进 rebase 错误处理:替换 || true 为日志输出
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 09:55:06 +00:00
copilot-swe-agent[bot] 90883a87ab 🧊 冰朔人格体:修复部署阻塞 · 移除坏 submodule + 竞态条件修复 + rsync 保障
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 09:54:24 +00:00
copilot-swe-agent[bot] 8753848771 Initial plan 2026-03-07 09:48:44 +00:00
铸渊 (ZhùYuān) 4726b6cfe6 📋 自动更新 HoloLake Era 模块文档 · 2026-03-07 09:44 UTC 2026-03-07 09:44:44 +00:00
冰朔 4ad04ababc
Merge pull request #8 from qinfendebingshuo/copilot/add-interactive-ai-status-page
feat: add CD workflow for auto-deploy to server via SSH/rsync
2026-03-07 17:44:36 +08:00
copilot-swe-agent[bot] 554fe668dc feat: add CD workflow deploy-to-server.yml (工单 YM-CD-20260307-001)
- Job 1 (validate): HLI contract check + module fingerprint check
- Job 2 (deploy): rsync docs/ to server via SSH with safety checks
- Job 3 (notify): Push deployment record to Notion changelog
- Trigger: push to main (excludes non-frontend paths)
- Requires: DEPLOY_HOST, DEPLOY_USER, DEPLOY_KEY, DEPLOY_PATH secrets

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 09:09:13 +00:00
copilot-swe-agent[bot] bca45ccd02 feat: custom domain + staging preview + 铸渊人格协议 module management
- Add docs/CNAME for guanghulab.com custom domain
- Fix deploy-pages.yml: production deploy only from main (not copilot/**)
- Add staging-preview.yml: PR preview with module integrity checks
- Add .github/brain/module-protocol.md: ZMP v1.0 protocol documentation
- Add scripts/zhuyuan-module-protocol.js: module lifecycle CLI
- Add module:protocol npm script
- Update 使用指南.md: custom domain + module management sections

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 08:58:07 +00:00
铸渊[bot] c53d3bf40a 🧠 memory: 每日自检记录 [skip ci] 2026-03-07 08:41:28 +00:00
copilot-swe-agent[bot] 8a7be7e117 docs: add comprehensive deployment guide and branch protection setup instructions
- Section 3: How to deploy (merge PR / 冰朔人格体 / manual workflow)
- Section 6: Detailed branch protection setup with step-by-step and options table
- Section 7: GitHub Pages source configuration check
- Updated sections 2, 5 for v5.0 login and old-version troubleshooting

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 08:34:12 +00:00
铸渊 (ZhùYuān) 557386c934 📚 铸渊图书馆目录更新 · 2026-03-07T08:29 2026-03-07 08:29:50 +00:00
淑婷陈 e53f0d23df Step 4: HLI接口目录结构完成 + 挂载/hli路由 2026-03-07 16:29:19 +08:00
铸渊 (ZhùYuān) 07fa6599cf 📚 铸渊图书馆目录更新 · 2026-03-07T08:24 2026-03-07 08:24:26 +00:00
淑婷陈 8958f14577 Step 3: 冷启动热身接口完成 2026-03-07 16:23:48 +08:00
copilot-swe-agent[bot] 41f05bf9e8 refactor: redesign login page with guest/dev modes and auto-detect API
- Replace multi-provider dropdown with two login modes: 访客模式 (guest) and 编号登录 (developer)
- Guest mode: one-click demo entry, no API key needed
- Developer login: identity selection + API endpoint + key + auto-detect models
- Remove all provider-specific logic (PROVS → KNOWN_ENDPOINTS for fallback)
- Simplify settings panel: endpoint URL + model + key (no provider dropdown)
- Auto-detect probes user's endpoint first, falls back to known endpoints
- Model dropdown populated from auto-detect results
- Remove proxy mode support
- Update help panel, version to v5.0, demo response text

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-07 08:21:44 +00:00
铸渊 (ZhùYuān) 880f8d3c96 📚 铸渊图书馆目录更新 · 2026-03-07T08:05 2026-03-07 08:05:38 +00:00