From 59df5eefd4fb5e637760cf268dc7985ad0fc44ab Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Wed, 29 Nov 2023 15:53:41 +0800 Subject: [PATCH] webstie: update menus. --- website/src/menu.json | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/website/src/menu.json b/website/src/menu.json index 7d2a877d72..3ea4d5a0b0 100755 --- a/website/src/menu.json +++ b/website/src/menu.json @@ -56,14 +56,18 @@ { "name": "TreeChecked 树形选择控件", "path": "tree-checked" }, { "name": "Transfer 穿梭框", "path": "transfer" }, { "name": "Textarea 多行文本输入框", "path": "textarea" }, - { - "name": "CSVReader 文件 CSV 输入", - "path": "https://uiwjs.github.io/react-csv-reader/" - }, { "name": "Color 颜色选择器", "path": "https://uiwjs.github.io/react-color/" }, + { + "name": "XML Reader", + "path": "https://uiwjs.github.io/react-xml-reader/" + }, + { + "name": "CSV Reader 文件 CSV 输入", + "path": "https://uiwjs.github.io/react-csv-reader/" + }, { "divider": true, "name": "时间日历" }, { "name": "Calendar 日历", "path": "calendar" }, { "name": "DatePicker 日期选择器", "path": "date-picker" }, @@ -87,7 +91,15 @@ { "name": "Empty 空状态", "path": "empty" }, { "name": "JSONView JSON 预览", - "path": "https://uiwjs.github.io/react-heat-map" + "path": "https://uiwjs.github.io/react-json-view" + }, + { + "name": "IFrame", + "path": "https://uiwjs.github.io/react-iframe" + }, + { + "name": "Signature 签名", + "path": "https://uiwjs.github.io/react-signature" }, { "name": "HeatMap 日历热图", @@ -172,6 +184,15 @@ "name": "BackToTop 返回顶部", "path": "https://uiwjs.github.io/react-back-to-top" }, + { "divider": true, "name": "Hooks" }, + { + "name": "useColorScheme", + "path": "https://uiwjs.github.io/react-use-colorscheme" + }, + { + "name": "useOnline", + "path": "https://uiwjs.github.io/react-use-online" + }, { "divider": true, "name": "其它" }, { "name": "Portal 入口", "path": "portal" }, { "name": "CopyToClipboard 复制", "path": "copy-to-clipboard" },