feat(web): memory config & ontology add default tag

This commit is contained in:
zhaoying
2026-03-05 16:36:39 +08:00
parent 1b666638bc
commit 621b074b3d
6 changed files with 25 additions and 9 deletions

View File

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

View File

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