diff --git a/README.md b/README.md index 0003ba5..9b31db9 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,12 @@
- GNU/Linux 一键更换系统软件源脚本 + LinuxMirrors
++ GNU/Linux 一键更换系统软件源脚本 +
官方网站
diff --git a/docs/assets/favicon.ico b/docs/assets/favicon.ico
index 7f1a070..1c4fc7c 100644
Binary files a/docs/assets/favicon.ico and b/docs/assets/favicon.ico differ
diff --git a/docs/assets/images/brand/dark/1.png b/docs/assets/images/brand/dark/1.png
new file mode 100644
index 0000000..aa88e0d
Binary files /dev/null and b/docs/assets/images/brand/dark/1.png differ
diff --git a/docs/assets/images/brand/dark/2.png b/docs/assets/images/brand/dark/2.png
new file mode 100644
index 0000000..72a4a2f
Binary files /dev/null and b/docs/assets/images/brand/dark/2.png differ
diff --git a/docs/assets/images/brand/dark/3.png b/docs/assets/images/brand/dark/3.png
new file mode 100644
index 0000000..85c39ba
Binary files /dev/null and b/docs/assets/images/brand/dark/3.png differ
diff --git a/docs/assets/images/brand/img/1.jpg b/docs/assets/images/brand/img/1.jpg
new file mode 100644
index 0000000..ce4a9f4
Binary files /dev/null and b/docs/assets/images/brand/img/1.jpg differ
diff --git a/docs/assets/images/brand/img/2.jpg b/docs/assets/images/brand/img/2.jpg
new file mode 100644
index 0000000..ed8a199
Binary files /dev/null and b/docs/assets/images/brand/img/2.jpg differ
diff --git a/docs/assets/images/brand/img/3.jpg b/docs/assets/images/brand/img/3.jpg
new file mode 100644
index 0000000..f4fb8ad
Binary files /dev/null and b/docs/assets/images/brand/img/3.jpg differ
diff --git a/docs/assets/images/brand/img/4.jpg b/docs/assets/images/brand/img/4.jpg
new file mode 100644
index 0000000..e487cb7
Binary files /dev/null and b/docs/assets/images/brand/img/4.jpg differ
diff --git a/docs/assets/images/brand/img/5.jpg b/docs/assets/images/brand/img/5.jpg
new file mode 100644
index 0000000..a100885
Binary files /dev/null and b/docs/assets/images/brand/img/5.jpg differ
diff --git a/docs/assets/images/brand/img/6.jpg b/docs/assets/images/brand/img/6.jpg
new file mode 100644
index 0000000..28e03f1
Binary files /dev/null and b/docs/assets/images/brand/img/6.jpg differ
diff --git a/docs/assets/images/brand/light/1.png b/docs/assets/images/brand/light/1.png
new file mode 100644
index 0000000..b872669
Binary files /dev/null and b/docs/assets/images/brand/light/1.png differ
diff --git a/docs/assets/images/brand/light/2.png b/docs/assets/images/brand/light/2.png
new file mode 100644
index 0000000..5aad682
Binary files /dev/null and b/docs/assets/images/brand/light/2.png differ
diff --git a/docs/assets/images/brand/light/3.png b/docs/assets/images/brand/light/3.png
new file mode 100644
index 0000000..f52dd8c
Binary files /dev/null and b/docs/assets/images/brand/light/3.png differ
diff --git a/docs/assets/images/logo.png b/docs/assets/images/logo.png
index 3713631..9c2c334 100644
Binary files a/docs/assets/images/logo.png and b/docs/assets/images/logo.png differ
diff --git a/docs/index.md b/docs/index.md
index 00a5a89..6ef1a57 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -8,7 +8,8 @@ hide:
- footer
---
-
+{ width="300" }
+{ width="300" }
GNU/Linux 一键更换系统软件源脚本
diff --git a/mkdocs.yml b/mkdocs.yml
index 0b26233..ff00eb3 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,14 +2,14 @@ site_name: LinuxMirrors
repo_name: SuperManito/LinuxMirrors
repo_url: https://github.com/SuperManito/LinuxMirrors
edit_uri: edit/main/docs/
-copyright: "Copyright © 2023 SuperManito "
+copyright: 'Copyright © 2023 SuperManito
'
theme:
+ logo: assets/images/logo.png
name: material
custom_dir: docs/theme
language: zh
favicon: assets/favicon.ico
icon:
- logo: material/linux
repo: fontawesome/brands/github
edit: material/file-document-edit-outline
view: material/file-eye-outline
@@ -77,13 +77,13 @@ extra:
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
- note: >-
+ note: >-
感谢反馈!使用反馈表单帮助我们改进此页面。
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc:
- permalink: '#'
+ permalink: "#"
permalink_title: 永久链接
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
@@ -133,14 +133,14 @@ plugins:
- tags
- glightbox
nav:
- - '介绍': index.md
- - '软件源': mirrors/index.md
- - '使用方法':
- - '使用方法': use/index.md
- - '常见问题': use/help.md
- - '执行流程': use/execution-flow.md
- - '未启用源': use/not-enabled.md
- - '高级用法':
- - '命令选项': use/command-options.md
- - '其它工具': other/index.md
- - '社区': community/index.md
+ - "介绍": index.md
+ - "软件源": mirrors/index.md
+ - "使用方法":
+ - "使用方法": use/index.md
+ - "常见问题": use/help.md
+ - "执行流程": use/execution-flow.md
+ - "未启用源": use/not-enabled.md
+ - "高级用法":
+ - "命令选项": use/command-options.md
+ - "其它工具": other/index.md
+ - "社区": community/index.md
diff --git a/requirements.txt b/requirements.txt
index 5f39e1e..a5e7f05 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
-mkdocs-material==9.4.5
+mkdocs-material==9.4.6
mkdocs-glightbox==0.3.4
mkdocs-exclude-search==0.6.5
\ No newline at end of file