feat(search): Added app embedding functionality and optimized search page #3221 (#9499)

### What problem does this PR solve?
feat(search): Added app embedding functionality and optimized search
page #3221

- Added an Embed App button and related functionality
- Optimized the layout and interaction of the search settings interface
- Adjusted the search result display method
- Refactored some code to support new features
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-08-15 18:25:00 +08:00
committed by GitHub
parent 99df0766fe
commit f9e5caa8ed
24 changed files with 1299 additions and 493 deletions

View File

@ -1316,12 +1316,13 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
},
},
},
},
modal: {
okText: '确认',
cancelText: '取消',
},
search: {
createSearch: '新建查询',
modal: {
okText: '确认',
cancelText: '取消',
},
search: {
createSearch: '新建查询',
searchGreeting: '今天我能为你做些什么?',
},
},
};