Merge branch 'develop' into docs/web_zy

This commit is contained in:
yingzhao
2026-02-04 10:29:03 +08:00
committed by GitHub
105 changed files with 5387 additions and 3130 deletions

View File

@@ -51,7 +51,6 @@ const ModelImplement: FC<ModelImplementProps> = ({ type, value, onChange }) => {
const handleDelete = (vo: any) => {
modal.confirm({
title: t('common.confirmDeleteDesc', { name: [vo.model_name, vo.api_key].join(' / ') }),
content: t('application.apiKeyDeleteContent'),
okText: t('common.delete'),
cancelText: t('common.cancel'),
okType: 'danger',