mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 19:15:30 +08:00
### What problem does this PR solve? Fix (search): Optimize the search page functionality and UI #3221 - Add a search list component - Implement search settings - Optimize search result display - Add related search functionality - Adjust the search input box style - Unify internationalized text ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -1192,6 +1192,12 @@ export default {
|
||||
search: {
|
||||
createSearch: '新建查詢',
|
||||
searchGreeting: '今天我能為你做些什麽?',
|
||||
profile: '隱藏個人資料',
|
||||
locale: '語言',
|
||||
embedCode: '嵌入代碼',
|
||||
id: 'ID',
|
||||
copySuccess: '複製成功',
|
||||
welcomeBack: '歡迎回來',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user