diff --git a/book.json b/book.json index e8501a2..14548fe 100644 --- a/book.json +++ b/book.json @@ -12,6 +12,9 @@ "website": "styles/website.css" }, "plugins": [ + "favicon", + "anchors", + "3-ba", "-fontsettings", "github", "edit-link", @@ -24,6 +27,17 @@ "search-pro" ], "pluginsConfig": { + "favicon": { + "shortcut": "/images/favicon.ico", + "bookmark": "/images/favicon.png", + "appleTouch": "/images/favicon.png", + "appleTouchMore": { + "56x56": "/images/favicon.png" + } + }, + "3-ba": { + "token": "05e74883e1b59d73b500efaacbf8ce69" + }, "github": { "url": "https://github.com/Nick233333/gitbook" }, diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 0000000..4303640 Binary files /dev/null and b/images/favicon.ico differ diff --git a/images/favicon.png b/images/favicon.png new file mode 100644 index 0000000..4303640 Binary files /dev/null and b/images/favicon.png differ