Merge remote-tracking branch 'entropy-xu/payment-billing-plans'

# Conflicts:
#	crates/aether-data/src/lifecycle/bootstrap/postgres.rs
#	crates/aether-data/src/lifecycle/migrate/tests.rs
#	frontend/src/views/admin/Users.vue
This commit is contained in:
fawney19
2026-05-15 16:37:17 +08:00
97 changed files with 14795 additions and 402 deletions

View File

@@ -127,6 +127,11 @@ const routes: RouteRecordRaw[] = [
name: 'WalletCenter',
component: () => importWithRetry(() => import('@/views/user/WalletCenter.vue'))
},
{
path: 'billing',
name: 'BillingPlans',
component: () => importWithRetry(() => import('@/views/user/BillingPlans.vue'))
},
{
path: 'models',
name: 'ModelCatalog',
@@ -164,6 +169,16 @@ const routes: RouteRecordRaw[] = [
name: 'WalletsManagement',
component: () => importWithRetry(() => import('@/views/admin/WalletsManagement.vue'))
},
{
path: 'payment-gateways',
name: 'PaymentGatewaySettings',
component: () => importWithRetry(() => import('@/views/admin/PaymentGatewaySettings.vue'))
},
{
path: 'billing-plans',
name: 'BillingPlansManagement',
component: () => importWithRetry(() => import('@/views/admin/BillingPlansManagement.vue'))
},
{
path: 'management-tokens',
name: 'AdminManagementTokens',