📝: 更新文档

This commit is contained in:
就眠儀式
2022-07-06 22:24:25 +08:00
parent f3b2d137b3
commit b4e67b46c6
13 changed files with 459 additions and 201 deletions

View File

@@ -372,7 +372,7 @@ const menus = [
{
id: 100,
title: "锚点",
subTitle: "Affix",
subTitle: "affix",
path: "/zh-CN/components/affix",
},
],
@@ -383,7 +383,7 @@ const menus = [
children: [
{
id: 90,
title: "弹层",
title: "模态",
subTitle: "modal",
path: "/zh-CN/components/modal",
},
@@ -411,6 +411,18 @@ const menus = [
subTitle: "drawer",
path: "/zh-CN/components/drawer",
},
{
id: 94,
title: "通知",
subTitle: "notifiy",
path: "/zh-CN/components/notifiy",
},
{
id: 94,
title: "相册",
subTitle: "photo",
path: "/zh-CN/components/photo",
},
],
},
];