ray-template/index.html
XiaoDaiGua-Ray d0f7646704 v4.1.8
2023-08-20 14:56:32 +08:00

181 lines
7.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/ray-template/ray.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ray Template</title>
<script type="module" crossorigin src="/ray-template/assets/index-673f2769.js"></script>
<link rel="modulepreload" crossorigin href="/ray-template/assets/@vue_shared@3.3.4-896c5ecf.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@vue_reactivity@3.3.4-2b3a1c4e.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@vue_runtime-core@3.3.4-073fad6e.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/vue-router@4.2.4_vue@3.3.4-e93fe26b.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/lodash-es@4.17.21-b7de4195.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@babel_runtime@7.22.6-47b11949.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/date-fns@2.30.0-1707c6fa.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/evtd@0.2.4-b614532e.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/seemly@0.3.6-dc6f1e91.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@css-render_vue3-ssr@0.15.12_vue@3.3.4-24369cc5.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/vooks@0.2.12_vue@3.3.4-59877c34.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/vdirs@0.1.8_vue@3.3.4-4519c5fd.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@juggle_resize-observer@3.4.0-41516555.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@emotion_hash@0.8.0-8a8e73f6.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/css-render@0.15.12-57b1a53f.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/vueuc@0.4.51_vue@3.3.4-6588b5bd.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@vue_runtime-dom@3.3.4-d86573ec.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/treemate@0.3.11-25c27bff.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/date-fns-tz@1.3.8_date-fns@2.30.0-f45fcfa5.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/async-validator@4.2.5-dee29e8b.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@css-render_plugin-bem@0.15.12_css-render@0.15.12-9dde7ffe.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/naive-ui@2.34.4_vue@3.3.4-8a777692.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@intlify_shared@9.2.2-e4047ebf.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@intlify_message-compiler@9.2.2-8a818441.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@intlify_devtools-if@9.2.2-c61c979f.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@intlify_core-base@9.2.2-777854c2.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/vue-i18n@9.2.2_vue@3.3.4-61e8862b.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/dayjs@1.11.7-0fed7618.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/vue-demi@0.14.5_vue@3.3.4-71ba0ef2.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/pinia@2.1.4_typescript@5.0.2_vue@3.3.4-ab93b4ec.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/screenfull@6.0.2-b3e6dc1f.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@vueuse_shared@9.1.0_vue@3.3.4-e5bccb39.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/@vueuse_core@9.1.0_vue@3.3.4-3ed9a412.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/pinia-plugin-persistedstate@3.1.0_pinia@2.1.4-4f3b1591.js">
<link rel="modulepreload" crossorigin href="/ray-template/assets/clipboard@2.0.11-3174d29e.js">
<link rel="stylesheet" href="/ray-template/assets/index-4a3d6c6b.css">
</head>
<style>
:root {
--preloading-tag-color: #ff6700;
--preloading-title-color: #2d8cf0;
--ray-theme-primary-fade-color: rgba(45, 140, 240, 0.3);
--ray-theme-primary-color: #2d8cf0;
}
#pre-loading-animation {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #ffffff;
color: var(--preloading-title-color);
text-align: center;
}
.ray-template--dark #pre-loading-animation {
background-color: #2a3146;
}
#pre-loading-animation .pre-loading-animation__wrapper {
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#pre-loading-animation
.pre-loading-animation__wrapper
.pre-loading-animation__wrapper-title {
font-size: 1.563vw;
padding-bottom: 2.5rem;
}
.pre-loading-animation__wrapper-loading {
display: block;
position: relative;
width: 0.313rem;
height: 0.521rem;
-webkit-animation: rectangle infinite 1s ease-in-out -0.2s;
animation: rectangle infinite 1s ease-in-out -0.2s;
background-color: var(--preloading-tag-color);
}
.pre-loading-animation__wrapper-loading:before,
.pre-loading-animation__wrapper-loading:after {
position: absolute;
width: 0.313rem;
height: 0.521rem;
content: '';
background-color: var(--preloading-tag-color);
}
.pre-loading-animation__wrapper-loading:before {
left: -0.729rem;
-webkit-animation: rectangle infinite 1s ease-in-out -0.4s;
animation: rectangle infinite 1s ease-in-out -0.4s;
}
.pre-loading-animation__wrapper-loading:after {
right: -0.729rem;
-webkit-animation: rectangle infinite 1s ease-in-out;
animation: rectangle infinite 1s ease-in-out;
}
@-webkit-keyframes rectangle {
0%,
80%,
100% {
height: 1.042rem;
-webkit-box-shadow: 0 0 var(--preloading-tag-color);
box-shadow: 0 0 var(--preloading-tag-color);
}
40% {
height: 1.563rem;
-webkit-box-shadow: 0 -1.042rem var(--preloading-tag-color);
box-shadow: 0 -1.042rem var(--preloading-tag-color);
}
}
@keyframes rectangle {
0%,
80%,
100% {
height: 1.042rem;
-webkit-box-shadow: 0 0 var(--preloading-tag-color);
box-shadow: 0 0 var(--preloading-tag-color);
}
40% {
height: 1.563rem;
-webkit-box-shadow: 0 -1.042rem var(--preloading-tag-color);
box-shadow: 0 -1.042rem var(--preloading-tag-color);
}
}
</style>
<body>
<div id="app"></div>
<div id="pre-loading-animation">
<div class="pre-loading-animation__wrapper">
<div class="pre-loading-animation__wrapper-title">
Ray Template
</div>
<div class="pre-loading-animation__wrapper-loading"></div>
</div>
</div>
</body>
</html>