mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
53 lines
1.6 KiB
HTML
53 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>
|
|
MAA —「明日方舟」小助手
|
|
</title>
|
|
<meta
|
|
name="description"
|
|
content="MAA —「明日方舟」小助手,自动刷图、智能基建换班,全日常一键长草"
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="MAA,MaaAssistantArknights,明日方舟,明日方舟助手,明日方舟小助手,arknights assistant,明日方舟 自动刷图,明日方舟 基建换班,明日方舟 自动战斗,明日方舟 肉鸽助手"
|
|
/>
|
|
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="/apple-touch-icon.png?v=1"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="/favicon-32x32.png?v=1"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="/favicon-16x16.png?v=1"
|
|
/>
|
|
<link rel="manifest" href="/site.webmanifest?v=1" />
|
|
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=1" color="#101010" />
|
|
<link rel="shortcut icon" href="/favicon.ico?v=1" />
|
|
<meta name="msapplication-TileColor" content="#101010" />
|
|
<meta name="theme-color" content="#101010" />
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@300&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|