feat(ui): System Tool

This commit is contained in:
web@ppanel
2024-12-16 21:03:37 +07:00
parent 4c67387eab
commit 1836980691
14 changed files with 269 additions and 3 deletions
+5
View File
@@ -74,6 +74,11 @@ export const navs = [
},
],
},
{
title: 'System Tool',
url: '/dashboard/tool',
icon: 'flat-color-icons:info',
},
];
export function findNavByUrl(url: string) {