-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.63 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.webp" />
<!-- Preconnect/DNS Prefetch for critical third-party origins -->
<link rel="preconnect" href="https://api.soulter.top" crossorigin>
<link rel="dns-prefetch" href="//api.soulter.top">
<link rel="preload" as="image" href="/logo.webp" imagesrcset="/logo.webp 1x" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AstrBot 插件市场</title>
<meta name="description" content="AstrBot 插件市场是一个开放的插件分享平台,在这里您可以发现、下载和分享各种 Astrbot 框架插件。" />
<meta name="keywords" content="AstrBot,插件市场,机器人插件,bot插件,AstrBot plugins" />
<meta name="author" content="AstrBotDevs" />
<!-- Open Graph 标签,用于社交媒体分享 -->
<meta property="og:title" content="AstrBot 插件市场" />
<meta property="og:description" content="发现、下载和分享 Astrbot 框架插件的开放平台" />
<meta property="og:image" content="/logo.webp" />
<meta property="og:type" content="website" />
<!-- 确保应用的可访问性 -->
<meta name="theme-color" content="#60a5fa" />
<meta name="application-name" content="AstrBot 插件市场" />
<link rel="preload" href="/font/lexend.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/font/lexend-v25-latin-600.woff2" as="font" type="font/woff2" crossorigin>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>