<!doctype html>
<html lang="zh-CN">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <title>API 服务域名已更新</title>
  <style>
    *{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:24px;background:#f4f6f8;color:#17202a;font-family:Arial,"Microsoft YaHei",sans-serif}.notice{width:min(620px,100%);background:#fff;border:1px solid #dfe4ea;border-radius:8px;padding:42px;box-shadow:0 12px 36px rgba(23,32,42,.09)}.mark{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#e8f3ff;color:#0969da;font-size:24px;font-weight:700}h1{margin:22px 0 12px;font-size:28px;line-height:1.35}p{margin:10px 0;color:#4b5563;line-height:1.75}.url{display:block;margin:22px 0;padding:14px 16px;background:#f6f8fa;border:1px solid #d8dee4;border-radius:6px;color:#0969da;font-family:Consolas,monospace;overflow-wrap:anywhere}a.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:6px;background:#0969da;color:#fff;text-decoration:none;font-weight:700}.foot{margin-top:24px;padding-top:18px;border-top:1px solid #e5e7eb;font-size:14px;color:#6b7280}@media(max-width:520px){.notice{padding:28px 22px}h1{font-size:24px}}
  </style>
</head>
<body>
  <main class="notice">
    <div class="mark">i</div>
    <h1>API 服务域名已更新</h1>
    <p>原域名 lass.cc 已停止作为网页登录入口使用。请将网页登录和 API Base URL 更新为新域名：</p>
    <a class="url" href="https://api.gush.cc/">https://api.gush.cc/</a>
    <a class="button" href="https://api.gush.cc/">前往新域名</a>
    <p class="foot">API Key、账户余额和已有数据不受本次域名调整影响。OpenAI/Claude 兼容接口路径仍会保持可用以便客户端迁移。</p>
  </main>
</body>
</html>