diff --git a/doc/source/doc.js b/doc/source/doc.js index 279cb171..6630a1f3 100644 --- a/doc/source/doc.js +++ b/doc/source/doc.js @@ -108,7 +108,7 @@ const doc = (isDev, callback) => { // 组件文档 CATES.forEach((c) => { const components = getComponents(c.cate).filter((comp) => { - if (isDev && !/^KL(Sidebar|Upload|Menu|Button|Table|Select|MultiSelect)$/.test(comp)) { + if (isDev && !/^KL(Sidebar|Modal|Draggable|Button|Loading|ImagePreview)$/.test(comp)) { return false; } diff --git a/doc/themes/nekui/layout/index.ejs b/doc/themes/nekui/layout/index.ejs index 48797944..ed9143a2 100644 --- a/doc/themes/nekui/layout/index.ejs +++ b/doc/themes/nekui/layout/index.ejs @@ -88,7 +88,7 @@ $(document).ready(function() { 'background': '#1D2E45 url(//haitao.nos.netease.com/056f5787-daa5-4a46-8eb4-d662eb6c7618.jpg) no-repeat scroll right bottom'}); $('.m-section1').addClass('loaded'); }; - earth.src = 'http://haitao.nos.netease.com/056f5787-daa5-4a46-8eb4-d662eb6c7618.jpg'; + earth.src = '//haitao.nos.netease.com/056f5787-daa5-4a46-8eb4-d662eb6c7618.jpg'; var $header = $('#header'), $logo = $('#logo'), diff --git a/doc/themes/nekui/layout/layout.ejs b/doc/themes/nekui/layout/layout.ejs index 9c1fe111..b23e3651 100644 --- a/doc/themes/nekui/layout/layout.ejs +++ b/doc/themes/nekui/layout/layout.ejs @@ -15,6 +15,8 @@ + + <% if (isIndex) { %> diff --git a/src/js/components/notice/KLModal/index.html b/src/js/components/notice/KLModal/index.html index f0fa4430..ae0fab63 100644 --- a/src/js/components/notice/KLModal/index.html +++ b/src/js/components/notice/KLModal/index.html @@ -1,13 +1,13 @@ -
-