forked from xuri/excelize-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
44 lines (44 loc) · 2.89 KB
/
book.json
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
{
"title": "Excelize 简体字文档",
"author": "xuri",
"description": "Go 语言编写的用于操作 Office Excel 文档基础库",
"language": "zh-hans",
"plugins": [
"sharing",
"-lunr",
"-search",
"search-plus",
"language-picker",
"favicon"
],
"pluginsConfig": {
"favicon": {
"shortcut": "https://xuri.me/excelize/images/favicon.ico",
"bookmark": "https://xuri.me/excelize/images/favicon.ico",
"appleTouch": "https://xuri.me/excelize/images/logo_trans_300x300.png",
"appleTouchMore": {
"120x120": "https://xuri.me/excelize/images/apple-touch-icon-120x120.png",
"180x180": "https://xuri.me/excelize/images/apple-touch-icon-180x180.png"
}
}
},
"styles": {
"website": "styles/website.css"
},
"pdf": {
"fontSize": 10,
"pageNumbers": false,
"paperSize": "a4",
"margin": {
"right": 0,
"left": 0,
"top": 0,
"bottom": 0
},
"headerTemplate": null,
"footerTemplate": null
},
"variables": {
"info": "<pre style=\"font-family: inherit; padding: 10px 2%;\"><span style=\"display: table-cell; padding: 12px; width: 24px; height: 24px; line-height: 0;\"><svg xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 44 44\" width=\"24px\" height=\"24px\" fill=\"none\" stroke=\"currentColor\"><circle cx=\"22\" cy=\"22\" r=\"20\" stroke-width=\"2\"></circle><line x1=\"22\" x2=\"22\" y1=\"18\" y2=\"33\" stroke-width=\"3\"></line><line x1=\"22\" x2=\"22\" y1=\"12\" y2=\"15\" stroke-width=\"3\"></line></svg></span><p style=\"display: table-cell; vertical-align: middle; padding: 0; line-height: 16px;\">《Excelize 权威指南》图书出版,网上购买方式:<a href=\"https://www.epubit.com/bookDetails?id=UB88d55b2b00d26\" title=\"在异步社区购买《Excelize 权威指南》图书\" target=\"_blank\">异步社区</a> | <a href=\"https://detail.tmall.com/item.htm?id=818853544894\" title=\"在天猫商城购买《Excelize 权威指南》图书\" target=\"_blank\">天猫</a> | <a href=\"https://item.jd.com/14710146.html\" title=\"在京东购买《Excelize 权威指南》图书\" target=\"_blank\">京东</a> | <a href=\"https://product.dangdang.com/11781983074.html\" title=\"在当当网购买《Excelize 权威指南》图书\" target=\"_blank\">当当</a> | <a href=\"https://j.youzan.com/AYJQXF\" title=\"在微店购买《Excelize 权威指南》图书\" target=\"_blank\">微店</a> | <a href=\"https://v.douyin.com/iMmtmks2\" title=\"在抖音商城购买《Excelize 权威指南》图书\" target=\"_blank\">抖音</a> | <a href=\"https://mobile.yangkeduo.com/goods2.html?ps=w8ZH3afuel\" title=\"在拼多多购买《Excelize 权威指南》图书\" target=\"_blank\">拼多多</a></p></pre>"
}
}