forked from Darkrai9x/LeechText
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setting.json
41 lines (41 loc) · 2.65 KB
/
setting.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
{
"other": {
"workspace": "E:\\LeechText",
"theme_color": "#263238",
"calibre": "",
"kindlegen": "",
"trash": [
{
"src": "^Ch..ng \\d+.*?\\n",
"replace": false,
"tip": "Xóa chương trùng",
"to": ""
}
]
},
"connection": {
"num_conn": "5",
"re_conn": "3",
"delay": "100",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36",
"time_out": "30000"
},
"style": {
"txt": {
"checked": false,
"value": "[1][NAME][1]\n[2][AUTHOR][2]\n[3][NAME_PART][3]\n[4][NAME_CHAP][4]\n\n[5][PARAGRAPH][5]"
},
"css": {
"checked": false,
"value": ".header {\n font-size: 200%;\n font-weight: bold;\n margin: 0 0 5px;\n text-transform: uppercase;\n text-align: center;\n color: #73562D;\n text-shadow: 0px 0px 1px #000;\n}\n\n\n.author {\n font-size: 100%;\n text-align: center;\n color: #8c8e6f;\n text-shadow: 0px 0px 1px #8c8e6f;\n}\n\n.chap, .part {\n font-size: 150%;\n font-weight: bold;\n text-align: center;\n text-shadow: 0px 0px 1px #000;\n}\n\n.tho {\n font-style: italic;\n margin-top: -0.5em;\n font-size: 85%;\n}\n\nh4 {\n text-align: center;\n color: #666633;\n text-shadow: 0px 0px 1px #000;\n}\n\np {\n text-indent: 20pt;\n line-height: 140%;\n font-size: 100%;\n}\n\n.ebook {\n color: #888;\n font-style: italic;\n font-size: 75%;\n text-align: right;\n}\n\n.lv-1 {\n font-size: 150%;\n font-weight: bold;\n line-height: 140%;\n text-indent: 20pt;\n margin-left: 0em;\n}\n\n.lv-2 {\n line-height: 120%;\n text-indent: 10pt;\n font-size: 75%;\n margin-left: 2em;\n}\n\na {\n color: #666633;\n}\n\n.drop {\n font-size: 150%;\n font-weight: bold;\n}"
},
"html": {
"checked": false,
"value": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\"\n \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <title>[4][NAME_CHAP][4]<\/title>\n <link href=\"../stylesheet.css\" rel=\"stylesheet\" type=\"text/css\" />\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<\/head>\n\n<body>\n[1]<div class=\"header\" id=\"toc-[ID]\">[NAME]<\/div>[1]\n[2]<div class=\"author\">[AUTHOR]<\/div>[2]\n[3]<div class=\"part\">[NAME_PART]<\/div>[3]\n[4]<h4>[NAME_CHAP]<\/h4>[4]\n[5]<p>[PARAGRAPH]<\/p>[5]\n<\/body>\n<\/html>\n"
},
"dropcaps": {
"checked": false,
"value": "<span class=\"drop\">[DROP]<\/span>"
}
}
}