Skip to content

AIaW v2.0.8.5 verified

Choose a tag to compare

@lingion lingion released this 02 Jun 04:21
· 54 commits to master since this release

v2.0.8.5 — 图片交互全面重写

新功能

  • 点击图片 → 全屏沙箱预览handleImageClickCapture 拦截 IMG 点击)
  • JS 双指 Pivot-Point 缩放(以手指中点为圆心,0.5x-5x,不跳动)
  • 单指拖拽平移(缩放 >1x 时生效)
  • 点击空白区域退出(位移 <5px tap 检测)
  • 保存图片到本地AIaW_Img_20260602_115230.png 时间戳命名)
  • 单轮对话 TXT 导出

修复

  • 彻底根除 Android WebView 长按图片震动死锁(-webkit-touch-callout:none
  • 禁用 medium-zoom(noImgZoomIn:true,移动端与自定义手势冲突)
  • 纯 SVG 内联图标,不依赖 Material Icons 字体库

技术细节

  • ViewImageDialog.vue: useDialogPluginComponent + 纯 JS TouchEvent 矩阵变换
  • MessageItem.vue: @click.capture 拦截 md-preview 内 IMG 元素
  • app.scss: pointer-events:auto + touch-callout:none on img
  • JDK 17 兼容(AGP VERSION_21→VERSION_17)