From 28a6adaaa48b1e3f8444d01debf1b77cfe255131 Mon Sep 17 00:00:00 2001 From: erio Date: Mon, 30 Mar 2026 13:40:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(channel):=20=E5=88=86=E7=BB=84=E7=B4=A7?= =?UTF-8?q?=E5=87=91=E5=B8=83=E5=B1=80+=E5=B9=B3=E5=8F=B0=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E5=90=8D=E7=A7=B0+=E8=AE=A1=E8=B4=B9=E5=9F=BA?= =?UTF-8?q?=E5=87=86=E9=87=8D=E5=91=BD=E5=90=8D+=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/locales/zh.ts | 2 +- frontend/src/views/admin/ChannelsView.vue | 121 +++++++++++----------- 2 files changed, 61 insertions(+), 62 deletions(-) diff --git a/frontend/src/i18n/locales/zh.ts b/frontend/src/i18n/locales/zh.ts index f410fa4b..da800153 100644 --- a/frontend/src/i18n/locales/zh.ts +++ b/frontend/src/i18n/locales/zh.ts @@ -1876,7 +1876,7 @@ export default { noMappingRules: '暂无映射规则,点击"添加"创建', mappingSource: '源模型', mappingTarget: '目标模型', - billingModelSource: '计费模型', + billingModelSource: '计费基准', billingModelSourceRequested: '以请求模型计费', billingModelSourceUpstream: '以最终模型计费', billingModelSourceHint: '控制使用哪个模型名称进行定价查找', diff --git a/frontend/src/views/admin/ChannelsView.vue b/frontend/src/views/admin/ChannelsView.vue index 579d7578..5663aeb7 100644 --- a/frontend/src/views/admin/ChannelsView.vue +++ b/frontend/src/views/admin/ChannelsView.vue @@ -228,78 +228,49 @@ class="mb-2 last:mb-0" > -
- +
+ {{ t('admin.groups.platforms.' + section.platform, section.platform) }}
- -
- +
-
- - -
- -
- {{ t('admin.channels.form.noPricingRules', 'No pricing rules yet. Click "Add" to create one.') }} -
- -
- -
-
- - -
- +