add app management page

This commit is contained in:
xue jiahao
2024-11-11 11:31:44 +08:00
parent f5b5607297
commit 1028327a37
3 changed files with 105 additions and 4 deletions

View File

@@ -47,11 +47,18 @@ const essentialLinks: EssentialLinkProps[] = [
link: '/',
target: '_self'
},
// {
// title: 'フローエディター',
// caption: 'イベントを設定する',
// icon: 'account_tree',
// link: '/#/FlowChart',
// target: '_self'
// },
{
title: 'フローエディター',
caption: 'イベントを設定する',
icon: 'account_tree',
link: '/#/FlowChart',
title: 'アプリ管理',
caption: 'アプリを管理する',
icon: 'widgets',
link: '/#/app',
target: '_self'
},
// {