refactor(web): 优化 IOD 相关组件和 hooks

- 修改 IodRelevant 组件,根据搜索状态动态显示文本
- 更新 useMessage hook,添加调试断点
- 重构 iod.ts 中的 IoDSources 处理逻辑
This commit is contained in:
zhaoweijie
2025-08-24 12:44:02 +08:00
parent ecb90d9035
commit cb6c3c225b
3 changed files with 14 additions and 8 deletions

View File

@@ -507,7 +507,7 @@ export const useMessage = () => {
content: fullText
}
])
debugger
await saveMessageOnSuccess({
historyId,
setHistoryId,