Skip to content

Commit

Permalink
webstie: update menus.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 29, 2023
1 parent c07c534 commit 59df5ee
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions website/src/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand All @@ -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 日历热图",
Expand Down Expand Up @@ -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" },
Expand Down

0 comments on commit 59df5ee

Please sign in to comment.