kfb-view 3.3.7 → 3.3.9

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,7 +1,7 @@
1
1
  {
2
2
  "name": "kfb-view",
3
3
  "description": "一个在线kfb的阅片软件",
4
- "version": "3.3.7",
4
+ "version": "3.3.9",
5
5
  "author": "qifeng.fan <qifeng.fan@hzztai.com>",
6
6
  "license": "MIT",
7
7
  "main": "lib/kfb-view.cjs.js",
@@ -9,4 +9,7 @@ export default {
9
9
  cancel_screenshot: 'Double-click outside or press ESC to cancel screenshot',
10
10
  area_size: 'Area size is ',
11
11
  drag_resize: 'drag resize',
12
+ custom: 'Custom',
13
+ confirm: 'Confirm',
14
+ cancel: 'Cancel',
12
15
  };
@@ -9,4 +9,7 @@ export default {
9
9
  cancel_screenshot: '双击区域外或按ESC表示取消截图',
10
10
  area_size: '区域大小为:',
11
11
  drag_resize: '拖动调整',
12
+ custom: '自定义',
13
+ confirm: '确认',
14
+ cancel: '取消',
12
15
  };