mirror of
https://github.com/ExamAware/ExamSchedule.git
synced 2025-04-29 19:16:33 +00:00
feat: 主页icon
This commit is contained in:
parent
f608a788f4
commit
9b88b395f6
@ -17,7 +17,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
let offsetTime = getCookie("offsetTime") || 0;
|
let offsetTime = getCookie("offsetTime") || 0;
|
||||||
let room = getCookie("room") || "";
|
let room = getCookie("room") || "";
|
||||||
let zoomLevel = getCookie("zoomLevel") || 1;
|
let zoomLevel = getCookie("zoomLevel") || 1;
|
||||||
let currentTheme = getCookie("currentTheme") || "md3";
|
let currentTheme = getCookie("currentTheme") || "ealg";
|
||||||
let theme = getCookie("theme") || "dark";
|
let theme = getCookie("theme") || "dark";
|
||||||
let isAutoToggle = getCookie("autoToggle") || false;
|
let isAutoToggle = getCookie("autoToggle") || false;
|
||||||
let themeConfig = [];
|
let themeConfig = [];
|
||||||
|
14
index.html
14
index.html
@ -105,6 +105,15 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #E6E1E5;
|
color: #E6E1E5;
|
||||||
animation: fadeInUp 1s ease-in-out;
|
animation: fadeInUp 1s ease-in-out;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-logo {
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons {
|
.material-icons {
|
||||||
@ -139,7 +148,10 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
<h1>选择版本:</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="./time/"><span class="material-icons">schedule</span>电子钟表</a></li>
|
<li><a href="./time/"><span class="material-icons">schedule</span>电子钟表</a></li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user