mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Fix: Optimize list display and rename functionality #3221 - Updated the homepage search list display style and added rename functionality - Used the RenameDialog component for rename searches - Optimized list height calculation - Updated the style and layout of related pages - fix issue #9779 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -440,6 +440,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
delete: '删除',
|
||||
},
|
||||
chat: {
|
||||
createChat: '创建聊天',
|
||||
newConversation: '新会话',
|
||||
createAssistant: '新建助理',
|
||||
assistantSetting: '助理设置',
|
||||
@ -1436,7 +1437,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
cancelText: '取消',
|
||||
},
|
||||
search: {
|
||||
createSearch: '新建查询',
|
||||
createSearch: '创建查询',
|
||||
searchGreeting: '今天我能为你做些什么?',
|
||||
profile: '隐藏个人资料',
|
||||
locale: '语言',
|
||||
|
||||
Reference in New Issue
Block a user