We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73282bb commit 7f148aaCopy full SHA for 7f148aa
1 file changed
frontend/src/views/system/appearance/index.vue
@@ -260,7 +260,7 @@
260
"
261
type="textarea"
262
show-word-limit
263
- maxlength="50"
+ maxlength="250"
264
/>
265
</div>
266
@@ -377,8 +377,8 @@ const defaultTopForm = {
377
help: 'https://dataease.cn/sqlbot/v1/',
378
showDoc: '0',
379
showAbout: '0',
380
- pc_welcome: '你好,我是 SQLBot ',
381
- pc_welcome_desc: `我可以查询数据、生成图表、检测数据异常、预测数据等赶快开启智能问数吧~`,
+ pc_welcome: t('embedded.i_am_sqlbot'),
+ pc_welcome_desc: t("qa.hint_description"),
382
}
383
384
const topForm = reactive<{
0 commit comments