feat: 完成代码编写

This commit is contained in:
2025-08-08 23:07:54 -07:00
parent aead2ff68f
commit 2ee4121308
25 changed files with 222 additions and 70 deletions
+8
View File
@@ -3,42 +3,50 @@ export const navs = [
title: 'dashboard',
url: '/dashboard',
icon: 'uil:dashboard',
image: 'dashboard',
},
{
url: '/subscribe',
icon: 'uil:shop',
title: 'subscribe',
image: 'shop',
},
{
url: '/order',
icon: 'uil:notes',
title: 'order',
image: 'notes',
},
{
url: '/wallet',
icon: 'uil:wallet',
title: 'wallet',
image: 'wallet',
},
{
url: '/affiliate',
icon: 'uil:users-alt',
title: 'affiliate',
image: 'affiliate',
},
{
url: '/document',
icon: 'uil:book-alt',
title: 'document',
image: 'document',
},
{
url: '/profile',
icon: 'uil:megaphone',
title: 'profile',
hidden: true,
image: 'profile',
},
{
url: '/ticket',
icon: 'uil:message',
title: 'ticket',
image: 'ticket',
},
];