更新logo

This commit is contained in:
SuperManito
2023-10-27 06:53:33 +08:00
parent c62e736b6c
commit fed82a9e66
18 changed files with 22 additions and 18 deletions

View File

@@ -5,9 +5,12 @@
</p>
<p align="center">
<strong>
GNU/Linux 一键更换系统软件源脚本
LinuxMirrors
</strong>
</p>
<p align="center">
GNU/Linux 一键更换系统软件源脚本
</p>
<p align="center">
<strong>
<a href="https://linuxmirrors.cn">官方网站</a>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View File

@@ -8,7 +8,8 @@ hide:
- footer
---
![](/assets/images/logo.png)
![](/assets/images/brand/light/2.png#only-light){ width="300" }
![](/assets/images/brand/dark/2.png#only-dark){ width="300" }
GNU/Linux 一键更换系统软件源脚本

View File

@@ -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 &copy; 2023 <a href=\"https://github.com/SuperManito\" target=\"_blank\"> SuperManito</a> <a href=\"https://www.netlify.com\" target=\"_blank\"><img height=\"64\" width=\"64\" src=\"/assets/images/icon/netlify.svg\" style=\"vertical-align: -0.6em\"></a>"
copyright: 'Copyright &copy; 2023 <a href="https://github.com/SuperManito" target="_blank"> SuperManito</a> <a href="https://www.netlify.com" target="_blank"><img height="64" width="64" src="/assets/images/icon/netlify.svg" style="vertical-align: -0.6em"></a>'
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: >-
感谢反馈!使用<a href="https://github.com/SuperManito/LinuxMirrors/issues" target="_blank" rel="noopener">反馈表单</a></br>帮助我们改进此页面。
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

View File

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