first commit

This commit is contained in:
2024-04-19 13:52:52 +07:00
parent 71a3a661dc
commit 653fb257b8
2 changed files with 359 additions and 114 deletions

View File

@@ -875,23 +875,23 @@ export const MenuSettingsConfig: MenuConfig = {
]
}
},
{
title: 'Templates',
icon: 'la-television',
page: 'null',
submenu: {
items: [
{
title: 'Horizontal',
page: 'null'
},
{
title: 'Vertical',
page: 'null'
},
]
}
},
// {
// title: 'Templates',
// icon: 'la-television',
// page: 'null',
// submenu: {
// items: [
// {
// title: 'Horizontal',
// page: 'null'
// },
// {
// title: 'Vertical',
// page: 'null'
// },
// ]
// }
// },
{ section: 'APPS', icon: 'la-ellipsis-h' },
{