feat:codeToChat

This commit is contained in:
Roe-xin
2026-03-06 08:59:02 +08:00
parent ea19dfcbe6
commit be0555d6bc
6 changed files with 196 additions and 2 deletions

View File

@ -143,6 +143,9 @@ export async function showICHelperPanel(
},
);
// 保存 panel 引用到全局
(global as any).currentICHelperPanel = panel;
// 为面板生成唯一ID
const panelId = `panel_${Date.now()}_${Math.random()
.toString(36)