158 lines
3.9 KiB
JSON
158 lines
3.9 KiB
JSON
{
|
||
"title": "python3小白课笔记",
|
||
"author": "雪山凌狐",
|
||
"description": "python3小白课,让你不再惧怕python的入门学习",
|
||
"language": "zh-hans",
|
||
"gitbook": "3.2.3",
|
||
"styles": {
|
||
"website": "/css/website.css"
|
||
},
|
||
"structure": {
|
||
"readme": "README.md",
|
||
"summary": "CATALOG_FOR_GITBOOK.md"
|
||
},
|
||
"links": {
|
||
"sidebar": {
|
||
"雪山凌狐教程": "http://fox-9.com"
|
||
}
|
||
},
|
||
"plugins": [
|
||
"favicon",
|
||
"-search",
|
||
"-lunr",
|
||
"-sharing",
|
||
"-livereload",
|
||
"-highlight",
|
||
"prism",
|
||
"prism-themes",
|
||
"fontsettings",
|
||
"back-to-top-button",
|
||
"expandable-chapters-small",
|
||
"code",
|
||
"search-pro",
|
||
"splitter",
|
||
"donate",
|
||
"tbfed-pagefooter",
|
||
"pageview-count",
|
||
"auto-scroll-table",
|
||
"lightbox",
|
||
"anchor-navigation-ex",
|
||
"sitemap-general",
|
||
"ad",
|
||
"image-captions",
|
||
"autotheme",
|
||
"advanced-emoji",
|
||
"flexible-alerts",
|
||
"statistics",
|
||
"push-bd"
|
||
],
|
||
"pluginsConfig": {
|
||
"favicon": {
|
||
"shortcut": "/assets/favicon.ico",
|
||
"bookmark": "/assets/favicon.ico"
|
||
},
|
||
"donate": {
|
||
"wechat": "/python3xiaobaike/assets/wechatpay-code.jpg",
|
||
"alipay": "/python3xiaobaike/assets/alipay-code.jpg",
|
||
"title": "",
|
||
"button": "赏",
|
||
"alipayText": "支付宝打赏",
|
||
"wechatText": "微信打赏"
|
||
},
|
||
"tbfed-pagefooter": {
|
||
"copyright": "Copyright © <a href='http://fox-9.com'>雪山凌狐教程</a>",
|
||
"modify_label": "该文件修订时间:",
|
||
"modify_format": "YYYY-MM-DD HH:mm:ss"
|
||
},
|
||
"prism": {
|
||
"css": [
|
||
"prism-themes/themes/prism-material-light.css"
|
||
]
|
||
},
|
||
"anchor-navigation-ex": {
|
||
"showLevel": false,
|
||
"showGoTop": false,
|
||
"float": {
|
||
"showLevelIcon": true,
|
||
"level1Icon": "fa fa-hand-o-right",
|
||
"level2Icon": "fa fa-hand-o-right",
|
||
"level3Icon": "fa fa-hand-o-right"
|
||
}
|
||
},
|
||
"sitemap-general": {
|
||
"prefix": "http://doc.fox-9.com/python3xiaobaike/"
|
||
},
|
||
"autotheme": {
|
||
"white": [
|
||
25,
|
||
25,
|
||
25,
|
||
25,
|
||
25,
|
||
25,
|
||
25,
|
||
25
|
||
],
|
||
"sepia": [
|
||
25,
|
||
25,
|
||
25,
|
||
25,
|
||
25,
|
||
25
|
||
],
|
||
"night": [
|
||
20,
|
||
21,
|
||
22,
|
||
23,
|
||
0,
|
||
1,
|
||
2,
|
||
3,
|
||
4,
|
||
5,
|
||
6,
|
||
7,
|
||
8,
|
||
9,
|
||
10,
|
||
11,
|
||
12,
|
||
13,
|
||
14,
|
||
15,
|
||
16,
|
||
17,
|
||
18,
|
||
19
|
||
]
|
||
},
|
||
"image-captions": {
|
||
"caption": "_CAPTION_"
|
||
},
|
||
"flexible-alerts": {
|
||
"style": "flat",
|
||
"note": {
|
||
"label": "说明"
|
||
},
|
||
"tip": {
|
||
"label": "提示"
|
||
},
|
||
"warning": {
|
||
"label": "警告"
|
||
},
|
||
"danger": {
|
||
"label": "注意"
|
||
},
|
||
"question": {
|
||
"label": "问题",
|
||
"icon": "fa fa-question-circle",
|
||
"className": "question"
|
||
}
|
||
},
|
||
"statistics": {
|
||
"bd_token": "605d1993c133629d69ab2701f78d9690"
|
||
}
|
||
}
|
||
} |