Files

42 lines
3.0 KiB
HTML
Raw Permalink Normal View History

2026-06-02 12:38:01 +08:00
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#edf7ee" />
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='%23fffdf5'/%3E%3Cpath d='M5 5h22v22H5z' fill='%2338d776' stroke='%23111' stroke-width='3'/%3E%3Cpath d='M11 11h10v10H11z' fill='%23fffdf5' stroke='%23111' stroke-width='2'/%3E%3C/svg%3E" />
<title>OmniAI 创作中心 — AI 图像 / 视频生成 · 剧本测评 · 电商素材一站式平台</title>
<meta name="description" content="OmniAI 创作中心是一站式 AI 内容生产平台:覆盖图像与视频生成、画布协作、剧本六维智能测评、AI 电商商品视觉批量生成与团队 Token 用量监控,帮助创作者与团队从灵感到商业素材高效落地。" />
<meta name="keywords" content="OmniAI,AI图像生成,AI视频生成,AI画布,剧本测评,AI电商,商品图生成,Token监控,AI创作平台" />
<meta name="author" content="OmniAI" />
<meta name="robots" content="index,follow" />
<!-- Open Graph / 社交平台分享卡片 -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="OmniAI 创作中心" />
<meta property="og:title" content="OmniAI 创作中心 — 一站式 AI 创作与商业素材平台" />
<meta property="og:description" content="图像视频生成、画布协作、剧本智能测评、AI 电商素材与团队 Token 监控,一站搞定从灵感到商业落地的全流程。" />
<meta property="og:locale" content="zh_CN" />
<!-- Twitter / X 卡片 -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="OmniAI 创作中心 — 一站式 AI 创作与商业素材平台" />
<meta name="twitter:description" content="图像视频生成、画布协作、剧本智能测评、AI 电商素材与团队 Token 监控,一站搞定从灵感到商业落地的全流程。" />
<style>
.app-boot-splash{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0e0e0e;z-index:99999;transition:opacity .3s ease}
.app-boot-splash__ring{width:40px;height:40px;border:3px solid rgba(45,212,191,.15);border-top-color:#2dd4bf;border-radius:50%;animation:app-boot-spin .8s linear infinite}
.app-boot-splash__text{margin-top:16px;font:500 13px/1 'PingFang SC','Microsoft YaHei UI',system-ui,sans-serif;color:rgba(255,255,255,.5);letter-spacing:.02em}
@keyframes app-boot-spin{to{transform:rotate(360deg)}}
</style>
</head>
<body>
<div id="root"></div>
<div class="app-boot-splash" id="app-boot-splash">
<div class="app-boot-splash__ring"></div>
<div class="app-boot-splash__text">加载中...</div>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>