-
Notifications
You must be signed in to change notification settings - Fork 2
/
book.json
130 lines (130 loc) · 3.9 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"root": "./docs",
"title": "DeekeScript",
"language": "zh-hans",
"description": "描述",
"website": "https://doc.deeke.top/",
"keywords": "DeekeScript, 嘀客, Deeke",
"published": "04/12/2024",
"author": "miniphper",
"copyright": "DeekeScript",
"plugins": [
"gtalk",
"hints",
"-theme-creative",
"theme-comscore",
"-sidebar-ad",
"intopic-toc",
"sharing",
"exercises",
"@honkit/honkit-plugin-ga",
"sitemap",
"expandable-chapters",
"chapter-fold",
"hide-published-with",
"edit-link",
"echarts",
"copy-code-button",
"-highlight",
"prism",
"back-to-top-button",
"-lunr",
"-search",
"search-pro",
"-insert-logo",
"tbfed-pagefooter"
],
"pluginsConfig": {
"myseo":{
"titlePrefix": "DeekeScript",
"titleSuffix": "DeekeScript",
"description": "DeekeScript是一款基于Android无障碍的自动化脚本开发和打包软件。通过DeekeScript提供的接口,可以模拟用户操作、控制Android手机的APP(框架)。并且DeekeScript提供UI支持、接口支持和SaaS卡密系统支持,开发者只需关注业务逻辑。",
"keywords": "DeekeScript,Deeke,按键控制,模拟点击,模拟输入,自动化,脚本,SaaS系统,Android自动化,卡密系统,自动化框架"
},
"gtalk": {
"clientID": "67bf08545b789c1522cd",
"clientSecret": "d04e46d41828ad4c8db0ddc9e4fa8ad785943260",
"repo": "deekeScriptDoc",
"owner": "miniphper",
"admin": [
"miniphper"
]
},
"tbfed-pagefooter": {
"copyright": "Copyright © script.deeke.top 2024",
"modify_label": "该文章修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"insert-logo": {
"url": "",
"style": "background: none;"
},
"prism": {
"css": [
"prismjs/themes/prism-okaidia.css"
]
},
"ga": {
"trackingID": "G-00000000",
"anonymizeIP": true
},
"intopic-toc": {
"label": "本章主要内容"
},
"edit-link": {
"base": "https://github.com/miniphper/deekScriptDocument",
"label": "在线编辑"
},
"_sidebar-ad": {
"imageUrl": "/weixin.png",
"url": "/weixin.png",
"description": "<div style='line-height:28px;margin-top:-12px;color: #777777;'>你有好的建议?<br/>想寻求技术支持?<br/>请扫码添加微信<br/>添加时请注明来意~</div>"
},
"sitemap": {
"hostname": "https://script.deeke.top/"
},
"sharing": {
"weibo": true,
"qq": true,
"whatsapp": true,
"douban": false,
"facebook": true,
"twitter": true,
"google": true,
"instapaper": false,
"line": false,
"linkedin": true,
"messenger": false,
"pocket": false,
"qzone": false,
"stumbleupon": false,
"viber": false,
"vk": false,
"all": [
"facebook",
"google",
"twitter",
"weibo",
"instapaper",
"linkedin",
"pocket",
"stumbleupon"
]
}
},
"pdf": {
"pageNumbers": true,
"fontSize": 12,
"fontFamily": "Arial",
"margin": {
"right": 62,
"left": 62,
"top": 56,
"bottom": 56
}
},
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
}
}