feat: 优化授权管理和代理后台

- 授权管理页面显示具体卡密类型名称、授权时间、备注

- 重新设计添加/编辑授权页面,参考版本管理和卡类管理页面样式

- 添加备注字段支持

- 移除代理后台的应用管理页面和路由

- 从代理后台侧边栏删除应用管理导航
This commit is contained in:
2026-05-09 04:47:14 +08:00
parent c3536166b7
commit d7e479b5fa
6 changed files with 105 additions and 96 deletions
-6
View File
@@ -53,11 +53,6 @@ const navMain = computed(() => [
url: '/agent',
icon: Gauge,
},
{
title: t('nav.applications'),
url: '/agent/apps',
icon: Boxes,
},
{
title: t('nav.cards'),
url: '/agent/cards',
@@ -88,7 +83,6 @@ const breadcrumbs = computed(() => {
const crumbs = [{ title: t('nav.console'), path: '/agent' }]
const titleMap: Record<string, string> = {
apps: t('nav.applications'),
cards: t('nav.cards'),
users: t('nav.users'),
finance: t('nav.finance'),