mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-03-19 05:39:45 +08:00
* 更新 `index.html` 中的进度条样式,增加渐变色和动画效果,提升用户体验。 * 在 `tailwind.config.js` 中添加艳粉主题配色和自定义样式,增强主题一致性。 * 引入液态玻璃效果于多个组件,提升视觉层次感。 * 优化 `SearchHeader.vue` 和 `VndbPanel.vue` 中的标题和按钮样式,确保在不同主题下的可读性。 * 更新 `SettingsModal.vue` 和 `TopToolbar.vue` 的样式,增强用户交互体验。
269 lines
17 KiB
HTML
269 lines
17 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- Primary Meta Tags -->
|
|
<title>SearchGal - Galgame 聚合搜索</title>
|
|
<meta name="title" content="SearchGal - Galgame 聚合搜索" />
|
|
<meta
|
|
name="description"
|
|
content="Galgame 资源聚合搜索引擎,支持多站点搜索、游戏信息查询、补丁下载。一站式搜索体验,快速找到你想要的 Galgame 资源。"
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="Galgame,美少女游戏,游戏搜索,补丁下载,VNDB,聚合搜索,SearchGal"
|
|
/>
|
|
<meta name="author" content="SearchGal Team" />
|
|
<meta name="robots" content="index, follow" />
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://searchgal.homes/" />
|
|
<meta property="og:title" content="SearchGal - Galgame 聚合搜索" />
|
|
<meta
|
|
property="og:description"
|
|
content="Galgame 资源聚合搜索引擎,支持多站点搜索、游戏信息查询、补丁下载。一站式搜索体验,快速找到你想要的 Galgame 资源。"
|
|
/>
|
|
<meta property="og:image" content="https://searchgal.homes/og-image.png" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
<meta property="og:locale" content="zh_CN" />
|
|
<meta property="og:site_name" content="SearchGal" />
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
<meta property="twitter:url" content="https://searchgal.homes/" />
|
|
<meta property="twitter:title" content="SearchGal - Galgame 聚合搜索" />
|
|
<meta
|
|
property="twitter:description"
|
|
content="Galgame 资源聚合搜索引擎,支持多站点搜索、游戏信息查询、补丁下载。"
|
|
/>
|
|
<meta
|
|
property="twitter:image"
|
|
content="https://searchgal.homes/og-image.png"
|
|
/>
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="alternate icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
|
<link rel="alternate icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
|
|
<!-- Canonical URL -->
|
|
<link rel="canonical" href="https://searchgal.homes/" />
|
|
|
|
<!-- Priority Hints - 预加载关键资源 -->
|
|
<link rel="preconnect" href="https://api.illlights.com" fetchpriority="high" />
|
|
<link rel="preconnect" href="https://api.vndb.org" fetchpriority="high" />
|
|
<link rel="preconnect" href="https://registry.npmmirror.com" fetchpriority="low" />
|
|
<link rel="dns-prefetch" href="https://artalk.saop.cc" />
|
|
<link rel="dns-prefetch" href="https://status.searchgal.homes" />
|
|
|
|
<style>
|
|
/* ============================================
|
|
第三方库样式覆盖
|
|
============================================ */
|
|
|
|
/* Pace.js 加载进度条 - 艳粉主色调 */
|
|
.pace {
|
|
pointer-events: none;
|
|
user-select: none;
|
|
}
|
|
.pace-inactive {
|
|
display: none;
|
|
}
|
|
.pace .pace-progress {
|
|
background: linear-gradient(90deg, #ff1493, #ff69b4, #d946ef);
|
|
position: fixed;
|
|
z-index: 9999;
|
|
top: 0;
|
|
right: 100%;
|
|
width: 100%;
|
|
height: 4px;
|
|
box-shadow: 0 0 15px rgba(255, 20, 147, 0.6), 0 0 30px rgba(217, 70, 239, 0.4);
|
|
animation: pulse 1.5s ease-in-out infinite;
|
|
}
|
|
@keyframes pulse {
|
|
0%, 100% { opacity: 1; }
|
|
50% { opacity: 0.8; }
|
|
}
|
|
|
|
/* Fancybox 图片查看器 - 艳粉主色调 */
|
|
.fancybox-custom .fancybox__backdrop {
|
|
background: rgba(0, 0, 0, 0.85);
|
|
backdrop-filter: blur(10px);
|
|
}
|
|
.fancybox-custom .fancybox__container {
|
|
--fancybox-accent-color: #ff1493;
|
|
}
|
|
|
|
/* ============================================
|
|
全局伪元素样式(无法用 Tailwind 替代)
|
|
============================================ */
|
|
|
|
/* 自定义滚动条 - 艳粉主题 */
|
|
::-webkit-scrollbar {
|
|
width: 12px;
|
|
height: 12px;
|
|
}
|
|
::-webkit-scrollbar-track {
|
|
background: linear-gradient(to bottom, rgba(255, 179, 217, 0.1), rgba(255, 228, 242, 0.15));
|
|
border-radius: 10px;
|
|
box-shadow: inset 0 0 5px rgba(255, 20, 147, 0.05);
|
|
}
|
|
.dark ::-webkit-scrollbar-track {
|
|
background: linear-gradient(to bottom, rgba(30, 41, 59, 0.4), rgba(15, 23, 42, 0.5));
|
|
box-shadow: inset 0 0 5px rgba(255, 105, 180, 0.1);
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
background: linear-gradient(180deg, #ff1493 0%, #ff69b4 50%, #d946ef 100%);
|
|
border-radius: 10px;
|
|
border: 2px solid rgba(255, 255, 255, 0.3);
|
|
box-shadow: 0 2px 8px rgba(255, 20, 147, 0.3);
|
|
transition: all 0.3s ease;
|
|
}
|
|
.dark ::-webkit-scrollbar-thumb {
|
|
background: linear-gradient(180deg, #ff69b4 0%, #ffb3d9 50%, #e879f9 100%);
|
|
border: 2px solid rgba(255, 105, 180, 0.2);
|
|
box-shadow: 0 2px 10px rgba(255, 105, 180, 0.4);
|
|
}
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: linear-gradient(180deg, #ff69b4 0%, #ff1493 50%, #d946ef 100%);
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
box-shadow: 0 4px 12px rgba(255, 20, 147, 0.5);
|
|
transform: scale(1.05);
|
|
}
|
|
.dark ::-webkit-scrollbar-thumb:hover {
|
|
background: linear-gradient(180deg, #ffb3d9 0%, #ff69b4 50%, #f0abfc 100%);
|
|
border-color: rgba(255, 105, 180, 0.4);
|
|
box-shadow: 0 4px 15px rgba(255, 105, 180, 0.6);
|
|
}
|
|
|
|
/* 文本选中高亮 - 艳粉主色调 */
|
|
::selection {
|
|
background: linear-gradient(135deg, rgba(255, 20, 147, 0.35), rgba(255, 105, 180, 0.3));
|
|
color: #1d1b1e;
|
|
text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
|
|
}
|
|
.dark ::selection {
|
|
background: linear-gradient(135deg, rgba(255, 105, 180, 0.4), rgba(232, 121, 249, 0.35));
|
|
color: #ffffff;
|
|
text-shadow: 0 0 10px rgba(255, 20, 147, 0.6);
|
|
}
|
|
|
|
/* ============================================
|
|
背景图层样式和动画(由 App.vue 控制)
|
|
============================================ */
|
|
|
|
/* 背景图层基础样式 */
|
|
#background-layer {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
z-index: -2;
|
|
transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
animation: slowZoom 10s ease-out forwards;
|
|
}
|
|
|
|
/* 背景图片慢速放大动画 */
|
|
@keyframes slowZoom {
|
|
0% { transform: scale(1); }
|
|
100% { transform: scale(1.1); }
|
|
}
|
|
|
|
/* 背景图片转场动画 */
|
|
#background-layer.transition-fade { animation: fadeTransition 1.2s cubic-bezier(0.4, 0, 0.2, 1); }
|
|
#background-layer.transition-zoom { animation: zoomTransition 1.5s cubic-bezier(0.4, 0, 0.2, 1); }
|
|
#background-layer.transition-slide-left { animation: slideLeftTransition 1.2s cubic-bezier(0.4, 0, 0.2, 1); }
|
|
#background-layer.transition-slide-right { animation: slideRightTransition 1.2s cubic-bezier(0.4, 0, 0.2, 1); }
|
|
#background-layer.transition-blur { animation: blurTransition 1.5s cubic-bezier(0.4, 0, 0.2, 1); }
|
|
#background-layer.transition-rotate { animation: rotateTransition 1.5s cubic-bezier(0.4, 0, 0.2, 1); }
|
|
|
|
@keyframes fadeTransition {
|
|
0% { opacity: 1; }
|
|
50% { opacity: 0; }
|
|
100% { opacity: 1; }
|
|
}
|
|
@keyframes zoomTransition {
|
|
0% { opacity: 1; transform: scale(1); }
|
|
50% { opacity: 0; transform: scale(1.1); }
|
|
100% { opacity: 1; transform: scale(1); }
|
|
}
|
|
@keyframes slideLeftTransition {
|
|
0% { opacity: 1; transform: translateX(0); }
|
|
50% { opacity: 0; transform: translateX(-30px); }
|
|
100% { opacity: 1; transform: translateX(0); }
|
|
}
|
|
@keyframes slideRightTransition {
|
|
0% { opacity: 1; transform: translateX(0); }
|
|
50% { opacity: 0; transform: translateX(30px); }
|
|
100% { opacity: 1; transform: translateX(0); }
|
|
}
|
|
@keyframes blurTransition {
|
|
0% { opacity: 1; filter: blur(0px); }
|
|
50% { opacity: 0.3; filter: blur(10px); }
|
|
100% { opacity: 1; filter: blur(0px); }
|
|
}
|
|
@keyframes rotateTransition {
|
|
0% { opacity: 1; transform: scale(1) rotate(0deg); }
|
|
50% { opacity: 0; transform: scale(0.95) rotate(5deg); }
|
|
100% { opacity: 1; transform: scale(1) rotate(0deg); }
|
|
}
|
|
|
|
/* 背景图层伪元素 - 仅在无背景图时显示淡粉色纹理 */
|
|
#background-layer::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background:
|
|
radial-gradient(circle at 20% 50%, rgba(255, 20, 147, 0.08), transparent 50%),
|
|
radial-gradient(circle at 80% 80%, rgba(217, 70, 239, 0.08), transparent 50%),
|
|
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 192 192'%3E%3Cpath fill='%23ff1493' fill-opacity='0.02' d='M192 15v2a11 11 0 0 0-11 11c0 1.94 1.16 4.75 2.53 6.11l2.36 2.36a6.93 6.93 0 0 1 1.22 7.56l-.43.84a8.08 8.08 0 0 1-6.66 4.13H145v35.02a6.1 6.1 0 0 0 3.03 4.87l.84.43c1.58.79 4 .4 5.24-.85l2.36-2.36a12.04 12.04 0 0 1 7.51-3.11 13 13 0 1 1 .02 26 12 12 0 0 1-7.53-3.11l-2.36-2.36a4.93 4.93 0 0 0-5.24-.85l-.84.43a6.1 6.1 0 0 0-3.03 4.87V143h35.02a8.08 8.08 0 0 1 6.66 4.13l.43.84a6.91 6.91 0 0 1-1.22 7.56l-2.36 2.36A10.06 10.06 0 0 0 181 164a11 11 0 0 0 11 11v2a13 13 0 0 1-13-13 12 12 0 0 1 3.11-7.53l-2.36-2.36a4.93 4.93 0 0 0 .85-5.24l-.43-.84a6.1 6.1 0 0 0-4.87-3.03H145v35.02a8.08 8.08 0 0 1-4.13 6.66l-.84.43a6.91 6.91 0 0 1-7.56-1.22l-2.36-2.36A10.06 10.06 0 0 0 124 181a11 11 0 0 0-11 11h-2a13 13 0 0 1 13-13c2.47 0 5.79 1.37 7.53 3.11l2.36 2.36a4.94 4.94 0 0 0 5.24.85l.84-.43a6.1 6.1 0 0 0 3.03-4.87V145h-35.02a8.08 8.08 0 0 1-6.66-4.13l-.43-.84a6.91 6.91 0 0 1 1.22-7.56l2.36-2.36A10.06 10.06 0 0 0 107 124a11 11 0 0 0-22 0c0 1.94 1.16 4.75 2.53 6.11l2.36 2.36a6.93 6.93 0 0 1 1.22 7.56l-.43.84a8.08 8.08 0 0 1-6.66 4.13H49v35.02a6.1 6.1 0 0 0 3.03 4.87l.84.43c1.58.79 4 .4 5.24-.85l2.36-2.36a12.04 12.04 0 0 1 7.51-3.11A13 13 0 0 1 81 192h-2a11 11 0 0 0-11-11c-1.94 0-4.75 1.16-6.11 2.53l-2.36 2.36a6.93 6.93 0 0 1-7.56 1.22l-.84-.43a8.08 8.08 0 0 1-4.13-6.66V145H11.98a6.1 6.1 0 0 0-4.87 3.03l-.43.84c-.79 1.58-.4 4 .85 5.24l2.36 2.36a12.04 12.04 0 0 1 3.11 7.51A13 13 0 0 1 0 177v-2a11 11 0 0 0 11-11c0-1.94-1.16-4.75-2.53-6.11l-2.36-2.36a6.93 6.93 0 0 1-1.22-7.56l.43-.84a8.08 8.08 0 0 1 6.66-4.13H47v-35.02a6.1 6.1 0 0 0-3.03-4.87l-.84-.43c-1.59-.8-4-.4-5.24.85l-2.36 2.36A12 12 0 0 1 28 109a13 13 0 1 1 0-26c2.47 0 5.79 1.37 7.53 3.11l2.36 2.36a4.94 4.94 0 0 0 5.24.85l.84-.43A6.1 6.1 0 0 0 47 84.02V49H11.98a8.08 8.08 0 0 1-6.66-4.13l-.43-.84a6.91 6.91 0 0 1 1.22-7.56l2.36-2.36A10.06 10.06 0 0 0 11 28 11 11 0 0 0 0 17v-2a13 13 0 0 1 13 13c0 2.47-1.37 5.79-3.11 7.53l-2.36 2.36a4.94 4.94 0 0 0-.85 5.24l.43.84A6.1 6.1 0 0 0 11.98 47H47V11.98a8.08 8.08 0 0 1 4.13-6.66l.84-.43a6.91 6.91 0 0 1 7.56 1.22l2.36 2.36A10.06 10.06 0 0 0 68 11 11 11 0 0 0 79 0h2a13 13 0 0 1-13 13 12 12 0 0 1-7.53-3.11l-2.36-2.36a4.93 4.93 0 0 0-5.24-.85l-.84.43A6.1 6.1 0 0 0 49 11.98V47h35.02a8.08 8.08 0 0 1 6.66 4.13l.43.84a6.91 6.91 0 0 1-1.22 7.56l-2.36 2.36A10.06 10.06 0 0 0 85 68a11 11 0 0 0 22 0c0-1.94-1.16-4.75-2.53-6.11l-2.36-2.36a6.93 6.93 0 0 1-1.22-7.56l.43-.84a8.08 8.08 0 0 1 6.66-4.13H143V11.98a6.1 6.1 0 0 0-3.03-4.87l-.84-.43c-1.59-.8-4-.4-5.24.85l-2.36 2.36A12 12 0 0 1 124 13a13 13 0 0 1-13-13h2a11 11 0 0 0 11 11c1.94 0 4.75-1.16 6.11-2.53l2.36-2.36a6.93 6.93 0 0 1 7.56-1.22l.84.43a8.08 8.08 0 0 1 4.13 6.66V47h35.02a6.1 6.1 0 0 0 4.87-3.03l.43-.84c.8-1.59.4-4-.85-5.24l-2.36-2.36A12 12 0 0 1 179 28a13 13 0 0 1 13-13zM84.02 143a6.1 6.1 0 0 0 4.87-3.03l.43-.84c.8-1.59.4-4-.85-5.24l-2.36-2.36A12 12 0 0 1 83 124a13 13 0 1 1 26 0c0 2.47-1.37 5.79-3.11 7.53l-2.36 2.36a4.94 4.94 0 0 0-.85 5.24l.43.84a6.1 6.1 0 0 0 4.87 3.03H143v-35.02a8.08 8.08 0 0 1 4.13-6.66l.84-.43a6.91 6.91 0 0 1 7.56 1.22l2.36 2.36A10.06 10.06 0 0 0 164 107a11 11 0 0 0 0-22c-1.94 0-4.75 1.16-6.11 2.53l-2.36 2.36a6.93 6.93 0 0 1-7.56 1.22l-.84-.43a8.08 8.08 0 0 1-4.13-6.66V49h-35.02a6.1 6.1 0 0 0-4.87 3.03l-.43.84c-.79 1.58-.4 4 .85 5.24l2.36 2.36a12.04 12.04 0 0 1 3.11 7.51A13 13 0 1 1 83 68a12 12 0 0 1 3.11-7.53l2.36-2.36a4.93 4.93 0 0 0 .85-5.24l-.43-.84A6.1 6.1 0 0 0 84.02 49H49v35.02a8.08 8.08 0 0 1-4.13 6.66l-.84.43a6.91 6.91 0 0 1-7.56-1.22l-2.36-2.36A10.06 10.06 0 0 0 28 85a11 11 0 0 0 0 22c1.94 0 4.75-1.16 6.11-2.53l2.36-2.36a6.93 6.93 0 0 1 7.56-1.22l.84.43a8.08 8.08 0 0 1 4.13 6.66V143h35.02z'%3E%3C/path%3E%3C/svg%3E") center;
|
|
z-index: -1;
|
|
opacity: 0.4;
|
|
transition: opacity 0.8s ease-in-out;
|
|
}
|
|
.dark #background-layer::before {
|
|
background:
|
|
radial-gradient(circle at 30% 20%, rgba(255, 105, 180, 0.06), transparent 40%),
|
|
radial-gradient(circle at 70% 70%, rgba(232, 121, 249, 0.05), transparent 40%),
|
|
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 192 192'%3E%3Cpath fill='%23ff69b4' fill-opacity='0.015' d='M192 15v2a11 11 0 0 0-11 11c0 1.94 1.16 4.75 2.53 6.11l2.36 2.36a6.93 6.93 0 0 1 1.22 7.56l-.43.84a8.08 8.08 0 0 1-6.66 4.13H145v35.02a6.1 6.1 0 0 0 3.03 4.87l.84.43c1.58.79 4 .4 5.24-.85l2.36-2.36a12.04 12.04 0 0 1 7.51-3.11 13 13 0 1 1 .02 26 12 12 0 0 1-7.53-3.11l-2.36-2.36a4.93 4.93 0 0 0-5.24-.85l-.84.43a6.1 6.1 0 0 0-3.03 4.87V143h35.02a8.08 8.08 0 0 1 6.66 4.13l.43.84a6.91 6.91 0 0 1-1.22 7.56l-2.36 2.36A10.06 10.06 0 0 0 181 164a11 11 0 0 0 11 11v2a13 13 0 0 1-13-13 12 12 0 0 1 3.11-7.53l-2.36-2.36a4.93 4.93 0 0 0 .85-5.24l-.43-.84a6.1 6.1 0 0 0-4.87-3.03H145v35.02a8.08 8.08 0 0 1-4.13 6.66l-.84.43a6.91 6.91 0 0 1-7.56-1.22l-2.36-2.36A10.06 10.06 0 0 0 124 181a11 11 0 0 0-11 11h-2a13 13 0 0 1 13-13c2.47 0 5.79 1.37 7.53 3.11l2.36 2.36a4.94 4.94 0 0 0 5.24.85l.84-.43a6.1 6.1 0 0 0 3.03-4.87V145h-35.02a8.08 8.08 0 0 1-6.66-4.13l-.43-.84a6.91 6.91 0 0 1 1.22-7.56l2.36-2.36A10.06 10.06 0 0 0 107 124a11 11 0 0 0-22 0c0 1.94 1.16 4.75 2.53 6.11l2.36 2.36a6.93 6.93 0 0 1 1.22 7.56l-.43.84a8.08 8.08 0 0 1-6.66 4.13H49v35.02a6.1 6.1 0 0 0 3.03 4.87l.84.43c1.58.79 4 .4 5.24-.85l2.36-2.36a12.04 12.04 0 0 1 7.51-3.11A13 13 0 0 1 81 192h-2a11 11 0 0 0-11-11c-1.94 0-4.75 1.16-6.11 2.53l-2.36 2.36a6.93 6.93 0 0 1-7.56 1.22l-.84-.43a8.08 8.08 0 0 1-4.13-6.66V145H11.98a6.1 6.1 0 0 0-4.87 3.03l-.43.84c-.79 1.58-.4 4 .85 5.24l2.36 2.36a12.04 12.04 0 0 1 3.11 7.51A13 13 0 0 1 0 177v-2a11 11 0 0 0 11-11c0-1.94-1.16-4.75-2.53-6.11l-2.36-2.36a6.93 6.93 0 0 1-1.22-7.56l.43-.84a8.08 8.08 0 0 1 6.66-4.13H47v-35.02a6.1 6.1 0 0 0-3.03-4.87l-.84-.43c-1.59-.8-4-.4-5.24.85l-2.36 2.36A12 12 0 0 1 28 109a13 13 0 1 1 0-26c2.47 0 5.79 1.37 7.53 3.11l2.36 2.36a4.94 4.94 0 0 0 5.24.85l.84-.43A6.1 6.1 0 0 0 47 84.02V49H11.98a8.08 8.08 0 0 1-6.66-4.13l-.43-.84a6.91 6.91 0 0 1 1.22-7.56l2.36-2.36A10.06 10.06 0 0 0 11 28 11 11 0 0 0 0 17v-2a13 13 0 0 1 13 13c0 2.47-1.37 5.79-3.11 7.53l-2.36 2.36a4.94 4.94 0 0 0-.85 5.24l.43.84A6.1 6.1 0 0 0 11.98 47H47V11.98a8.08 8.08 0 0 1 4.13-6.66l.84-.43a6.91 6.91 0 0 1 7.56 1.22l2.36 2.36A10.06 10.06 0 0 0 68 11 11 11 0 0 0 79 0h2a13 13 0 0 1-13 13 12 12 0 0 1-7.53-3.11l-2.36-2.36a4.93 4.93 0 0 0-5.24-.85l-.84.43A6.1 6.1 0 0 0 49 11.98V47h35.02a8.08 8.08 0 0 1 6.66 4.13l.43.84a6.91 6.91 0 0 1-1.22 7.56l-2.36 2.36A10.06 10.06 0 0 0 85 68a11 11 0 0 0 22 0c0-1.94-1.16-4.75-2.53-6.11l-2.36-2.36a6.93 6.93 0 0 1-1.22-7.56l.43-.84a8.08 8.08 0 0 1 6.66-4.13H143V11.98a6.1 6.1 0 0 0-3.03-4.87l-.84-.43c-1.59-.8-4-.4-5.24.85l-2.36 2.36A12 12 0 0 1 124 13a13 13 0 0 1-13-13h2a11 11 0 0 0 11 11c1.94 0 4.75-1.16 6.11-2.53l2.36-2.36a6.93 6.93 0 0 1 7.56-1.22l.84.43a8.08 8.08 0 0 1 4.13 6.66V47h35.02a6.1 6.1 0 0 0 4.87-3.03l.43-.84c.8-1.59.4-4-.85-5.24l-2.36-2.36A12 12 0 0 1 179 28a13 13 0 0 1 13-13zM84.02 143a6.1 6.1 0 0 0 4.87-3.03l.43-.84c.8-1.59.4-4-.85-5.24l-2.36-2.36A12 12 0 0 1 83 124a13 13 0 1 1 26 0c0 2.47-1.37 5.79-3.11 7.53l-2.36 2.36a4.94 4.94 0 0 0-.85 5.24l.43.84a6.1 6.1 0 0 0 4.87 3.03H143v-35.02a8.08 8.08 0 0 1 4.13-6.66l.84-.43a6.91 6.91 0 0 1 7.56 1.22l2.36 2.36A10.06 10.06 0 0 0 164 107a11 11 0 0 0 0-22c-1.94 0-4.75 1.16-6.11 2.53l-2.36 2.36a6.93 6.93 0 0 1-7.56 1.22l-.84-.43a8.08 8.08 0 0 1-4.13-6.66V49h-35.02a6.1 6.1 0 0 0-4.87 3.03l-.43.84c-.79 1.58-.4 4 .85 5.24l2.36 2.36a12.04 12.04 0 0 1 3.11 7.51A13 13 0 1 1 83 68a12 12 0 0 1 3.11-7.53l2.36-2.36a4.93 4.93 0 0 0 .85-5.24l-.43-.84A6.1 6.1 0 0 0 84.02 49H49v35.02a8.08 8.08 0 0 1-4.13 6.66l-.84.43a6.91 6.91 0 0 1-7.56-1.22l-2.36-2.36A10.06 10.06 0 0 0 28 85a11 11 0 0 0 0 22c1.94 0 4.75-1.16 6.11-2.53l2.36-2.36a6.93 6.93 0 0 1 7.56-1.22l.84.43a8.08 8.08 0 0 1 4.13 6.66V143h35.02z'%3E%3C/path%3E%3C/svg%3E") center;
|
|
opacity: 0.3;
|
|
}
|
|
#background-layer.has-image::before {
|
|
opacity: 0;
|
|
}
|
|
|
|
/* 半透明遮罩层(提升内容可读性) */
|
|
#background-layer::after {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background: rgba(255, 255, 255, 0.15);
|
|
z-index: -1;
|
|
}
|
|
.dark #background-layer::after {
|
|
background: rgba(15, 23, 42, 0.3);
|
|
}
|
|
</style>
|
|
|
|
<!-- 不蒜子统计 - 低优先级 -->
|
|
<script
|
|
async
|
|
fetchpriority="low"
|
|
src="https://registry.npmmirror.com/js-asuna/latest/files/js/bsz.pure.mini.js"
|
|
></script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|