diff --git a/docs/liuyanban.md b/docs/liuyanban.md
index 1c5f9c0..5cc9a75 100644
--- a/docs/liuyanban.md
+++ b/docs/liuyanban.md
@@ -5,7 +5,7 @@ hide:
# - toc #显示左
- footer
- feedback
-comments: true
+comments: false
---
# 畅所欲言
@@ -28,3 +28,90 @@ comments: true
-->
+
+
+
+
+ 评论系统切换
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index ed29ffb..c7456e8 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -164,7 +164,23 @@ extra:
plugins:
- search #搜索配置
- - glightbox
+ - glightbox:
+ enabled: !ENV [CI, false]
+ touchNavigation: true
+ loop: false
+ effect: fade
+ slide_effect: slide
+ width: 100%
+ height: auto
+ zoomable: true
+ draggable: true
+ skip_classes:
+ - custom-skip-class-name
+ auto_caption: false
+ caption_position: bottom
+ background: white
+ shadow: true
+ manual: false
- git-committers:
enabled: !ENV [CI, false]
repository: Wcowin/Mkdocs-Wcowin