From 11add3c1fa85c593d3db1591047dc97b8ce8fe41 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Tue, 20 May 2025 14:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=82=AE=E4=BB=B6=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tone-page-web/components/app-sidebar.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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",