Skip to content

Commit

Permalink
website: update menu data.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 29, 2022
1 parent 91a1a35 commit 1966604
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion website/src/menu.json
Expand Up @@ -89,6 +89,14 @@
"name": "Markdown Preview",
"path": "https://uiwjs.github.io/react-markdown-preview/"
},
{
"name": "Keywords",
"path": "https://uiwjs.github.io/react-keywords"
},
{
"name": "Only When",
"path": "https://uiwjs.github.io/react-only-when"
},
{ "divider": true, "name": "导航" },
{ "name": "Affix 图钉", "path": "affix" },
{ "name": "Breadcrumb 面包屑", "path": "breadcrumb" },
Expand All @@ -97,6 +105,10 @@
{ "name": "Pagination 分页", "path": "pagination" },
{ "name": "Steps 步骤条", "path": "steps" },
{ "name": "Tabs 标签页", "path": "tabs" },
{
"name": "Tabs Draggable",
"path": "https://uiwjs.github.io/react-tabs-draggable"
},
{ "divider": true, "name": "反馈" },
{ "name": "Overlay 基础弹出层", "path": "overlay" },
{ "name": "OverlayTrigger 基础弹出触发", "path": "overlay-trigger" },
Expand Down Expand Up @@ -139,14 +151,46 @@
"name": "MonacoEditor 代码编辑器",
"path": "https://jaywcjlove.github.io/react-monacoeditor/"
},
{ "divider": true, "name": "其它" },
{
"name": "Code Preview Layout",
"path": "https://uiwjs.github.io/react-code-preview-layout"
},
{ "name": "BackTop 返回顶部", "path": "back-top" },
{ "divider": true, "name": "其它" },
{
"name": "BackToTop 返回顶部",
"path": "https://uiwjs.github.io/react-back-to-top"
},
{ "name": "CopyToClipboard 复制", "path": "copy-to-clipboard" },
{ "name": "Portal 入口", "path": "portal" },
{
"name": "Github Corners",
"path": "https://uiwjs.github.io/react-github-corners/"
},
{
"name": "Prismjs",
"path": "https://uiwjs.github.io/react-prismjs"
},
{
"name": "Clock",
"path": "https://uiwjs.github.io/react-clock"
},
{
"name": "Mac Keyboard",
"path": "https://uiwjs.github.io/react-mac-keyboard/"
},
{
"name": "Domain Verify",
"path": "https://uiwjs.github.io/react-domain-verify"
},
{
"name": "Shields",
"path": "https://uiwjs.github.io/react-shields"
},
{
"name": "Codepen",
"path": "https://uiwjs.github.io/react-codepen/"
},
{
"name": "Only When",
"path": "https://uiwjs.github.io/react-only-when/"
Expand Down

0 comments on commit 1966604

Please sign in to comment.