Merge pull request #433 from SuanmoSuanyangTechnology/feature/form_zy

fix(web): change string regExp
This commit is contained in:
yingzhao
2026-03-03 10:29:10 +08:00
committed by GitHub
3 changed files with 4 additions and 5 deletions

View File

@@ -1034,6 +1034,7 @@ export const zh = {
recommend: '推荐',
logoTip: `支持图片格式JPG、PNG\n 尺寸:正方形比例 \n 文件大小限制:≤ 2MB`,
imageSquareRequired: '请上传正方形比例图片',
nameInvalid: '不能是空格开头或结尾',
},
model: {
searchPlaceholder: '搜索模型…',
@@ -1182,7 +1183,6 @@ export const zh = {
xinference: "Xinference",
gpustack: "Gpustack",
bedrock: "Bedrock",
nameInvalid: '模型名称只能包含字母、数字、下划线和空格, 不能为空或纯空格',
},
timezones: {
'Asia/Shanghai': '中国标准时间 (UTC+8)',