feat(web): create space storage type add recommend

This commit is contained in:
zhaoying
2026-02-27 18:59:58 +08:00
parent dd9be2ed90
commit c99f04314c
4 changed files with 14 additions and 3 deletions

View File

@@ -452,6 +452,7 @@ export const en = {
nextStep: 'Next Step',
prevStep: 'Previous Step',
exportSuccess: 'Export successful',
recommend: 'Recommend',
},
model: {
searchPlaceholder: 'search model…',

View File

@@ -1019,6 +1019,7 @@ export const zh = {
nextStep: '下一步',
prevStep: '上一步',
exportSuccess: '导出成功',
recommend: '推荐',
},
model: {
searchPlaceholder: '搜索模型…',