From 4e95a88b28dced975647a1787f6c862ad4d5388b Mon Sep 17 00:00:00 2001
From: trphoenix <spd260@126.com>
Date: 星期日, 13 四月 2025 17:30:05 +0800
Subject: [PATCH] add plugs and scp sh bat

---
 docs/book.json |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/docs/book.json b/docs/book.json
index 3ef5e65..05a939e 100644
--- a/docs/book.json
+++ b/docs/book.json
@@ -1,8 +1,10 @@
 {
-    "plugins": [
-      "pdf",
-      "epub",
-      "mobi"
-    ]
+  "plugins": ["fontsettings", "highlight", "toc",   "lunr"],
+  "pluginsConfig": {
+    "fontsettings": {
+      "theme": "white",
+      "family": "sans",
+      "size": 2
+    }
   }
-  
\ No newline at end of file
+}

--
Gitblit v1.8.0