mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-03 07:50:28 +08:00
bug fix
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
window.location.href = 'https://github.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh';
|
||||
</script>
|
||||
</head>
|
||||
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<TITLE>301 Moved</TITLE></HEAD><BODY>
|
||||
<H1>301 Moved</H1>
|
||||
The document has moved
|
||||
<A HREF="https://github.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh">here</A>.
|
||||
</BODY></HTML>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
window.location.href = 'https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh';
|
||||
</script>
|
||||
</head>
|
||||
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<TITLE>301 Moved</TITLE></HEAD><BODY>
|
||||
<H1>301 Moved</H1>
|
||||
The document has moved
|
||||
<A HREF="https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh">here</A>.
|
||||
</BODY></HTML>
|
||||
|
||||
12
mkdocs.yml
12
mkdocs.yml
@@ -27,14 +27,12 @@ theme:
|
||||
quote: octicons/quote-16
|
||||
palette:
|
||||
# Palette toggle for light mode
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
- scheme: default
|
||||
toggle:
|
||||
icon: material/brightness-7
|
||||
icon: material/brightness-7
|
||||
name: Switch to dark mode
|
||||
# Palette toggle for dark mode
|
||||
- media: "(prefers-color-scheme: dark)"
|
||||
scheme: slate
|
||||
- scheme: slate
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: Switch to light mode
|
||||
@@ -60,10 +58,6 @@ extra:
|
||||
social:
|
||||
- icon: fontawesome/brands/github
|
||||
link: https://github.com/SuperManito/LinuxMirrors
|
||||
alternate:
|
||||
- name: 简体中文
|
||||
link: /
|
||||
lang: zh
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
markdown_extensions:
|
||||
|
||||
Reference in New Issue
Block a user