Skip to content

v2.0.6

Choose a tag to compare

@github-actions github-actions released this 05 Mar 06:54
· 7 commits to main since this release
feat: rich-content-copy - 点击话术一次性复制图文内容 v2.0.6

- 新增 imageUrlToBase64() 辅助函数,canvas 转 base64 data URI
- 新增 copyRichContent() 替换 copyContent():有图片时构造
  ClipboardItem({ text/plain, text/html }),全部图片 base64 嵌入 HTML
- 无图片时 fallback 到 writeText() 纯文本路径
- Toast 文案区分图文/纯文本复制
- 更新所有调用点(handleContentClick、复制按钮、复制全文按钮)