@koi-br/ocr-web-sdk 1.0.21 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koi-br/ocr-web-sdk",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "一个支持多种Office文件格式预览的Vue3组件SDK,包括PDF、Word、Excel、图片、OFD、TIF等格式",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -43,7 +43,7 @@
43
43
  <!-- 右侧: 缩放控制和全屏控制 -->
44
44
  <div class="toolbar-group">
45
45
  <!-- 缩放模式选择 -->
46
- <ADropdown trigger="hover" @select="handleScaleModeChange">
46
+ <ADropdown trigger="click" @select="handleScaleModeChange">
47
47
  <AButton size="small" type="outline" class="scale-mode-btn">
48
48
  <component :is="currentScaleModeIcon" :size="16" />
49
49
  </AButton>