Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

32 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# HoloLake M22 · 主域公告栏
> 光湖纪元 · 主域公告栏与频道过渡系统
> 模块状态:✅ 已交付2026-03-13
> 开发者DEV-012 Awen爸爸
> 引导人格知秋ICE-CLD-ZQ002
---
## 📋 功能清单
-**公告列表**从API获取公告支持Mock/Production双模式
-**频道筛选**:全部/系统公告/开发动态/团队消息支持Hash路由
-**骨架屏**:数据加载中显示动画占位,加载后平滑淡出
-**离线降级**:断网时自动读取缓存,网络恢复后实时更新
-**暗色主题**:跟随系统自动切换深色/浅色模式
-**响应式设计**:适配桌面、平板、手机
-**跨浏览器**:支持 Chrome / Edge / Firefox
-**错误处理**:友好的错误提示 + 重试按钮
---
## 🔧 环境配置
配置文件:`js/config.js`
```javascript
// 环境开关:'mock' 或 'production'
env: 'mock', // 🟡 当前为Mock模式待后端就绪后改为production
// API地址production模式使用
apiBaseUrl: 'https://api.example.com/v1', // 待替换为真实地址