feat: Add MessageInput to the external chat page #1880 (#1963)

### What problem does this PR solve?
feat: Add MessageInput to the external chat page #1880

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-15 16:10:21 +08:00
committed by GitHub
parent 6acc46bc7b
commit d3ff1a30bf
10 changed files with 146 additions and 122 deletions

View File

@@ -422,6 +422,8 @@ The above is the content you need to summarize.`,
extensionTitle: 'Chrome Extension',
tokenError: 'Please create API Token first!',
searching: 'searching...',
parsing: 'Parsing',
uploading: 'Uploading',
},
setting: {
profile: 'Profile',

View File

@@ -392,6 +392,8 @@ export default {
extensionTitle: 'Chrome 插件',
tokenError: '請先創建 Api Token!',
searching: '搜索中',
parsing: '解析中',
uploading: '上傳中',
},
setting: {
profile: '概述',

View File

@@ -409,6 +409,8 @@ export default {
extensionTitle: 'Chrome 插件',
tokenError: '请先创建 Api Token!',
searching: '搜索中',
parsing: '解析中',
uploading: '上传中',
},
setting: {
profile: '概要',