From f608a788f444ffffee8e0442ac139d56cf7234f5 Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:09:54 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=89=B9=E7=82=B9=E3=80=81=E9=83=A8=E7=BD=B2=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E5=92=8C=E5=BC=80=E5=8F=91=E4=BF=A1=E6=81=AF=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- about/index.html | 210 +++++++++++++++++++++++++++++++++++++++++++++++ index.html | 47 ++++++++--- 2 files changed, 247 insertions(+), 10 deletions(-) create mode 100644 about/index.html diff --git a/about/index.html b/about/index.html new file mode 100644 index 0000000..7aade5b --- /dev/null +++ b/about/index.html @@ -0,0 +1,210 @@ + + + + + + 关于 ExamSchedule + + + + + + + arrow_back + 返回 + + +
+

关于 ExamSchedule

+ +
+

功能特点

+ +
+ +
+

部署说明

+

您可以访问 部署教程 了解详细的部署方法。

+

注意:广播与看板的配置文件是分开存储于两个文件夹之下的。

+
+ +
+

开发信息

+ +
+ +
+

许可证

+ +
+
+ + + + diff --git a/index.html b/index.html index c2abf00..9f2b22f 100644 --- a/index.html +++ b/index.html @@ -81,12 +81,7 @@ } .github-link { - position: absolute; - top: 16px; - right: 16px; - background-color: transparent; - padding: 8px; - border-radius: 50%; + position: static; } .github-link:hover { @@ -115,6 +110,32 @@ .material-icons { font-size: 20px; } + + .top-right-links { + position: absolute; + top: 16px; + right: 16px; + display: flex; + gap: 16px; + align-items: center; + } + + .about-link { + background-color: transparent; + padding: 8px 16px; + border-radius: 100px; + font-size: 14px; + } + + .about-link:hover { + background-color: rgba(255, 255, 255, 0.1); + transform: none; + box-shadow: none; + } + + .about-link .material-icons { + font-size: 18px; + } @@ -126,10 +147,16 @@
  • campaign考试广播
  • - - - GitHub - + +