deerflow2/.planning/quick/260417-kcb-suggestion-hover.../260417-kcb-RESEARCH.md

13 lines
566 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Quick Task 260417-kcb - Research
## Findings
1. 当前 `SuggestionList` 已具备 children 优先 bootstrap 机制,改造点集中在 UI 展示和事件分流。
2. 代码库已有 Radix `DropdownMenu``Tooltip` 封装,直接复用可最小化风险。
3. `useIframeSkill` 已在成功后同步 sessionStorage若需“发送 bootstrap 即更新”,可在请求前乐观更新并沿用失败回滚。
## Integration Notes
- 受影响文件:`input-box.tsx`、`use-iframe-skill.ts`、i18n 类型与 zh-CN 文案。
- 不涉及后端接口变更。