File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 14
14
< link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify/lib/themes/dark.css " title ="dark " disabled >
15
15
< link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css " title ="buble " disabled >
16
16
< link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify/lib/themes/pure.css " title ="pure " disabled >
17
+
17
18
< script src ="//cdn.jsdelivr.net/npm/docsify-plugin-codefund/index.js "> </ script >
19
+ < link rel ="
stylesheet "
href ="
//cdn.jsdelivr.net/npm/[email protected] /dist/style.css "
/>
18
20
< style >
19
21
nav .app-nav li ul {
20
22
min-width : 100px ;
62
64
'/' : 'Search'
63
65
}
64
66
} ,
67
+ darkMode : {
68
+ light : {
69
+ toggleBtnBg : '#42b983'
70
+ }
71
+ } ,
65
72
formatUpdated : '{MM}/{DD} {HH}:{mm}' ,
66
73
plugins : [
67
74
function ( hook , vm ) {
92
99
< script src ="//cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js "> </ script >
93
100
< script src ="//cdn.jsdelivr.net/npm/prismjs/components/prism-markdown.min.js "> </ script >
94
101
< script src ="//cdn.jsdelivr.net/npm/prismjs/components/prism-nginx.min.js "> </ script >
95
-
102
+ < script src =" https://cdn.jsdelivr.net/npm/[email protected] /dist/index.js " > </ script >
96
103
< script >
97
104
( ( window . gitter = { } ) . chat = { } ) . options = {
98
105
room : 'docsifyjs/Lobby'
You can’t perform that action at this time.
0 commit comments