1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
| { "title": "GitBook", "author" : "echo", "output.name": "site", "description" : "电子书", "language" : "zh-hans", "gitbook" : "3.2.3", "root": ".", "links" : { "sidebar" : { "Home" : "https://zhx2020.github.io" } }, "styles": { "website": "styles/website.css", "ebook": "styles/ebook.css", "pdf": "styles/pdf.css", "mobi": "styles/mobi.css", "epub": "styles/epub.css" }, "plugins": [ "-lunr", "-search", "back-to-top-button", "highlight", "search-plus", "expandable-chapters", "chapter-fold", "splitter", "-prism", "github", "github-buttons", "tbfed-pagefooter", "edit-link", "copy-code-button", "simple-page-toc", "anchor-navigation-ex" ], "pluginsConfig": { "theme-default": { "showLevel": false }, "prism": { "css": [ "prism-themes/themes/prism-base16-ateliersulphurpool.light.css" ] }, "github": { "url": "https://github.com/zhx2020" }, "github-buttons": { "repo": "zhx2020/gitbook", "types": [ "star", "watch", "fork" ], "size": "small" }, "tbfed-pagefooter": { "copyright":"Copyright © zhx2020.github.io 2020", "modify_label": "该文件修订时间:", "modify_format": "YYYY-MM-DD HH:mm:ss" }, "edit-link": { "base": "https://github.com/zhx2020/gitbook/edit/master", "label": "Edit This Page" }, "simple-page-toc": { "maxDepth": 3, "skipFirstH1": true }, "anchor-navigation-ex": { "showLevel": false, "showGoTop": false } } }
|