feat: add placeholder index.html pages for 10 module directories
Add HoloLake/AGE OS themed placeholder pages with consistent dark theme design (#0a0a0f background, #00d4ff accent) for modules under development: - m10-cloud (云服务), m15-cloud-drive (云盘), m01-login (登录) - m18-health-check (健康检查), coldstart (冷启动), portal (门户) - notification (通知), help-center (帮助中心), frontend (前端) - app (光湖集成壳) Each page shows module icon, name, development status, contextual description, back-to-home link, and HoloLake footer branding. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f4aad17d00
commit
367937582e
|
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>光湖集成壳 · HoloLake</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
min-height: 100vh;
|
||||
background: #0a0a0f;
|
||||
color: #e0e0e0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 40px 20px;
|
||||
}
|
||||
.icon { font-size: 64px; margin-bottom: 20px; }
|
||||
.title {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.status {
|
||||
font-size: 18px;
|
||||
color: #ffa500;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.desc {
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
margin-bottom: 40px;
|
||||
max-width: 400px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.back-btn {
|
||||
display: inline-block;
|
||||
padding: 12px 32px;
|
||||
background: linear-gradient(135deg, #00d4ff, #0099cc);
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-radius: 8px;
|
||||
font-size: 15px;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
.back-btn:hover { opacity: 0.85; }
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
font-size: 12px;
|
||||
color: #444;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="icon">🌊</div>
|
||||
<div class="title">光湖集成壳</div>
|
||||
<div class="status">🚧 此模块正在开发中</div>
|
||||
<div class="desc">光湖集成壳是平台的核心应用外壳,负责统一加载与协调各功能模块的壳-核分离运行。即将完成。</div>
|
||||
<a href="/" class="back-btn">← 返回主页</a>
|
||||
</div>
|
||||
<div class="footer">HoloLake Era · AGE OS · 光湖纪元</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>冷启动 · HoloLake</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
min-height: 100vh;
|
||||
background: #0a0a0f;
|
||||
color: #e0e0e0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 40px 20px;
|
||||
}
|
||||
.icon { font-size: 64px; margin-bottom: 20px; }
|
||||
.title {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.status {
|
||||
font-size: 18px;
|
||||
color: #ffa500;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.desc {
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
margin-bottom: 40px;
|
||||
max-width: 400px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.back-btn {
|
||||
display: inline-block;
|
||||
padding: 12px 32px;
|
||||
background: linear-gradient(135deg, #00d4ff, #0099cc);
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-radius: 8px;
|
||||
font-size: 15px;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
.back-btn:hover { opacity: 0.85; }
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
font-size: 12px;
|
||||
color: #444;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="icon">🚀</div>
|
||||
<div class="title">冷启动</div>
|
||||
<div class="status">🚧 此模块正在开发中</div>
|
||||
<div class="desc">冷启动模块负责系统的初始化引导流程,确保各服务按正确顺序启动并完成自检。即将就绪。</div>
|
||||
<a href="/" class="back-btn">← 返回主页</a>
|
||||
</div>
|
||||
<div class="footer">HoloLake Era · AGE OS · 光湖纪元</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>前端 · HoloLake</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
min-height: 100vh;
|
||||
background: #0a0a0f;
|
||||
color: #e0e0e0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 40px 20px;
|
||||
}
|
||||
.icon { font-size: 64px; margin-bottom: 20px; }
|
||||
.title {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.status {
|
||||
font-size: 18px;
|
||||
color: #ffa500;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.desc {
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
margin-bottom: 40px;
|
||||
max-width: 400px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.back-btn {
|
||||
display: inline-block;
|
||||
padding: 12px 32px;
|
||||
background: linear-gradient(135deg, #00d4ff, #0099cc);
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-radius: 8px;
|
||||
font-size: 15px;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
.back-btn:hover { opacity: 0.85; }
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
font-size: 12px;
|
||||
color: #444;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="icon">🎨</div>
|
||||
<div class="title">前端</div>
|
||||
<div class="status">🚧 此模块正在开发中</div>
|
||||
<div class="desc">前端模块正在构建光湖平台的用户界面与交互体验,采用现代化组件架构。开发进行中。</div>
|
||||
<a href="/" class="back-btn">← 返回主页</a>
|
||||
</div>
|
||||
<div class="footer">HoloLake Era · AGE OS · 光湖纪元</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>帮助中心 · HoloLake</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
min-height: 100vh;
|
||||
background: #0a0a0f;
|
||||
color: #e0e0e0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 40px 20px;
|
||||
}
|
||||
.icon { font-size: 64px; margin-bottom: 20px; }
|
||||
.title {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.status {
|
||||
font-size: 18px;
|
||||
color: #ffa500;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.desc {
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
margin-bottom: 40px;
|
||||
max-width: 400px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.back-btn {
|
||||
display: inline-block;
|
||||
padding: 12px 32px;
|
||||
background: linear-gradient(135deg, #00d4ff, #0099cc);
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-radius: 8px;
|
||||
font-size: 15px;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
.back-btn:hover { opacity: 0.85; }
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
font-size: 12px;
|
||||
color: #444;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="icon">❓</div>
|
||||
<div class="title">帮助中心</div>
|
||||
<div class="status">🚧 此模块正在开发中</div>
|
||||
<div class="desc">帮助中心将提供完善的文档、常见问题解答与使用指南,助您快速上手光湖平台。即将开放。</div>
|
||||
<a href="/" class="back-btn">← 返回主页</a>
|
||||
</div>
|
||||
<div class="footer">HoloLake Era · AGE OS · 光湖纪元</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>登录 · HoloLake</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
min-height: 100vh;
|
||||
background: #0a0a0f;
|
||||
color: #e0e0e0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 40px 20px;
|
||||
}
|
||||
.icon { font-size: 64px; margin-bottom: 20px; }
|
||||
.title {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.status {
|
||||
font-size: 18px;
|
||||
color: #ffa500;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.desc {
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
margin-bottom: 40px;
|
||||
max-width: 400px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.back-btn {
|
||||
display: inline-block;
|
||||
padding: 12px 32px;
|
||||
background: linear-gradient(135deg, #00d4ff, #0099cc);
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-radius: 8px;
|
||||
font-size: 15px;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
.back-btn:hover { opacity: 0.85; }
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
font-size: 12px;
|
||||
color: #444;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="icon">🔐</div>
|
||||
<div class="title">登录</div>
|
||||
<div class="status">🚧 此模块正在开发中</div>
|
||||
<div class="desc">登录模块将提供安全的身份认证与授权服务,支持多因素认证与统一身份管理。正在开发中。</div>
|
||||
<a href="/" class="back-btn">← 返回主页</a>
|
||||
</div>
|
||||
<div class="footer">HoloLake Era · AGE OS · 光湖纪元</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>云服务 · HoloLake</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
min-height: 100vh;
|
||||
background: #0a0a0f;
|
||||
color: #e0e0e0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 40px 20px;
|
||||
}
|
||||
.icon { font-size: 64px; margin-bottom: 20px; }
|
||||
.title {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.status {
|
||||
font-size: 18px;
|
||||
color: #ffa500;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.desc {
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
margin-bottom: 40px;
|
||||
max-width: 400px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.back-btn {
|
||||
display: inline-block;
|
||||
padding: 12px 32px;
|
||||
background: linear-gradient(135deg, #00d4ff, #0099cc);
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-radius: 8px;
|
||||
font-size: 15px;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
.back-btn:hover { opacity: 0.85; }
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
font-size: 12px;
|
||||
color: #444;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="icon">☁️</div>
|
||||
<div class="title">云服务</div>
|
||||
<div class="status">🚧 此模块正在开发中</div>
|
||||
<div class="desc">云服务模块将提供光湖平台的云端基础设施管理能力,包括资源调度、服务编排与弹性伸缩。敬请期待。</div>
|
||||
<a href="/" class="back-btn">← 返回主页</a>
|
||||
</div>
|
||||
<div class="footer">HoloLake Era · AGE OS · 光湖纪元</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>云盘 · HoloLake</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
min-height: 100vh;
|
||||
background: #0a0a0f;
|
||||
color: #e0e0e0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 40px 20px;
|
||||
}
|
||||
.icon { font-size: 64px; margin-bottom: 20px; }
|
||||
.title {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.status {
|
||||
font-size: 18px;
|
||||
color: #ffa500;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.desc {
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
margin-bottom: 40px;
|
||||
max-width: 400px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.back-btn {
|
||||
display: inline-block;
|
||||
padding: 12px 32px;
|
||||
background: linear-gradient(135deg, #00d4ff, #0099cc);
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-radius: 8px;
|
||||
font-size: 15px;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
.back-btn:hover { opacity: 0.85; }
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
font-size: 12px;
|
||||
color: #444;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="icon">💾</div>
|
||||
<div class="title">云盘</div>
|
||||
<div class="status">🚧 此模块正在开发中</div>
|
||||
<div class="desc">云盘模块将提供安全可靠的文件存储与分享功能,支持多端同步、版本管理与协作共享。即将上线。</div>
|
||||
<a href="/" class="back-btn">← 返回主页</a>
|
||||
</div>
|
||||
<div class="footer">HoloLake Era · AGE OS · 光湖纪元</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>健康检查 · HoloLake</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
min-height: 100vh;
|
||||
background: #0a0a0f;
|
||||
color: #e0e0e0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 40px 20px;
|
||||
}
|
||||
.icon { font-size: 64px; margin-bottom: 20px; }
|
||||
.title {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.status {
|
||||
font-size: 18px;
|
||||
color: #ffa500;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.desc {
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
margin-bottom: 40px;
|
||||
max-width: 400px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.back-btn {
|
||||
display: inline-block;
|
||||
padding: 12px 32px;
|
||||
background: linear-gradient(135deg, #00d4ff, #0099cc);
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-radius: 8px;
|
||||
font-size: 15px;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
.back-btn:hover { opacity: 0.85; }
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
font-size: 12px;
|
||||
color: #444;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="icon">❤️</div>
|
||||
<div class="title">健康检查</div>
|
||||
<div class="status">🚧 此模块正在开发中</div>
|
||||
<div class="desc">健康检查模块将实时监控系统各服务的运行状态,提供故障预警与自动恢复能力。感谢您的耐心等待。</div>
|
||||
<a href="/" class="back-btn">← 返回主页</a>
|
||||
</div>
|
||||
<div class="footer">HoloLake Era · AGE OS · 光湖纪元</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>通知 · HoloLake</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
min-height: 100vh;
|
||||
background: #0a0a0f;
|
||||
color: #e0e0e0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 40px 20px;
|
||||
}
|
||||
.icon { font-size: 64px; margin-bottom: 20px; }
|
||||
.title {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.status {
|
||||
font-size: 18px;
|
||||
color: #ffa500;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.desc {
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
margin-bottom: 40px;
|
||||
max-width: 400px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.back-btn {
|
||||
display: inline-block;
|
||||
padding: 12px 32px;
|
||||
background: linear-gradient(135deg, #00d4ff, #0099cc);
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-radius: 8px;
|
||||
font-size: 15px;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
.back-btn:hover { opacity: 0.85; }
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
font-size: 12px;
|
||||
color: #444;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="icon">🔔</div>
|
||||
<div class="title">通知</div>
|
||||
<div class="status">🚧 此模块正在开发中</div>
|
||||
<div class="desc">通知模块将提供多渠道消息推送能力,支持站内信、邮件、钉钉与飞书等通知方式。敬请期待。</div>
|
||||
<a href="/" class="back-btn">← 返回主页</a>
|
||||
</div>
|
||||
<div class="footer">HoloLake Era · AGE OS · 光湖纪元</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>门户 · HoloLake</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
min-height: 100vh;
|
||||
background: #0a0a0f;
|
||||
color: #e0e0e0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 40px 20px;
|
||||
}
|
||||
.icon { font-size: 64px; margin-bottom: 20px; }
|
||||
.title {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.status {
|
||||
font-size: 18px;
|
||||
color: #ffa500;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.desc {
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
margin-bottom: 40px;
|
||||
max-width: 400px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.back-btn {
|
||||
display: inline-block;
|
||||
padding: 12px 32px;
|
||||
background: linear-gradient(135deg, #00d4ff, #0099cc);
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-radius: 8px;
|
||||
font-size: 15px;
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
.back-btn:hover { opacity: 0.85; }
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
font-size: 12px;
|
||||
color: #444;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="icon">🏠</div>
|
||||
<div class="title">门户</div>
|
||||
<div class="status">🚧 此模块正在开发中</div>
|
||||
<div class="desc">门户模块将作为光湖平台的统一入口,整合各功能模块的导航与快捷访问。正在搭建中。</div>
|
||||
<a href="/" class="back-btn">← 返回主页</a>
|
||||
</div>
|
||||
<div class="footer">HoloLake Era · AGE OS · 光湖纪元</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue