feat(web): support switch space

This commit is contained in:
zhaoying
2026-04-22 18:39:39 +08:00
parent 6f323f2435
commit ec6b08cde2
8 changed files with 196 additions and 19 deletions

View File

@@ -474,6 +474,7 @@ export const en = {
view: 'View',
updated_at: 'Updated At',
callbackUrlInvalid: 'Please enter a valid URL',
switchSpace: 'Switch Space',
},
model: {
searchPlaceholder: 'search model…',

View File

@@ -1153,6 +1153,7 @@ export const zh = {
view: '查看',
updated_at: '更新时间',
callbackUrlInvalid: '请输入有效的 URL',
switchSpace: '切换空间',
},
model: {
searchPlaceholder: '搜索模型…',