diff --git a/README.md b/README.md
index e3497df..4e672a4 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@
Fedora |
- 30 ~ 38 |
+ 30 ~ 39 |
CentOS |
diff --git a/docs/index.md b/docs/index.md
index 6ef1a57..b90e299 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -45,7 +45,7 @@ GNU/Linux 一键更换系统软件源脚本
Fedora |
- 30 ~ 38 |
+ 30 ~ 39 |
CentOS |
diff --git a/docs/use/index.md b/docs/use/index.md
index dd96f3d..9a203ab 100644
--- a/docs/use/index.md
+++ b/docs/use/index.md
@@ -7,7 +7,7 @@ hide:
> 建议在使用前确认目标镜像站是否支持您正在使用的操作系统
-=== ":material-home: 国内使用(默认)"
+=== ":material-home: 中国大陆(默认)"
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh)
@@ -27,7 +27,7 @@ hide:
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)
```
-=== ":material-school: 国内教育网使用"
+=== ":material-school: 中国大陆教育网"
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu # (1)!
@@ -49,7 +49,7 @@ hide:
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu
```
-=== ":octicons-globe-16: 海外使用"
+=== ":octicons-globe-16: 海外地区"
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad # (1)!
diff --git a/requirements.txt b/requirements.txt
index a5e7f05..ac1969d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
-mkdocs-material==9.4.6
-mkdocs-glightbox==0.3.4
-mkdocs-exclude-search==0.6.5
\ No newline at end of file
+mkdocs-material==9.5.2
+mkdocs-glightbox==0.3.5
+mkdocs-exclude-search==0.6.6
\ No newline at end of file