From 741ac4b42840a1aa65671aad7eb853bd10d82dab Mon Sep 17 00:00:00 2001 From: nick Date: Sat, 23 Feb 2019 00:04:24 +0800 Subject: [PATCH] :sparkles: add update time --- book.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/book.json b/book.json index a8cd622..63d7fd2 100644 --- a/book.json +++ b/book.json @@ -25,9 +25,16 @@ "sharing-plus", "search", "search-pro", - "disqus" + "disqus", + "page-footer-ex" ], "pluginsConfig": { + "page-footer-ex": { + "copyright": "[Nick](https://github.com/nick233333)", + "markdown": true, + "update_label": "上次更新", + "update_format": "YYYY-MM-DD HH:mm:ss" + }, "disqus": { "shortName": "gitbook-linux" },