feat: 个人中心新增尊享服务、模型列表区分

This commit is contained in:
Gsh
2025-10-12 18:30:34 +08:00
parent 5934056fe6
commit 85bd1ce8d6
6 changed files with 579 additions and 126 deletions

View File

@@ -65,6 +65,7 @@ const navItems = [
{ name: 'apiKey', label: 'API密钥', icon: 'Key' },
{ name: 'rechargeLog', label: '充值记录', icon: 'Document' },
{ name: 'usageStatistics', label: '用量统计', icon: 'Histogram' },
{ name: 'premiumService', label: '尊享服务', icon: 'ColdDrink' },
// { name: 'usageStatistics2', label: '用量统计2', icon: 'Histogram' },
];
function openDialog() {
@@ -277,6 +278,10 @@ function onProductPackage() {
<template #usageStatistics>
<usage-statistics />
</template>
<!-- 尊享服务 -->
<template #premiumService>
<premium-service />
</template>
<!-- 用量统计 -->
<!-- <template #usageStatistics2> -->
<!-- <usage-statistics2 /> -->