-=== "Docker"
+=== ":simple-docker:{style="color: #1d63ed"} Docker"
@@ -61,7 +61,7 @@ hide:
---
- In-depth research on domestic mirror site compatibility, tailored for users in China
+ In-depth research on domestic mirror site compatibility
Also provides a collection of domestic education network and overseas mirrors for users to choose
- :material-rocket-launch-outline:{ .lg .middle } __Fast and Efficient__
diff --git a/docs/index.md b/docs/index.md
index 1603878..25fb2cb 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -22,14 +22,14 @@ hide:
-=== "Docker"
+=== ":simple-docker:{style="color: #1d63ed"} Docker"
@@ -61,7 +61,7 @@ hide:
---
- 深入考察了国内镜像站的系统适配情况,专为中国宝宝打造
+ 深入考察了国内镜像站的系统适配情况,专为中国用户打造
还提供全网搜集的国内教育网和海外镜像站供用户选择
- :material-rocket-launch-outline:{ .lg .middle } __快,且高效__
@@ -101,7 +101,7 @@ hide:
-
-=== "Docker"
+=== ":simple-docker:{style="color: #1d63ed"} Docker"
@@ -61,7 +61,7 @@ hide:
---
- 深入考察了中國大陸鏡像站的系統適配狀況,專為中國寶寶打造
+ 深入考察了中國大陸鏡像站的系統適配狀況,專為國人打造
也提供全網蒐集的國內教育網和海外鏡像站供用戶選擇
- :material-rocket-launch-outline:{ .lg .middle } __快,且高效__
diff --git a/docs/sponsor/main.html b/docs/sponsor/main.html
index c8fd4b5..8625180 100644
--- a/docs/sponsor/main.html
+++ b/docs/sponsor/main.html
@@ -7,32 +7,44 @@
+
+
+
+
+
+
+
+
@@ -40,21 +52,22 @@
-
-
-
+
+
+
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index 2d7812b..10dbc17 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -110,6 +110,29 @@
}
}
+.home-table {
+ .md-typeset__scrollwrap {
+ margin: 0 !important;
+ }
+
+ .md-typeset__table {
+ padding: 0 !important;
+ margin-bottom: 0 !important;
+
+ table:not([class]) td {
+ padding: .8375em 1.25em !important;
+ }
+ }
+}
+
+@media screen and (max-width: 768px) {
+ .home-table {
+ .md-typeset__scrollwrap {
+ margin: 1em 0 !important;
+ }
+ }
+}
+
/* 主题覆盖 */
.no-select img {
user-select: none;
@@ -409,8 +432,12 @@
}
@media screen and (max-width: 480px) {
+ .sponsor .sponsor-label {
+ font-size: 1rem;
+ }
+
.sponsor-flex-wrapper {
- gap: 24px;
+ gap: 28px;
}
.sponsor-title {
diff --git a/docs/theme/partials/toc.html b/docs/theme/partials/toc.html
index f035a35..9c6d183 100644
--- a/docs/theme/partials/toc.html
+++ b/docs/theme/partials/toc.html
@@ -41,6 +41,9 @@
+
+
+
-
-
-
diff --git a/requirements.txt b/requirements.txt
index 5bfa217..55531af 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-mkdocs-material==9.6.18
+mkdocs-material==9.6.19
mkdocs-glightbox==0.4.0
mkdocs-exclude-search==0.6.6
# mkdocs-minify-plugin==0.8.0