feat(channel): 对话框 Tab 布局 — 基础设置 + 平台独立 Tab + 固定高度

This commit is contained in:
erio
2026-03-30 19:06:03 +08:00
parent 14e565a004
commit 95751d8009
3 changed files with 290 additions and 229 deletions

View File

@@ -1808,6 +1808,7 @@ export default {
defaultPerRequestPrice: 'Default per-request price (fallback when no tier matches)',
defaultImagePrice: 'Default image price (fallback when no tier matches)',
platformConfig: 'Platform Configuration',
basicSettings: 'Basic Settings',
addPlatform: 'Add Platform',
noPlatforms: 'Click "Add Platform" to start configuring the channel',
mappingCount: 'mappings',

View File

@@ -1888,6 +1888,7 @@ export default {
defaultPerRequestPrice: '默认单次价格(未命中层级时使用)',
defaultImagePrice: '默认图片价格(未命中层级时使用)',
platformConfig: '平台配置',
basicSettings: '基础设置',
addPlatform: '添加平台',
noPlatforms: '点击"添加平台"开始配置渠道',
mappingCount: '条映射',