fix:修复移动端创建智能体时显示问题

This commit is contained in:
3030332422
2025-09-29 16:09:28 +08:00
parent a4433ebe68
commit f7ee54598e
4 changed files with 4 additions and 0 deletions
@@ -125,6 +125,7 @@ function openCreateDialog() {
inputPlaceholder: t('home.inputPlaceholder'),
inputValue: '',
inputPattern: /^[\u4E00-\u9FA5a-z0-9\s]{1,50}$/i,
inputError: t('home.createError'),
confirmButtonText: t('home.createNow'),
cancelButtonText: t('common.cancel'),
})