From aa5d3d126bafc43060b56fd655760d6495b2e50e Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 9 May 2026 19:28:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=AE=80=E5=8C=96=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E7=AE=A1=E7=90=86=E6=B7=BB=E5=8A=A0/=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E9=A1=B5=E9=9D=A2=E4=B8=BA=E5=8D=95=E5=8D=A1=E7=B1=BB?= =?UTF-8?q?=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除卡类列表,改为单选卡类 - 选择代理 → 选择应用 → 选择卡类 → 设置价格 - 修复面包屑导航名称 - 优化预览卡片展示 Co-Authored-By: Claude Opus 4.7 --- frontend/src/pages/admin/agent-apps/[id].vue | 244 +++++++----------- .../src/pages/admin/agent-apps/create.vue | 233 +++++++---------- frontend/src/plugins/i18n/en.json | 19 +- frontend/src/plugins/i18n/zh.json | 19 +- 4 files changed, 211 insertions(+), 304 deletions(-) diff --git a/frontend/src/pages/admin/agent-apps/[id].vue b/frontend/src/pages/admin/agent-apps/[id].vue index cbace2f..f5be003 100644 --- a/frontend/src/pages/admin/agent-apps/[id].vue +++ b/frontend/src/pages/admin/agent-apps/[id].vue @@ -1,6 +1,6 @@