2024-09-10 08:47:03 +00:00
|
|
|
<!doctype html>
|
2024-09-11 14:30:31 +00:00
|
|
|
<html lang="zh" class="light-theme">
|
2024-09-10 08:47:03 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
2024-09-13 17:00:49 +00:00
|
|
|
<meta name="msapplication-TileImage" content="/assets/images/leaflow.png" />
|
|
|
|
|
|
|
|
<link rel="icon" href="/src/assets/images/leaflow.png" />
|
|
|
|
<link rel="apple-touch-icon" href="/src/assets/images/leaflow.png" />
|
|
|
|
|
2024-09-13 07:10:37 +00:00
|
|
|
<title>Amberlet 琥珀</title>
|
2024-09-11 14:30:31 +00:00
|
|
|
<style>
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
body {
|
|
|
|
background-color: #000;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#default-loader svg path {
|
|
|
|
fill: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
2024-09-10 09:14:27 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app" style="opacity: 1; transition: opacity 0.5s ease-in-out">
|
2024-09-11 14:30:31 +00:00
|
|
|
<div
|
|
|
|
id="default-loader"
|
|
|
|
style="
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 999999;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
text-align: center;
|
|
|
|
transition: all 0.3s ease-in-out;
|
|
|
|
"
|
|
|
|
>
|
2024-09-10 08:47:03 +00:00
|
|
|
<div>
|
|
|
|
<svg
|
|
|
|
version="1.1"
|
2024-09-10 09:14:27 +00:00
|
|
|
style="margin: 0 auto"
|
2024-09-10 08:47:03 +00:00
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
x="0px"
|
|
|
|
y="0px"
|
|
|
|
width="40px"
|
|
|
|
height="40px"
|
2024-09-10 09:14:27 +00:00
|
|
|
viewBox="0 0 50 50"
|
2024-09-10 08:47:03 +00:00
|
|
|
xml:space="preserve"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
fill="#000"
|
2024-09-10 09:14:27 +00:00
|
|
|
d="M25.251,6.461c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615V6.461z"
|
2024-09-10 08:47:03 +00:00
|
|
|
>
|
|
|
|
<animateTransform
|
|
|
|
attributeType="xml"
|
|
|
|
attributeName="transform"
|
|
|
|
type="rotate"
|
2024-09-10 09:14:27 +00:00
|
|
|
from="0 25 25"
|
|
|
|
to="360 25 25"
|
|
|
|
dur="0.6s"
|
2024-09-10 08:47:03 +00:00
|
|
|
repeatCount="indefinite"
|
|
|
|
/>
|
|
|
|
</path>
|
|
|
|
</svg>
|
|
|
|
<p>Amber AI</p>
|
2024-09-10 09:14:27 +00:00
|
|
|
<small>正在载入</small>
|
2024-09-10 08:47:03 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script src="./src/main.ts" type="module"></script>
|
|
|
|
</body>
|
2024-09-10 08:29:08 +00:00
|
|
|
</html>
|