mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-11-30 11:08:58 +08:00
[build] 4.2.4
This commit is contained in:
parent
b8dd346baf
commit
abb0f6019f
@ -1,6 +1,6 @@
|
||||
![logo](_media/icon.svg)
|
||||
|
||||
# docsify <small>4.2.3</small>
|
||||
# docsify <small>4.2.4</small>
|
||||
|
||||
> A magical documentation site generator.
|
||||
|
||||
|
@ -3319,7 +3319,7 @@ function initRender (vm) {
|
||||
|
||||
if (config.themeColor) {
|
||||
$.head.appendChild(
|
||||
create('div', theme(config.themeColor)).getRootNode()
|
||||
create('div', theme(config.themeColor)).firstElementChild
|
||||
);
|
||||
// Polyfll
|
||||
cssVars(config.themeColor);
|
||||
@ -3802,7 +3802,7 @@ initGlobalAPI();
|
||||
/**
|
||||
* Version
|
||||
*/
|
||||
Docsify.version = '4.2.3';
|
||||
Docsify.version = '4.2.4';
|
||||
|
||||
/**
|
||||
* Run Docsify
|
||||
|
4
lib/docsify.min.js
vendored
4
lib/docsify.min.js
vendored
File diff suppressed because one or more lines are too long
@ -37,5 +37,5 @@
|
||||
"integrity": "sha1-6DWIAbhrg7F1YNTjw4LXrvIQCUQ="
|
||||
}
|
||||
},
|
||||
"version": "4.2.3"
|
||||
"version": "4.2.4"
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docsify-server-renderer",
|
||||
"version": "4.2.3",
|
||||
"version": "4.2.4",
|
||||
"description": "docsify server renderer",
|
||||
"author": {
|
||||
"name": "qingwei-li",
|
||||
|
Loading…
Reference in New Issue
Block a user