diff --git a/oneinai.html b/oneinai.html index b08c209..9f3904b 100644 --- a/oneinai.html +++ b/oneinai.html @@ -131,6 +131,39 @@ color: transparent; } + .hero h1.hero-brand-title { + max-width: 520px; + margin-bottom: 24px; + font-size: 0; + line-height: 1; + } + + .hero-brand-title img { + display: block; + width: min(520px, 88vw); + height: auto; + filter: drop-shadow(0 16px 24px rgba(16, 24, 40, 0.12)); + } + + .hero-slogan { + max-width: 660px; + margin: 0 0 26px; + color: var(--ink); + font-family: 'Noto Serif SC', 'Songti SC', 'STSong', serif; + font-size: clamp(34px, 5vw, 68px); + font-weight: 900; + letter-spacing: 0; + line-height: 1.04; + } + + .hero-slogan span { + display: block; + background: linear-gradient(100deg, var(--cyan) 0%, var(--red) 56%, var(--violet) 100%); + -webkit-background-clip: text; + background-clip: text; + color: transparent; + } + .hero-lead { max-width: 550px; margin: 0 0 32px; @@ -708,6 +741,16 @@ font-size: clamp(48px, 14vw, 76px); } + .hero h1.hero-brand-title { + margin-bottom: 20px; + font-size: 0; + } + + .hero-slogan { + margin-bottom: 22px; + font-size: clamp(34px, 10vw, 54px); + } + .hero-lead { font-size: 15px; line-height: 1.78; @@ -836,7 +879,10 @@
ONEINAI / API
-

模型接入,回到基础设施。

+

+ ONEINAI Logo +

+

模型接入,回到基础设施。

一个入口,连接多种模型。 从请求转发、密钥管理到用量对账,把复杂的模型调用交给一套清晰、稳定、可追溯的基础设施。