From 7ae689ef9495232756023f0177683e80615e13aa Mon Sep 17 00:00:00 2001
From: zrlibs <jesting_rr@163.com>
Date: 星期一, 17 三月 2025 15:45:37 +0800
Subject: [PATCH] 增加示例页、组件、样式

---
 src/layout/menu.json |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/src/layout/menu.json b/src/layout/menu.json
index c1baede..94ea0f6 100644
--- a/src/layout/menu.json
+++ b/src/layout/menu.json
@@ -1,5 +1,31 @@
 [
     {
+        "id": "examples",
+        "title": "UI婕旂ず",
+        "isFolder": true,
+        "icon": "ios-apps",
+        "children": [
+            {
+                "id": "example-report",
+                "name": "example-report",
+                "title": "鏁版嵁鎶ヨ〃",
+                "icon": "ios-browsers"
+            },
+            {
+                "id": "example-data-table",
+                "name": "example-data-table",
+                "title": "澧炲垹鏀规煡",
+                "icon": "logo-chrome"
+            },
+            {
+                "id": "example-master-slave",
+                "name": "example-master-slave",
+                "title": "涓讳粠鏁版嵁",
+                "icon": "md-cloud"
+            }
+        ]
+    },
+    {
         "id": "fake-id-1",
         "title": "娴嬭瘯鏂囦欢澶�",
         "isFolder": true,

--
Gitblit v1.9.1