feat(image): add page

This commit is contained in:
2026-03-16 20:52:26 +08:00
parent 8776d2ea6f
commit 9c72686436
28 changed files with 6325 additions and 37 deletions

View File

@@ -15,15 +15,10 @@ const currentComponentList: MenuItem[] = [
icon: "SystemIcon",
items: [
{
title: "个人项目",
title: "我的项目",
url: "own",
icon: "PersonalMenuIcon",
},
{
title: "项目设置",
url: "setting",
icon: "PersonalMenuIcon",
},
],
},
]