feat(api): Add getClient API endpoint to retrieve subscription applications

This commit is contained in:
web
2025-08-13 07:35:58 -07:00
committed by speakeloudest
parent 688efcf29b
commit 5d8b22b81b
30 changed files with 1024 additions and 281 deletions
+6 -5
View File
@@ -22,11 +22,7 @@ export const navs = [
url: '/dashboard/payment',
icon: 'flat-color-icons:currency-exchange',
},
{
title: 'Subscribe Config',
url: '/dashboard/subscribe',
icon: 'flat-color-icons:ruler',
},
{
title: 'ADS Config',
url: '/dashboard/ads',
@@ -42,6 +38,11 @@ export const navs = [
{
title: 'Server',
items: [
{
title: 'Subscribe Config',
url: '/dashboard/subscribe',
icon: 'flat-color-icons:ruler',
},
{
title: 'Server Management',
url: '/dashboard/server',