From 2b0b71a06f52848b7a9a0f270e6dfd172d90efe1 Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Sun, 28 Apr 2024 11:04:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu/MenuWithTopButton.tsx | 2 ++ src/route/router.tsx | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/src/components/menu/MenuWithTopButton.tsx b/src/components/menu/MenuWithTopButton.tsx index 28b82fa..12bd97c 100644 --- a/src/components/menu/MenuWithTopButton.tsx +++ b/src/components/menu/MenuWithTopButton.tsx @@ -3,6 +3,7 @@ import {IMenuWithTopButton} from "../../interfaces/menu/IMenuWithTopButton.ts"; export default function MenuWithTopButton(props: IMenuWithTopButton) { const list = props.list.map((item, index) => ( + // 创建项目下三个选项