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 - + +