mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 19:42:07 +08:00
184 lines
7.3 KiB
HTML
184 lines
7.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/3.4.30/vue.global.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue-demi/0.14.6/index.iife.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/naive-ui/2.38.2/index.prod.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/pinia/2.1.7/pinia.iife.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue-router/4.3.2/vue-router.global.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.13.1/vue-i18n.global.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.6.8/axios.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsbarcode/3.11.6/JsBarcode.all.min.js"></script>
|
|
|
|
<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, maximum-scale=1.0, user-scalable=no"
|
|
/>
|
|
<title>Ray Template</title>
|
|
<script type="module" crossorigin src="/ray-template/js/index-B5JnmBGm.js"></script>
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/lodash-es@4.17.21-3YkgETI-.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/@vueuse_shared@10.9.0_vue@3.4.30-BTLxKjPf.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/@vueuse_core@10.9.0_vue@3.4.30-CHk58Nsj.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/currency.js@2.0.4-9OAR_aOO.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/call-bind@1.0.7-Cpj98o6Y.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/dayjs@1.11.10-C8LoRVP6.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/print-js@1.6.0-BdoEj60G.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/lodash@4.17.21-Cw59kuJw.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/js-cookie@3.0.5-Z_8Sd105.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/screenfull@5.2.0-DmMZCkhi.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/vue-hooks-plus@2.2.0_vue@3.4.30-DdMBTcyt.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/utils-BmI4YPvf.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/interactjs@1.10.26-DZL_TZzP.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/pinia-plugin-persistedstate@3.2.1_pinia@2.1.7-RV7uh3T-.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/dom-to-image@2.6.0-DCOFUeQU.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/tslib@2.3.0-BDyQ-Jie.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/zrender@5.5.0-DW8ownf1.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/echarts@5.5.0-CezqL3m-.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/@vue_shared@3.4.30-Bev2jR-5.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/@vue_reactivity@3.4.30-DnhErqw9.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/@vue_runtime-core@3.4.30-CrcfNDdL.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/hooks-DtYdZWXJ.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/vue3-next-qrcode@2.0.10_typescript@5.2.2-CrPzMTkm.js">
|
|
<link rel="modulepreload" crossorigin href="/ray-template/js/clipboard@2.0.11-DheAgBlr.js">
|
|
<link rel="stylesheet" crossorigin href="/ray-template/css/hooks-Cqe-s-rU.css">
|
|
<link rel="stylesheet" crossorigin href="/ray-template/css/vue3-next-qrcode@2.0.10_typescript@5.2-DuR3EA5M.css">
|
|
<link rel="stylesheet" crossorigin href="/ray-template/css/index-C7YmoElI.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.667rem;
|
|
padding-bottom: 2.5rem;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.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>
|