feat: 主页icon

This commit is contained in:
MKStoler1024 2025-04-14 17:14:26 +00:00
parent f608a788f4
commit 9b88b395f6
3 changed files with 14 additions and 2 deletions

View File

@ -17,7 +17,7 @@ document.addEventListener("DOMContentLoaded", () => {
let offsetTime = getCookie("offsetTime") || 0;
let room = getCookie("room") || "";
let zoomLevel = getCookie("zoomLevel") || 1;
let currentTheme = getCookie("currentTheme") || "md3";
let currentTheme = getCookie("currentTheme") || "ealg";
let theme = getCookie("theme") || "dark";
let isAutoToggle = getCookie("autoToggle") || false;
let themeConfig = [];

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

View File

@ -105,6 +105,15 @@
font-weight: 500;
color: #E6E1E5;
animation: fadeInUp 1s ease-in-out;
display: flex;
align-items: center;
gap: 12px;
}
.project-logo {
width: 32px;
height: 32px;
object-fit: contain;
}
.material-icons {
@ -139,7 +148,10 @@
</style>
</head>
<body>
<div class="project-title">ExamSchedule</div>
<div class="project-title">
<img src="./icon.png" alt="ExamSchedule Logo" class="project-logo">
ExamSchedule
</div>
<h1>选择版本:</h1>
<ul>
<li><a href="./time/"><span class="material-icons">schedule</span>电子钟表</a></li>