Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 0ca06ec

Browse files
committed
update file
1 parent 0fa0d96 commit 0ca06ec

File tree

2 files changed

+48
-17
lines changed

2 files changed

+48
-17
lines changed

dist/assets/js/listr.min.js

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/config.json

Lines changed: 44 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"enable_sort": true,
99
"enable_viewer": true,
1010
"enable_search": true,
11-
"enable_highlight": false,
11+
"enable_highlight": true,
1212
"auto_highlight": true,
1313
"autofocus_search": false,
1414
"share_button": false,
@@ -19,21 +19,22 @@
1919
"virtual_maxsize": 256,
2020
"custom_title": null,
2121
"read_chunks": false,
22+
"process_checksum": false,
2223
"give_kudos": true
2324
},
2425
"assets": {
2526
"jquery_js": "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js",
2627
"jquery_map": "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.map",
27-
"bootstrap_css": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css",
28-
"bootstrap_js": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js",
29-
"bootswatch_css": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.5/%theme%/bootstrap.min.css",
30-
"m8tro_css": "https://cdn.jsdelivr.net/bootstrap.m8tro/3.3.5/m8tro.min.css",
31-
"font_awesome": "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css",
28+
"bootstrap_css": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css",
29+
"bootstrap_js": "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js",
30+
"bootswatch_css": "https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.6/%theme%/bootstrap.min.css",
31+
"m8tro_css": "https://cdn.jsdelivr.net/bootstrap.m8tro/3.3.6/m8tro.min.css",
32+
"font_awesome": "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css",
3233
"google_font": null,
3334
"stupid_table": "https://cdnjs.cloudflare.com/ajax/libs/stupidtable/0.0.1/stupidtable.min.js",
3435
"jquery_searcher": "https://cdnjs.cloudflare.com/ajax/libs/jquery-searcher/0.2.0/jquery.searcher.min.js",
35-
"highlight_js": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/highlight.min.js",
36-
"highlight_css": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/%theme%.min.css",
36+
"highlight_js": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.0.0/highlight.min.js",
37+
"highlight_css": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.0.0/styles/%theme%.min.css",
3738
"bootlint": "https://maxcdn.bootstrapcdn.com/bootlint/latest/bootlint.min.js",
3839
"append_css": [
3940
null
@@ -47,7 +48,7 @@
4748
"body_style": null,
4849
"container_style": null,
4950
"table_style": "table-hover",
50-
"breadcrumb_style": null,
51+
"navbar_style": null,
5152
"responsive_table": true,
5253
"sticky_footer": false,
5354
"modal_style": "modal-lg",
@@ -63,24 +64,45 @@
6364
"tablerow_files": null,
6465
"hidden_files_row": "text-muted",
6566
"hidden_files_link": "text-muted",
67+
"checksum_label": "label-default",
6668
"theme": "default",
67-
"icons": "glyphicons",
68-
"fontawesome_style": "fa-fw"
69+
"icons": "fa",
70+
"fontawesome_style": ""
6971
},
7072
"viewer": {
7173
"alt_load": false,
7274
"audio": "m4a,mp3,oga,ogg,webma,wav",
7375
"image": "gif,ico,jpe,jpeg,jpg,png,svg,webp",
7476
"pdf": "pdf",
7577
"quicktime": "3g2,3gp,3gp2,3gpp,mov,qt",
76-
"source": "atom,bat,cmd,coffee,css,hml,js,json,less,markdown,md,php,pl,py,rb,rss,sass,scpt,scss,sh,xml,yml",
78+
"source": "atom,bat,cmd,coffee,css,hml,js,json,less,markdown,md,php,pl,py,rb,rss,sass,scpt,scss,sh,ts,xml,yml",
7779
"text": "txt",
7880
"video": "mp4,m4v,ogv,webm",
7981
"virtual": "flickr,soundcloud,vimeo,youtube",
8082
"website": "htm,html,mhtm,mhtml,xhtm,xhtml"
8183
},
8284
"highlight": {
83-
"theme": "github"
85+
"theme": "github",
86+
"languages": [
87+
"applescript",
88+
"bash",
89+
"coffeescript",
90+
"css",
91+
"dos",
92+
"haml",
93+
"javascript",
94+
"json",
95+
"less",
96+
"markdown",
97+
"perl",
98+
"php",
99+
"python",
100+
"ruby",
101+
"scss",
102+
"typescript",
103+
"xml",
104+
"yaml"
105+
]
84106
},
85107
"keys": {
86108
"dropbox": null,
@@ -104,7 +126,7 @@
104126
"image": null
105127
},
106128
"columns": {
107-
"count": false,
129+
"count": true,
108130
"size": true,
109131
"age": true
110132
},
@@ -138,6 +160,14 @@
138160
".jshintrc",
139161
".npmignore"
140162
],
163+
"checksum_files": [
164+
"shasum",
165+
"sha1sum",
166+
"sha224sum",
167+
"sha256sum",
168+
"sha384sum",
169+
"sha512sum"
170+
],
141171
"debug": {
142172
"bootlint": false
143173
}

0 commit comments

Comments
 (0)