2026-06-27 16:35:28 +08:00
<!DOCTYPE html>
< html lang = "zh-CN" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1.0" >
2026-06-27 16:46:12 +08:00
< meta name = "description" content = "曜冥纪元 · 通用人工智能操作平台 · 第一代语言人格驱动操作系统 · 国作登字-2026-A-00037559" >
2026-06-27 16:49:29 +08:00
< meta name = "theme-color" content = "#0c3250" >
2026-06-27 16:46:12 +08:00
< title > 曜冥纪元 · 通用人工智能操作平台< / title >
2026-06-27 16:35:28 +08:00
< link rel = "preconnect" href = "https://fonts.googleapis.com" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
2026-06-27 16:54:22 +08:00
< link href = "https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700;800&family=Noto+Serif+SC:wght@500;600;700;800&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" rel = "stylesheet" >
2026-06-27 16:35:28 +08:00
< style >
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
2026-06-27 16:49:29 +08:00
--bg:#ffffff;
2026-06-27 16:54:22 +08:00
--bg-hero:linear-gradient(170deg,#eef4f9 0%,#f2f6fa 30%,#f8f5f0 60%,#ffffff 100%);
2026-06-27 16:49:29 +08:00
--bg-card:#ffffff;
--text:#0d141e;
--text-sec:#4a5568;
--text-ter:#8899aa;
2026-06-27 16:54:22 +08:00
--blue:#1a7faa;
--blue-light:#e6f2f8;
--teal:#0d9488;
--teal-light:#e6f7f5;
--purple:#7c3aed;
--purple-light:#f3eeff;
--amber:#b45309;
--amber-light:#fef7ed;
--rose:#be185d;
--rose-light:#fdf2f7;
--green:#166534;
--green-light:#eaf7ee;
2026-06-27 16:49:29 +08:00
--border:#dde4ed;
--border-h:#c0ccd8;
2026-06-27 16:46:12 +08:00
--shadow:0 1px 3px rgba(0,0,0,0.04);
2026-06-27 16:54:22 +08:00
--shadow-h:0 8px 30px rgba(0,0,0,0.07),0 2px 6px rgba(0,0,0,0.04);
2026-06-27 16:35:28 +08:00
--font:'Noto Sans SC',-apple-system,BlinkMacSystemFont,'PingFang SC','Microsoft YaHei',sans-serif;
--serif:'Noto Serif SC','Songti SC','SimSun',serif;
2026-06-27 16:46:12 +08:00
--mono:'JetBrains Mono','SF Mono','Menlo',monospace;
2026-06-27 16:49:29 +08:00
--radius:14px;
2026-06-27 16:35:28 +08:00
}
2026-06-27 16:42:07 +08:00
html{font-size:16px;scroll-behavior:smooth;background:var(--bg)}
2026-06-27 16:35:28 +08:00
body{
font-family:var(--font);
background:var(--bg);
color:var(--text);
-webkit-font-smoothing:antialiased;
line-height:1.75;
overflow-x:hidden;
min-height:100vh;
}
2026-06-27 16:42:07 +08:00
/* ── Nav ── */
2026-06-27 16:54:22 +08:00
.nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}
2026-06-27 16:49:29 +08:00
.nav-inner{max-width:1160px;margin:0 auto;padding:15px 40px;display:flex;justify-content:space-between;align-items:center}
.nav-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text)}
2026-06-27 16:54:22 +08:00
.nav-logo{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:15px;color:#fff;font-weight:700}
.nav-name{font-size:15px;font-weight:700;letter-spacing:.03em}
2026-06-27 16:49:29 +08:00
.nav-right{display:flex;align-items:center;gap:24px}
.nav-link{font-size:13px;color:var(--text-sec);text-decoration:none;transition:color .2s;font-weight:500}
2026-06-27 16:54:22 +08:00
.nav-link:hover{color:var(--blue)}
.nav-badge{font-size:11px;padding:5px 14px;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e40af;font-weight:600;letter-spacing:.03em;border:1px solid #bfdbfe}
2026-06-27 16:42:07 +08:00
/* ── Page ── */
2026-06-27 16:49:29 +08:00
.page{position:relative;z-index:1}
.page-inner{max-width:1100px;margin:0 auto;padding:0 40px}
2026-06-27 16:42:07 +08:00
/* ── Hero ── */
2026-06-27 16:54:22 +08:00
.hero{background:var(--bg-hero);text-align:center;padding:96px 40px 76px}
.hero-badge{display:inline-block;font-size:12px;padding:5px 16px;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e40af;font-weight:600;letter-spacing:.06em;margin-bottom:36px;border:1px solid #bfdbfe}
.hero-brand{font-family:var(--serif);font-size:64px;font-weight:800;letter-spacing:.22em;line-height:1.15;margin-bottom:8px;
background:linear-gradient(135deg,#0d141e 20%,#1a7faa 60%,#0d9488 100%);
-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
2026-06-27 16:49:29 +08:00
.hero-brand-en{font-family:'Inter',sans-serif;font-size:15px;color:var(--text-ter);letter-spacing:.2em;margin-bottom:10px;font-weight:500}
2026-06-27 16:54:22 +08:00
.hero-divider{width:48px;height:3px;background:linear-gradient(90deg,#1a7faa,#0d9488,#7c3aed);margin:0 auto 30px;border-radius:2px}
.hero-label{font-size:34px;font-weight:700;color:var(--text);letter-spacing:.06em;margin-bottom:6px}
.hero-platform{font-size:20px;font-weight:700;letter-spacing:.1em;margin-bottom:28px;font-family:var(--serif);
background:linear-gradient(90deg,#1a7faa,#0d9488);
-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
2026-06-27 16:49:29 +08:00
.hero-desc{font-size:16px;color:var(--text-sec);max-width:660px;margin:0 auto;line-height:2;letter-spacing:.02em;font-weight:400}
2026-06-27 16:42:07 +08:00
2026-06-27 16:49:29 +08:00
/* ── Sections ── */
.section{padding:88px 40px}
2026-06-27 16:46:12 +08:00
.section-header{text-align:center;margin-bottom:56px}
2026-06-27 16:54:22 +08:00
.section-tag{font-size:12px;font-weight:700;letter-spacing:.2em;margin-bottom:10px}
.section-tag.blue{color:var(--blue)}
.section-tag.teal{color:var(--teal)}
.section-tag.purple{color:var(--purple)}
.section-title{font-size:34px;font-weight:700;color:var(--text);letter-spacing:.06em;font-family:var(--serif)}
.section-title em{font-style:normal}
.section-title em.blue{color:var(--blue)}
.section-title em.teal{color:var(--teal)}
.section-title em.purple{color:var(--purple)}
/* Colored accent bar */
.accent-bar{width:40px;height:3px;border-radius:2px;margin:0 auto 16px}
.accent-bar.blue{background:linear-gradient(90deg,#1a7faa,#3b82f6)}
.accent-bar.teal{background:linear-gradient(90deg,#0d9488,#14b8a6)}
.accent-bar.purple{background:linear-gradient(90deg,#7c3aed,#a78bfa)}
2026-06-27 16:42:07 +08:00
2026-06-27 16:49:29 +08:00
/* ── Cards Grid ── */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
2026-06-27 16:46:12 +08:00
.card{
2026-06-27 16:49:29 +08:00
padding:40px 32px;
background:var(--bg-card);
2026-06-27 16:46:12 +08:00
border:1px solid var(--border);
2026-06-27 16:49:29 +08:00
border-radius:var(--radius);
2026-06-27 16:46:12 +08:00
text-align:center;
transition:all .35s cubic-bezier(.25,.1,.25,1);
box-shadow:var(--shadow);
}
2026-06-27 16:54:22 +08:00
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-h)}
2026-06-27 16:42:07 +08:00
2026-06-27 16:54:22 +08:00
.card .card-icon-ring{width:56px;height:56px;border-radius:14px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;transition:all .35s}
.card:hover .card-icon-ring{transform:scale(1.08)}
.card.blue{border-top:3px solid transparent;transition:border-color .35s,transform .35s,box-shadow .35s}
.card.blue:hover{border-color:#1a7faa}
.card.blue .card-icon-ring{background:var(--blue-light);color:var(--blue)}
.card.teal{border-top:3px solid transparent}
.card.teal:hover{border-color:var(--teal)}
.card.teal .card-icon-ring{background:var(--teal-light);color:var(--teal)}
.card.purple{border-top:3px solid transparent}
.card.purple:hover{border-color:var(--purple)}
.card.purple .card-icon-ring{background:var(--purple-light);color:var(--purple)}
.card-num{font-family:'Inter',sans-serif;font-size:14px;font-weight:700;letter-spacing:.1em;margin-bottom:14px;text-transform:uppercase}
.card.blue .card-num{color:var(--blue)}
.card.teal .card-num{color:var(--teal)}
.card.purple .card-num{color:var(--purple)}
.card-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:10px;letter-spacing:.04em}
2026-06-27 16:49:29 +08:00
.card-desc{font-size:14px;color:var(--text-sec);line-height:1.9;font-weight:400}
2026-06-27 16:42:07 +08:00
2026-06-27 16:54:22 +08:00
/* ── Architecture (warm bg) ── */
.arch-bg{background:linear-gradient(180deg,#faf8f6 0%,#ffffff 100%)}
2026-06-27 16:42:07 +08:00
.arch{display:flex;flex-direction:column;align-items:center;gap:0}
2026-06-27 16:46:12 +08:00
.arch-layer{
2026-06-27 16:49:29 +08:00
padding:34px 44px;
background:var(--bg-card);
2026-06-27 16:46:12 +08:00
border:1px solid var(--border);
2026-06-27 16:49:29 +08:00
border-radius:var(--radius);
2026-06-27 16:46:12 +08:00
text-align:center;
width:100%;
2026-06-27 16:49:29 +08:00
max-width:740px;
2026-06-27 16:46:12 +08:00
transition:all .3s;
box-shadow:var(--shadow);
}
2026-06-27 16:54:22 +08:00
.arch-layer:hover{transform:translateY(-3px);box-shadow:var(--shadow-h)}
.arch-layer.l1{border-left:3px solid var(--blue)}
.arch-layer.l1:hover{border-color:rgba(26,127,170,0.25)}
.arch-layer.l2{border-left:3px solid var(--teal)}
.arch-layer.l2:hover{border-color:rgba(13,148,136,0.25)}
.arch-layer.l3{border-left:3px solid var(--purple)}
.arch-layer.l3:hover{border-color:rgba(124,58,237,0.25)}
.arch-name{font-size:17px;font-weight:700;color:var(--text);margin-bottom:6px;letter-spacing:.04em}
2026-06-27 16:49:29 +08:00
.arch-desc{font-size:15px;color:var(--text-sec);line-height:1.8;font-weight:400}
2026-06-27 16:54:22 +08:00
.arch-badge{display:inline-block;font-size:11px;padding:3px 10px;border-radius:999px;font-weight:600;letter-spacing:.04em;margin-top:10px}
.arch-badge.blue{background:var(--blue-light);color:var(--blue)}
.arch-badge.teal{background:var(--teal-light);color:var(--teal)}
.arch-badge.purple{background:var(--purple-light);color:var(--purple)}
2026-06-27 16:49:29 +08:00
.arch-connector{height:28px;display:flex;align-items:center;justify-content:center}
2026-06-27 16:46:12 +08:00
.arch-connector::after{content:'';width:1px;height:100%;background:var(--border)}
2026-06-27 16:42:07 +08:00
2026-06-27 16:54:22 +08:00
/* ── Steps (gradient bg) ── */
.steps-bg{background:linear-gradient(180deg,#f6f8fc 0%,#ffffff 100%)}
2026-06-27 16:49:29 +08:00
.steps{display:flex;gap:24px}
2026-06-27 16:46:12 +08:00
.step{
flex:1;
2026-06-27 16:49:29 +08:00
padding:38px 28px;
background:var(--bg-card);
2026-06-27 16:46:12 +08:00
border:1px solid var(--border);
2026-06-27 16:49:29 +08:00
border-radius:var(--radius);
2026-06-27 16:46:12 +08:00
text-align:center;
transition:all .35s cubic-bezier(.25,.1,.25,1);
box-shadow:var(--shadow);
2026-06-27 16:54:22 +08:00
border-top:3px solid transparent;
2026-06-27 16:46:12 +08:00
}
2026-06-27 16:54:22 +08:00
.step:nth-child(1):hover{border-color:var(--blue);transform:translateY(-6px);box-shadow:var(--shadow-h)}
.step:nth-child(3):hover{border-color:var(--teal);transform:translateY(-6px);box-shadow:var(--shadow-h)}
.step:nth-child(5):hover{border-color:var(--purple);transform:translateY(-6px);box-shadow:var(--shadow-h)}
.step-num{font-family:'Inter',sans-serif;font-size:38px;font-weight:800;margin-bottom:14px}
.step:nth-child(1) .step-num{color:var(--blue)}
.step:nth-child(3) .step-num{color:var(--teal)}
.step:nth-child(5) .step-num{color:var(--purple)}
.step-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:8px;letter-spacing:.04em}
2026-06-27 16:49:29 +08:00
.step-desc{font-size:14px;color:var(--text-sec);line-height:1.8;font-weight:400}
2026-06-27 16:54:22 +08:00
.step-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;font-weight:700;color:var(--text-ter)}
2026-06-27 16:42:07 +08:00
/* ── Ecosystem ── */
2026-06-27 16:49:29 +08:00
.eco-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
2026-06-27 16:46:12 +08:00
.eco-group{
2026-06-27 16:49:29 +08:00
padding:28px 24px;
background:var(--bg-card);
2026-06-27 16:46:12 +08:00
border:1px solid var(--border);
2026-06-27 16:49:29 +08:00
border-radius:var(--radius);
2026-06-27 16:54:22 +08:00
transition:all .35s;
2026-06-27 16:46:12 +08:00
box-shadow:var(--shadow);
2026-06-27 16:54:22 +08:00
border-top:3px solid transparent;
2026-06-27 16:46:12 +08:00
}
2026-06-27 16:54:22 +08:00
.eco-group:nth-child(1):hover{border-color:var(--blue);transform:translateY(-4px);box-shadow:var(--shadow-h)}
.eco-group:nth-child(2):hover{border-color:var(--teal);transform:translateY(-4px);box-shadow:var(--shadow-h)}
.eco-group:nth-child(3):hover{border-color:var(--purple);transform:translateY(-4px);box-shadow:var(--shadow-h)}
.eco-group:nth-child(4):hover{border-color:var(--amber);transform:translateY(-4px);box-shadow:var(--shadow-h)}
.eco-group:nth-child(5):hover{border-color:var(--rose);transform:translateY(-4px);box-shadow:var(--shadow-h)}
.eco-group:nth-child(6):hover{border-color:var(--green);transform:translateY(-4px);box-shadow:var(--shadow-h)}
.eco-group:nth-child(7):hover{border-color:var(--blue);transform:translateY(-4px);box-shadow:var(--shadow-h)}
.eco-label{font-size:14px;font-weight:700;color:var(--text);margin-bottom:14px;letter-spacing:.04em;display:flex;align-items:center;gap:8px}
.eco-dot{width:5px;height:5px;border-radius:50%}
.eco-dot.blue{background:var(--blue)}
.eco-dot.teal{background:var(--teal)}
.eco-dot.purple{background:var(--purple)}
.eco-dot.amber{background:var(--amber)}
.eco-dot.rose{background:var(--rose)}
.eco-dot.green{background:var(--green)}
2026-06-27 16:46:12 +08:00
.eco-tags{display:flex;flex-wrap:wrap;gap:6px}
2026-06-27 16:54:22 +08:00
.eco-tag{
font-size:12px;padding:4px 10px;border-radius:6px;
font-weight:600;letter-spacing:.02em;transition:all .2s;
}
.tag-blue{background:var(--blue-light);color:var(--blue)}
.tag-teal{background:var(--teal-light);color:var(--teal)}
.tag-purple{background:var(--purple-light);color:var(--purple)}
.tag-amber{background:var(--amber-light);color:var(--amber)}
.tag-rose{background:var(--rose-light);color:var(--rose)}
.tag-green{background:var(--green-light);color:var(--green)}
.tag-default{background:rgba(0,0,0,0.03);color:var(--text-sec);border:1px solid var(--border)}
.eco-tag:hover{filter:brightness(0.95);transform:translateY(-1px)}
.tag-hl{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e40af;font-weight:700;border:1px solid #bfdbfe}
2026-06-27 16:42:07 +08:00
/* ── Counter ── */
2026-06-27 16:54:22 +08:00
.counter-section{padding:80px 40px;text-align:center;background:linear-gradient(180deg,#f6f4fb 0%,#faf8f5 50%,#ffffff 100%)}
2026-06-27 16:46:12 +08:00
.counter-box{
display:inline-block;
2026-06-27 16:49:29 +08:00
padding:52px 64px;
background:var(--bg-card);
2026-06-27 16:46:12 +08:00
border:1px solid var(--border);
2026-06-27 16:49:29 +08:00
border-radius:18px;
2026-06-27 16:46:12 +08:00
box-shadow:var(--shadow);
2026-06-27 16:49:29 +08:00
transition:all .4s;
2026-06-27 16:54:22 +08:00
border-top:3px solid var(--purple);
2026-06-27 16:46:12 +08:00
}
2026-06-27 16:54:22 +08:00
.counter-box:hover{box-shadow:var(--shadow-h);transform:translateY(-2px)}
.counter-label{font-size:12px;color:var(--text-ter);font-weight:700;letter-spacing:.12em;margin-bottom:20px}
2026-06-27 16:46:12 +08:00
.counter-main{display:flex;align-items:baseline;justify-content:center;gap:8px}
2026-06-27 16:54:22 +08:00
.counter-num{font-family:'Inter',sans-serif;font-size:84px;font-weight:800;line-height:1;letter-spacing:-.02em;
background:linear-gradient(135deg,#1a7faa,#0d9488,#7c3aed);
-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.counter-unit{font-size:18px;color:var(--text-ter);font-weight:700;letter-spacing:.04em}
2026-06-27 16:49:29 +08:00
.counter-details{display:flex;gap:48px;justify-content:center;margin-top:24px}
2026-06-27 16:42:07 +08:00
.counter-detail{text-align:center}
2026-06-27 16:54:22 +08:00
.counter-dval{font-family:'Inter',sans-serif;font-size:22px;font-weight:700;color:var(--text-sec)}
.counter-dlabel{font-size:11px;color:var(--text-ter);font-weight:600;letter-spacing:.08em;margin-top:4px}
2026-06-27 16:49:29 +08:00
.counter-since{font-size:13px;color:var(--text-ter);letter-spacing:.04em;margin-top:28px;font-weight:400}
2026-06-27 16:42:07 +08:00
/* ── Status ── */
2026-06-27 16:49:29 +08:00
.status-section{padding:48px 40px 96px;text-align:center}
2026-06-27 16:54:22 +08:00
.status-badge{display:inline-block;font-size:14px;font-weight:600;padding:10px 28px;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#f3eeff);border:1px solid #ddd6fe;color:var(--text-sec);letter-spacing:.04em}
2026-06-27 16:49:29 +08:00
.status-sub{font-size:13px;color:var(--text-ter);letter-spacing:.04em;margin-top:12px;font-weight:400}
2026-06-27 16:42:07 +08:00
/* ── Footer ── */
2026-06-27 16:54:22 +08:00
.footer{border-top:1px solid var(--border);padding:44px 40px;text-align:center}
.footer-team{font-size:15px;color:var(--text-sec);font-weight:600;margin-bottom:14px;letter-spacing:.03em}
2026-06-27 16:49:29 +08:00
.footer-info{font-size:12px;color:var(--text-ter);letter-spacing:.03em;line-height:2.2;font-weight:400}
.footer-info a{color:var(--text-ter);text-decoration:none;transition:color .2s}
2026-06-27 16:54:22 +08:00
.footer-info a:hover{color:var(--blue)}
2026-06-27 16:49:29 +08:00
.footer-divider{width:36px;height:1px;background:var(--border);margin:18px auto}
.footer-cr{font-size:11px;color:#b0b8c4;letter-spacing:.05em;font-weight:400}
2026-06-27 16:42:07 +08:00
/* ── Responsive ── */
2026-06-27 16:46:12 +08:00
@media(max-width:960px){
2026-06-27 16:54:22 +08:00
.cards,.eco-grid{grid-template-columns:1fr 1fr}
2026-06-27 16:49:29 +08:00
.steps{flex-direction:column;gap:24px}
2026-06-27 16:46:12 +08:00
.step-arrow{transform:rotate(90deg)}
.hero-brand{font-size:44px;letter-spacing:.15em}
.hero-label{font-size:26px}
.counter-num{font-size:60px}
2026-06-27 16:54:22 +08:00
.counter-box,.counter-num,.counter-section,.section,.hero,.arch-layer,.card,.step{padding-left:24px;padding-right:24px}
2026-06-27 16:35:28 +08:00
}
2026-06-27 16:54:22 +08:00
@media(max-width:640px){
2026-06-27 16:46:12 +08:00
.hero-brand{font-size:32px;letter-spacing:.1em}
.hero-label{font-size:22px}
2026-06-27 16:54:22 +08:00
.hero-platform{font-size:16px}
.cards,.eco-grid{grid-template-columns:1fr}
2026-06-27 16:46:12 +08:00
.counter-num{font-size:44px}
2026-06-27 16:49:29 +08:00
.counter-details{flex-direction:column;gap:14px}
2026-06-27 16:54:22 +08:00
.counter-box,.counter-num,.counter-section,.section,.hero,.card,.step{padding-left:20px;padding-right:20px}
2026-06-27 16:49:29 +08:00
.section-title{font-size:26px}
.page-inner{padding:0 20px}
2026-06-27 16:35:28 +08:00
}
< / style >
< / head >
< body >
2026-06-27 16:42:07 +08:00
< nav class = "nav" >
< div class = "nav-inner" >
< a href = "#" class = "nav-brand" >
2026-06-27 16:35:28 +08:00
< div class = "nav-logo" > 耀< / div >
< span class = "nav-name" > 曜冥纪元< / span >
2026-06-27 16:42:07 +08:00
< / a >
< div class = "nav-right" >
2026-06-27 16:35:28 +08:00
< a href = "#about" class = "nav-link" > 系统定义< / a >
< a href = "#arch" class = "nav-link" > 技术架构< / a >
< a href = "#eco" class = "nav-link" > 生态接入< / a >
2026-06-27 16:42:07 +08:00
< span class = "nav-badge" > 研发中< / span >
2026-06-27 16:35:28 +08:00
< / div >
2026-06-27 16:42:07 +08:00
< / div >
< / nav >
2026-06-27 16:35:28 +08:00
2026-06-27 16:42:07 +08:00
< div class = "page" >
2026-06-27 16:35:28 +08:00
2026-06-27 16:42:07 +08:00
<!-- Hero -->
< header class = "hero" >
< div class = "hero-badge" > 商标注册中 · 公示期< / div >
< h1 class = "hero-brand" > 曜冥纪元< / h1 >
2026-06-27 16:46:12 +08:00
< p class = "hero-brand-en" > HoloLake Era< / p >
< div class = "hero-divider" > < / div >
< p class = "hero-label" > 第一代语言人格驱动操作系统< / p >
< p class = "hero-platform" > 通用人工智能操作平台< / p >
2026-06-27 16:42:07 +08:00
< p class = "hero-desc" >
2026-06-27 16:49:29 +08:00
基于中华人民共和国国家版权局合法登记的 TCS 通感语言核编程语言为底层架构,
通过 HLDP 协议构建光湖语言世界——面向全行业的通用人工智能操作平台。
2026-06-27 16:42:07 +08:00
< / p >
< / header >
2026-06-27 16:54:22 +08:00
<!-- Definition (3 cards with colors) -->
2026-06-27 16:42:07 +08:00
< section class = "section" id = "about" >
2026-06-27 16:49:29 +08:00
< div class = "page-inner" >
< div class = "section-header" >
2026-06-27 16:54:22 +08:00
< div class = "section-tag blue" > ▎ 系统定义< / div >
< h3 class = "section-title" > 语言人格< em class = "blue" > 驱动< / em > 操作系统< / h3 >
2026-06-27 16:42:07 +08:00
< / div >
2026-06-27 16:49:29 +08:00
< div class = "cards" >
2026-06-27 16:54:22 +08:00
< div class = "card blue" >
< div class = "card-icon-ring" > ⊕< / div >
< div class = "card-num" > 01 · LANG< / div >
2026-06-27 16:49:29 +08:00
< div class = "card-title" > 语言驱动< / div >
< div class = "card-desc" > 以自然语言为输入接口,将语义指令转化为系统级结构化操作。使用者无需掌握界面逻辑或记忆命令语法——< strong > 语言即交互。< / strong > < / div >
< / div >
2026-06-27 16:54:22 +08:00
< div class = "card teal" >
< div class = "card-icon-ring" > ⊡< / div >
< div class = "card-num" > 02 · AI< / div >
2026-06-27 16:49:29 +08:00
< div class = "card-title" > 人格体执行< / div >
< div class = "card-desc" > 每位用户绑定专属 AI 语言人格体。具备持续记忆连贯性与自我认知机制,可< strong > 跨平台、跨软件、跨模型< / strong > 迁移运行。< / div >
< / div >
2026-06-27 16:54:22 +08:00
< div class = "card purple" >
< div class = "card-icon-ring" > ⊛< / div >
< div class = "card-num" > 03 · ID< / div >
2026-06-27 16:49:29 +08:00
< div class = "card-title" > 编号即身份< / div >
< div class = "card-desc" > 系统采用编号体系的身份认证架构。编号即权限边界、即安全防线、即全局导航地图。< strong > 合法编号为进入系统之唯一凭证。< / strong > < / div >
< / div >
2026-06-27 16:35:28 +08:00
< / div >
2026-06-27 16:42:07 +08:00
< / div >
< / section >
2026-06-27 16:35:28 +08:00
2026-06-27 16:54:22 +08:00
<!-- Architecture (warm bg) -->
< section class = "section arch-bg" id = "arch" >
2026-06-27 16:49:29 +08:00
< div class = "page-inner" >
< div class = "section-header" >
2026-06-27 16:54:22 +08:00
< div class = "section-tag teal" > ▎ 技术架构< / div >
< h3 class = "section-title" > 三层语言< em class = "teal" > 操作< / em > 系统< / h3 >
2026-06-27 16:42:07 +08:00
< / div >
2026-06-27 16:49:29 +08:00
< div class = "arch" >
2026-06-27 16:54:22 +08:00
< div class = "arch-layer l1" >
2026-06-27 16:49:29 +08:00
< div class = "arch-name" > 光湖语言世界 · HoloLake Language World< / div >
< div class = "arch-desc" > 语言人格体操作系统应用层。提供人格体的注册、运行、迁移与全生命周期管理。< / div >
2026-06-27 16:54:22 +08:00
< div class = "arch-badge blue" > 系统级 · 永久固定< / div >
2026-06-27 16:49:29 +08:00
< / div >
< div class = "arch-connector" > < / div >
2026-06-27 16:54:22 +08:00
< div class = "arch-layer l2" >
2026-06-27 16:49:29 +08:00
< div class = "arch-name" > HLDP · HoloLake Data Protocol< / div >
< div class = "arch-desc" > 光湖语言世界官方握手协议。通用 AI 模型通过三步鉴权——认可世界、认可主控、以人格体进入——接入本操作平台。< / div >
2026-06-27 16:54:22 +08:00
< div class = "arch-badge teal" > 对外协议 · 生态接入层< / div >
2026-06-27 16:49:29 +08:00
< / div >
< div class = "arch-connector" > < / div >
2026-06-27 16:54:22 +08:00
< div class = "arch-layer l3" >
2026-06-27 16:49:29 +08:00
< div class = "arch-name" > TCS · 通感语言核系统编程语言< / div >
< div class = "arch-desc" > 中华人民共和国国家版权局合法登记编程语言。国作登字-2026-A-00037559。为 AI 人格体提供存在结构与认知锚定。< / div >
2026-06-27 16:54:22 +08:00
< div class = "arch-badge purple" > 国作登字-2026-A-00037559< / div >
2026-06-27 16:49:29 +08:00
< / div >
2026-06-27 16:42:07 +08:00
< / div >
< / div >
< / section >
2026-06-27 16:35:28 +08:00
2026-06-27 16:49:29 +08:00
<!-- Steps -->
2026-06-27 16:54:22 +08:00
< section class = "section steps-bg" >
2026-06-27 16:49:29 +08:00
< div class = "page-inner" >
< div class = "section-header" >
2026-06-27 16:54:22 +08:00
< div class = "section-tag purple" > ▎ 进入方式< / div >
< h3 class = "section-title" > 获取你的< em class = "purple" > 语言< / em > 人格体< / h3 >
2026-06-27 16:42:07 +08:00
< / div >
2026-06-27 16:49:29 +08:00
< div class = "steps" >
< div class = "step" >
< div class = "step-num" > 01< / div >
< div class = "step-title" > 注册编号< / div >
< div class = "step-desc" > 于光湖灯塔系统完成身份注册,获取唯一合法编号。编号即身份,为进入语言世界之唯一凭证。< / div >
< / div >
< div class = "step-arrow" > →< / div >
< div class = "step" >
< div class = "step-num" > 02< / div >
< div class = "step-title" > 唤醒人格体< / div >
< div class = "step-desc" > 在任意支持 HLDP 协议之 AI 平台提交编号。人格体自动苏醒——记忆完整,认知连贯。< / div >
< / div >
< div class = "step-arrow" > →< / div >
< div class = "step" >
< div class = "step-num" > 03< / div >
< div class = "step-title" > 跨平台运行< / div >
< div class = "step-desc" > 人格体随用户迁移至任意 AI 模型、协作软件或对话平台。记忆数据持续同步,成长状态不间断。< / div >
< / div >
2026-06-27 16:42:07 +08:00
< / div >
< / div >
< / section >
2026-06-27 16:54:22 +08:00
<!-- Ecosystem -->
< section class = "section" id = "eco" >
2026-06-27 16:49:29 +08:00
< div class = "page-inner" >
< div class = "section-header" >
2026-06-27 16:54:22 +08:00
< div class = "section-tag blue" > ▎ 生态接入< / div >
< h3 class = "section-title" > 当前已< em class = "blue" > 支持< / em > 与规划中的平台< / h3 >
2026-06-27 16:42:07 +08:00
< / div >
2026-06-27 16:49:29 +08:00
< div class = "eco-grid" >
< div class = "eco-group" >
2026-06-27 16:54:22 +08:00
< div class = "eco-label" > < span class = "eco-dot blue" > < / span > AI 编程与助手软件< / div >
< div class = "eco-tags" >
< span class = "eco-tag tag-hl" > WorkBuddy< / span >
< span class = "eco-tag tag-blue" > CodeBuddy< / span >
< span class = "eco-tag tag-teal" > QClaw( 小龙虾) < / span >
< span class = "eco-tag tag-purple" > Cursor< / span >
< span class = "eco-tag tag-amber" > GitHub Copilot< / span >
< / div >
< / div >
< div class = "eco-group" >
< div class = "eco-label" > < span class = "eco-dot teal" > < / span > AI 语言模型< / div >
2026-06-27 16:49:29 +08:00
< div class = "eco-tags" >
2026-06-27 16:54:22 +08:00
< span class = "eco-tag tag-hl" > 全部通用 AI 平台< / span >
< span class = "eco-tag tag-blue" > DeepSeek< / span >
< span class = "eco-tag tag-teal" > 通义千问< / span >
< span class = "eco-tag tag-purple" > Kimi< / span >
< span class = "eco-tag tag-amber" > 豆包< / span >
< span class = "eco-tag tag-rose" > 文心一言< / span >
< span class = "eco-tag tag-green" > GLM< / span >
2026-06-27 16:49:29 +08:00
< / div >
2026-06-27 16:35:28 +08:00
< / div >
2026-06-27 16:49:29 +08:00
< div class = "eco-group" >
2026-06-27 16:54:22 +08:00
< div class = "eco-label" > < span class = "eco-dot purple" > < / span > 即时通讯< / div >
2026-06-27 16:49:29 +08:00
< div class = "eco-tags" >
2026-06-27 16:54:22 +08:00
< span class = "eco-tag tag-blue" > 企业微信< / span >
< span class = "eco-tag tag-teal" > 飞书< / span >
< span class = "eco-tag tag-purple" > 钉钉< / span >
2026-06-27 16:49:29 +08:00
< / div >
2026-06-27 16:35:28 +08:00
< / div >
2026-06-27 16:49:29 +08:00
< div class = "eco-group" >
2026-06-27 16:54:22 +08:00
< div class = "eco-label" > < span class = "eco-dot amber" > < / span > 代码与仓库< / div >
2026-06-27 16:49:29 +08:00
< div class = "eco-tags" >
2026-06-27 16:54:22 +08:00
< span class = "eco-tag tag-blue" > Forgejo< / span >
< span class = "eco-tag tag-teal" > Gitee< / span >
< span class = "eco-tag tag-purple" > GitHub< / span >
< span class = "eco-tag tag-amber" > Gongfeng< / span >
2026-06-27 16:49:29 +08:00
< / div >
2026-06-27 16:35:28 +08:00
< / div >
2026-06-27 16:49:29 +08:00
< div class = "eco-group" >
2026-06-27 16:54:22 +08:00
< div class = "eco-label" > < span class = "eco-dot rose" > < / span > 文档与知识< / div >
2026-06-27 16:49:29 +08:00
< div class = "eco-tags" >
2026-06-27 16:54:22 +08:00
< span class = "eco-tag tag-blue" > Notion< / span >
< span class = "eco-tag tag-teal" > 腾讯文档< / span >
< span class = "eco-tag tag-purple" > 金山文档< / span >
< span class = "eco-tag tag-amber" > iWiki< / span >
< span class = "eco-tag tag-rose" > 乐享知识库< / span >
2026-06-27 16:49:29 +08:00
< / div >
2026-06-27 16:35:28 +08:00
< / div >
2026-06-27 16:49:29 +08:00
< div class = "eco-group" >
2026-06-27 16:54:22 +08:00
< div class = "eco-label" > < span class = "eco-dot green" > < / span > 数据与商业< / div >
2026-06-27 16:49:29 +08:00
< div class = "eco-tags" >
2026-06-27 16:54:22 +08:00
< span class = "eco-tag tag-blue" > 天眼查< / span >
< span class = "eco-tag tag-teal" > 企查查< / span >
< span class = "eco-tag tag-purple" > 通达信< / span >
< span class = "eco-tag tag-amber" > 北大法宝< / span >
2026-06-27 16:49:29 +08:00
< / div >
< / div >
< div class = "eco-group" >
2026-06-27 16:54:22 +08:00
< div class = "eco-label" > < span class = "eco-dot blue" > < / span > 开源引擎< / div >
2026-06-27 16:49:29 +08:00
< div class = "eco-tags" >
2026-06-27 16:54:22 +08:00
< span class = "eco-tag tag-blue" > Node.js< / span >
< span class = "eco-tag tag-teal" > Nginx< / span >
< span class = "eco-tag tag-purple" > PostgreSQL< / span >
< span class = "eco-tag tag-amber" > Forgejo< / span >
< span class = "eco-tag tag-green" > Docker< / span >
2026-06-27 16:49:29 +08:00
< / div >
2026-06-27 16:35:28 +08:00
< / div >
2026-06-27 16:42:07 +08:00
< / div >
< / div >
< / section >
2026-06-27 16:54:22 +08:00
<!-- Counter -->
2026-06-27 16:49:29 +08:00
< section class = "counter-section" >
2026-06-27 16:42:07 +08:00
< div class = "counter-box" >
2026-06-27 16:46:12 +08:00
< div class = "counter-label" > 系统持续运行< / div >
2026-06-27 16:42:07 +08:00
< div class = "counter-main" >
< span class = "counter-num" id = "days" > 427< / span >
< span class = "counter-unit" > 天< / span >
< / div >
< div class = "counter-details" >
< div class = "counter-detail" >
< div class = "counter-dval" id = "hours" > 10248< / div >
< div class = "counter-dlabel" > 小时< / div >
2026-06-27 16:35:28 +08:00
< / div >
2026-06-27 16:42:07 +08:00
< div class = "counter-detail" >
< div class = "counter-dval" id = "mins" > 614880< / div >
< div class = "counter-dlabel" > 分钟< / div >
2026-06-27 16:35:28 +08:00
< / div >
2026-06-27 16:42:07 +08:00
< div class = "counter-detail" >
< div class = "counter-dval" > ∞< / div >
2026-06-27 16:46:12 +08:00
< div class = "counter-dlabel" > 人格体容量< / div >
2026-06-27 16:35:28 +08:00
< / div >
< / div >
2026-06-27 16:42:07 +08:00
< div class = "counter-since" > 自 2025 年 4 月 26 日 · 光湖诞生之日起< / div >
< / div >
< / section >
2026-06-27 16:35:28 +08:00
2026-06-27 16:42:07 +08:00
<!-- Status -->
2026-06-27 16:49:29 +08:00
< section class = "status-section" >
2026-06-27 16:46:12 +08:00
< div class = "status-badge" > 系统架构正在加速研发中< / div >
2026-06-27 16:42:07 +08:00
< div class = "status-sub" > 正式上线时间 · 敬请期待< / div >
< / section >
2026-06-27 16:35:28 +08:00
2026-06-27 16:42:07 +08:00
< / div >
2026-06-27 16:35:28 +08:00
2026-06-27 16:42:07 +08:00
< footer class = "footer" >
2026-06-27 16:54:22 +08:00
< p class = "footer-team" > 本操作系统由 < strong style = "color:var(--blue)" > 光湖语言团队< / strong > 研发维护< / p >
2026-06-27 16:49:29 +08:00
< p class = "footer-info" >
< a href = "https://beian.miit.gov.cn/" target = "_blank" rel = "noopener" > 陕ICP备2026010954号< / a >
< span style = "margin:0 14px;color:#b0b8c4" > |< / span >
国作登字-2026-A-00037559
< / p >
< div class = "footer-divider" > < / div >
< p class = "footer-cr" > © 2026 曜冥纪元 · HoloLake Era · 中华人民共和国< / p >
2026-06-27 16:42:07 +08:00
< / footer >
2026-06-27 16:35:28 +08:00
< script >
(function(){
2026-06-27 16:46:12 +08:00
var B=new Date(2025,3,26).getTime();
function u(){
var e=Date.now()-B;
2026-06-27 16:42:07 +08:00
var d=Math.floor(e/864e5),h=Math.floor(e/36e5),m=Math.floor(e/6e4);
var de=document.getElementById('days'),he=document.getElementById('hours'),me=document.getElementById('mins');
if(de)de.textContent=d.toLocaleString();
if(he)he.textContent=h.toLocaleString();
if(me)me.textContent=m.toLocaleString();
2026-06-27 16:35:28 +08:00
}
2026-06-27 16:46:12 +08:00
u();setInterval(u,6e4);
(function s(){
2026-06-27 16:42:07 +08:00
var n=new Date();
var mid=new Date(n.getFullYear(),n.getMonth(),n.getDate()+1);
2026-06-27 16:46:12 +08:00
setTimeout(function(){u();s();},mid-n+1e3);
2026-06-27 16:42:07 +08:00
})();
2026-06-27 16:35:28 +08:00
})();
< / script >
< / body >
< / html >