diff --git a/tone-page-web/components/app-sidebar.tsx b/tone-page-web/components/app-sidebar.tsx index e94ec71..511940c 100644 --- a/tone-page-web/components/app-sidebar.tsx +++ b/tone-page-web/components/app-sidebar.tsx @@ -4,6 +4,7 @@ import * as React from "react" import { CloudUpload, Inbox, + Mail, Server, SquareTerminal, UsersRound, @@ -60,6 +61,29 @@ const data = { }, ], }, + { + title: "邮件系统", + url: "/console/mail", + icon: Mail, + items: [ + { + title: "收件箱", + url: "/console/mail/inbox", + }, + { + title: "已发送", + url: "/console/mail/sent", + }, + { + title: "发送邮件", + url: "/console/mail/send", + }, + { + title: "邮件管理", + url: "/console/mail/manage" + } + ], + }, { title: "文件存储", url: "/console/storage",