|
|
@ -6,7 +6,7 @@
|
|
|
|
<title>读尽天下源码,心中自然无码</title>
|
|
|
|
<title>读尽天下源码,心中自然无码</title>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
<meta name="keywords" content="doc,docs,doocs,documentation,github,gitee,source-code-hunter,AmyliaY" />
|
|
|
|
<meta name="keywords" content="doc,docs,doocs,documentation,github,gitee,source-code-hunter,AmyliaY" />
|
|
|
|
<meta name="description" content="读尽天下源码,心中自然无码,《源码猎人》项目维护者:云之君" />
|
|
|
|
<meta name="description" content="读尽天下源码,心中自然无码——源码猎人" />
|
|
|
|
<meta name="viewport"
|
|
|
|
<meta name="viewport"
|
|
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
|
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
|
|
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css" />
|
|
|
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css" />
|
|
|
@ -122,11 +122,8 @@
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
hook.afterEach(function (html) {
|
|
|
|
hook.afterEach(function (html) {
|
|
|
|
const footer = [
|
|
|
|
const currentYear = new Date().getFullYear()
|
|
|
|
"<footer>",
|
|
|
|
const footer = `<footer><span>Copyright © 2018-${currentYear} <a href="https://github.com/doocs" target="_blank">Doocs</a>. All Rights Reserved.</footer>`
|
|
|
|
'<span>Copyright © 2018-2021 <a href="https://github.com/doocs" target="_blank">Doocs</a>. All rights reserved.',
|
|
|
|
|
|
|
|
"</footer>",
|
|
|
|
|
|
|
|
].join("");
|
|
|
|
|
|
|
|
return html + footer;
|
|
|
|
return html + footer;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|