chore: press enter to submit chat message

This commit is contained in:
jialin
2025-03-09 21:31:58 +08:00
parent a2ef9d781d
commit ab6e98aae2
17 changed files with 76 additions and 65 deletions
+2 -1
View File
@@ -228,5 +228,6 @@ export default {
'common.options.none': 'None',
'common.options.auto': 'Auto',
'common.search.empty': 'No matching results found.',
'common.button.downloadLog': 'Download Log'
'common.button.downloadLog': 'Download Log',
'common.button.faq': 'FAQ'
};
+2 -1
View File
@@ -226,5 +226,6 @@ export default {
'common.options.none': 'Нет',
'common.options.auto': 'Авто',
'common.search.empty': 'Ничего не найдено',
'common.button.downloadLog': 'Скачать логи'
'common.button.downloadLog': 'Скачать логи',
'common.button.faq': 'TODO: Translate key "common.button.faq"'
};
+2 -1
View File
@@ -221,5 +221,6 @@ export default {
'common.options.none': '无',
'common.options.auto': '自动',
'common.search.empty': '未找到匹配结果',
'common.button.downloadLog': '下载日志'
'common.button.downloadLog': '下载日志',
'common.button.faq': '常见问题'
};