mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-14 04:33:41 +08:00
v3.5.0
This commit is contained in:
@@ -3,216 +3,33 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg"> -->
|
||||
<meta content="yes" name="apple-mobile-web-app-capable" />
|
||||
<link rel="apple-touch-icon" href="/favicon.ico">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
|
||||
<title>AI Web</title>
|
||||
<script type="module" crossorigin src="/assets/index-2efe4620.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-50ff748c.css">
|
||||
</head>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="icon/apple-touch-icon.png">
|
||||
<!-- <link rel="icon" type="image/png" sizes="32x32" href="icon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon-16x16.png"> -->
|
||||
<link rel="manifest" href="icon/manifest.webmanifest">
|
||||
<link rel="mask-icon" href="icon/safari-pinned-tab.svg" color="#19c37d">
|
||||
|
||||
|
||||
<script type="module" crossorigin src="./assets/index-d64a7cc4.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="./assets/vue-10b4afc0.js">
|
||||
<link rel="modulepreload" crossorigin href="./assets/naive-ui-fedd20b1.js">
|
||||
<link rel="modulepreload" crossorigin href="./assets/vueuse-motion-d4cdaf7b.js">
|
||||
<link rel="stylesheet" href="./assets/index-696013f1.css">
|
||||
<link rel="manifest" href="./manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="./registerSW.js"></script></head>
|
||||
|
||||
<body>
|
||||
<div id="app">
|
||||
<!-- <style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
/* .main-container {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
} */
|
||||
|
||||
|
||||
|
||||
/* body {
|
||||
background: red;
|
||||
} */
|
||||
|
||||
/*
|
||||
.loading {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: transparent;
|
||||
z-index: 9999;
|
||||
} */
|
||||
|
||||
/* .loading-text {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
line-height: 100px;
|
||||
color: #fff;
|
||||
|
||||
} */
|
||||
|
||||
/* .loading-text span {
|
||||
display: inline-block;
|
||||
margin: 0 5px;
|
||||
font-family: "Quattrocento Sans", sans-serif;
|
||||
} */
|
||||
|
||||
/* .loading-text span:nth-child(1) {
|
||||
filter: blur(0px);
|
||||
-webkit-animation: blur-text 1.5s 0s infinite linear alternate;
|
||||
animation: blur-text 1.5s 0s infinite linear alternate;
|
||||
} */
|
||||
|
||||
/* .loading-text span:nth-child(2) {
|
||||
filter: blur(0px);
|
||||
-webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
|
||||
animation: blur-text 1.5s 0.2s infinite linear alternate;
|
||||
} */
|
||||
|
||||
/* .loading-text span:nth-child(3) {
|
||||
filter: blur(0px);
|
||||
-webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
|
||||
animation: blur-text 1.5s 0.4s infinite linear alternate;
|
||||
} */
|
||||
|
||||
/* .loading-text span:nth-child(4) {
|
||||
filter: blur(0px);
|
||||
-webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
|
||||
animation: blur-text 1.5s 0.6s infinite linear alternate;
|
||||
} */
|
||||
|
||||
/* .loading-text span:nth-child(5) {
|
||||
filter: blur(0px);
|
||||
-webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
|
||||
animation: blur-text 1.5s 0.8s infinite linear alternate;
|
||||
}
|
||||
|
||||
.loading-text span:nth-child(6) {
|
||||
filter: blur(0px);
|
||||
-webkit-animation: blur-text 1.5s 1s infinite linear alternate;
|
||||
animation: blur-text 1.5s 1s infinite linear alternate;
|
||||
}
|
||||
|
||||
.loading-text span:nth-child(7) {
|
||||
filter: blur(0px);
|
||||
-webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
|
||||
animation: blur-text 1.5s 1.2s infinite linear alternate;
|
||||
} */
|
||||
|
||||
/* @-webkit-keyframes blur-text {
|
||||
0% {
|
||||
filter: blur(0px);
|
||||
}
|
||||
|
||||
100% {
|
||||
filter: blur(4px);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes blur-text {
|
||||
0% {
|
||||
filter: blur(0px);
|
||||
}
|
||||
|
||||
100% {
|
||||
filter: blur(4px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: #121212;
|
||||
}
|
||||
} */
|
||||
</style> -->
|
||||
<!-- <div class="main-container ">
|
||||
<div class="loading">
|
||||
<div class="loading-text" id="loading-text">
|
||||
<span class="loading-text-words">L</span>
|
||||
<span class="loading-text-words">O</span>
|
||||
<span class="loading-text-words">A</span>
|
||||
<span class="loading-text-words">D</span>
|
||||
<span class="loading-text-words">I</span>
|
||||
<span class="loading-text-words">N</span>
|
||||
<span class="loading-text-words">G</span>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
|
||||
<script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
|
||||
<!-- <script>
|
||||
const now = new Date()
|
||||
const hour = now.getHours()
|
||||
const theme = localStorage.getItem('theme') // Ensure to use getItem for accessing localStorage
|
||||
|
||||
if (theme === 'dark') {
|
||||
document.body.classList.add('dark-mode') // Example class, ensure your actual implementation here
|
||||
} else if (theme === 'light') {
|
||||
document.body.classList.remove('dark-mode') // Toggle dark mode class accordingly
|
||||
} else if (!theme && hour >= 6 && hour < 18) {
|
||||
document.body.classList.remove('dark-mode') // Default to light mode in daytime if no preference set
|
||||
} else {
|
||||
document.body.classList.add('dark-mode') // Default to dark mode in nighttime if no preference set
|
||||
}
|
||||
</script> -->
|
||||
<!-- <script>
|
||||
const now = new Date()
|
||||
const hour = now.getHours()
|
||||
const words = document.querySelectorAll('.loading-text-words')
|
||||
const theme = localStorage.theme
|
||||
|
||||
|
||||
// if (theme) {
|
||||
// if (theme === 'dark') {
|
||||
// document.body.style.backgroundColor = '#111827'
|
||||
// for (let i = 0; i < words.length; i++) {
|
||||
// const word = words[i]
|
||||
// word.style.color = '#9ca3af'
|
||||
// }
|
||||
// }
|
||||
|
||||
// if (theme === 'light') {
|
||||
// document.body.style.backgroundColor = '#fff'
|
||||
// for (let i = 0; i < words.length; i++) {
|
||||
// const word = words[i]
|
||||
// word.style.color = '#111827'
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// else {
|
||||
// if (!theme && hour >= 6 && hour <= 20) {
|
||||
// document.body.style.backgroundColor = '#fff'
|
||||
// for (let i = 0; i < words.length; i++) {
|
||||
// const word = words[i]
|
||||
// word.style.color = '#111827'
|
||||
// }
|
||||
// }
|
||||
// else {
|
||||
// document.body.style.backgroundColor = '#111827'
|
||||
// for (let i = 0; i < words.length; i++) {
|
||||
// const word = words[i]
|
||||
// word.style.color = '#111827'
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
</script> -->
|
||||
<div id="app"></div>
|
||||
<script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
<!-- <script>document.querySelector('html').classList.toggle('loading')
|
||||
</script> -->
|
||||
Reference in New Issue
Block a user