调整3d细节

This commit is contained in:
X1627315083@163.com
2026-03-16 09:46:48 +08:00
parent 3400dcf9af
commit 1b43f98566
7 changed files with 51 additions and 7 deletions

View File

@@ -187,5 +187,9 @@ export default {
},
assistant: {
inputPlaceholder: 'Ask anything',
},
//3d面板
threeModel: {
loading: 'Loading',
}
}

View File

@@ -182,5 +182,9 @@ export default {
},
assistant: {
inputPlaceholder: '请输入'
},
//3d面板
threeModel: {
loading: '加载中',
}
}