hsuehchiahao
2024-11-11 11:20:36 +00:00
committed by 小哲 馬
6 changed files with 127 additions and 29 deletions

View File

@@ -49,11 +49,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'
},
// {