diff --git a/data/navs.json b/data/navs.json index dbf7836..865d8bb 100644 --- a/data/navs.json +++ b/data/navs.json @@ -1,7 +1,7 @@ [ { - "title": "主页一", - "href": "pages/home.html", + "title": "控制台", + "href": "pages/console.html", "fontFamily": "ok-icon", "icon": "", "isClose": false, @@ -9,10 +9,18 @@ "isCheck": true }, { - "title": "主页二", - "href": "pages/home2.html", - "fontFamily": "layui-icon", - "icon": "" + "title": "控制台示例", + "href": "", + "fontFamily": "ok-icon", + "icon": "", + "spread": false, + "children": [ + { + "title": "控制台一", + "href": "pages/console1.html", + "icon": "" + } + ] }, { "title": "会员管理", @@ -154,6 +162,50 @@ } ] }, + { + "title": "文本编辑", + "href": "", + "icon": "", + "spread": false, + "children": [ + { + "title": "UEditor", + "href": "pages/txtedit/UEditor.html", + "icon": "", + "spread": false + }, + { + "title": "Neditor", + "href": "pages/txtedit/Neditor.html", + "icon": "", + "spread": false + }, + { + "title": "TinyMCE", + "href": "pages/txtedit/TinyMCE.html", + "icon": "", + "spread": false + }, + { + "title": "wangEditor", + "href": "pages/txtedit/wangEditor.html", + "icon": "", + "spread": false + }, + { + "title": "CKEditor", + "href": "pages/txtedit/CKEditor.html", + "icon": "", + "spread": false + }, + { + "title": "layedit", + "href": "pages/txtedit/layedit.html", + "icon": "", + "spread": false + } + ] + }, { "title": "多级导航", "fontFamily": "ok-icon", diff --git a/index.html b/index.html index 37ae899..9d1a6b6 100644 --- a/index.html +++ b/index.html @@ -85,9 +85,9 @@
@@ -115,13 +115,13 @@