diff --git a/web/src/i18n/locales/en.json b/web/src/i18n/locales/en.json index c9e5ce8f..060f3e65 100644 --- a/web/src/i18n/locales/en.json +++ b/web/src/i18n/locales/en.json @@ -1748,5 +1748,6 @@ "快捷设置": "Quick settings", "批量创建时会在名称后自动添加随机后缀": "When creating in batches, a random suffix will be automatically added to the name", "额度必须大于0": "Quota must be greater than 0", - "生成数量必须大于0": "Generation quantity must be greater than 0" + "生成数量必须大于0": "Generation quantity must be greater than 0", + "创建后可在编辑渠道时获取上游模型列表": "After creation, you can get the upstream model list when editing the channel" } \ No newline at end of file diff --git a/web/src/pages/Channel/EditChannel.js b/web/src/pages/Channel/EditChannel.js index 7f06ef09..413e8248 100644 --- a/web/src/pages/Channel/EditChannel.js +++ b/web/src/pages/Channel/EditChannel.js @@ -792,13 +792,15 @@ const EditChannel = (props) => { > {t('填入所有模型')} - + {isEdit ? ( + + ) : null} + {!isEdit && ( + + )} +