(images: string[])
| 160 | } |
| 161 | |
| 162 | export function sendImageToChat(images: string[]) { |
| 163 | sendMessageToChat({ |
| 164 | type: "CHAT_INSERT_IMAGE", |
| 165 | payload: { |
| 166 | images |
| 167 | } |
| 168 | }) |
| 169 | } |
| 170 | |
| 171 | console.log("[Chat Integration] Content script 已加载") |
nothing calls this directly
no test coverage detected