@flyfish-group/file-viewer 2.0.0 → 2.0.2
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/README.en.md +2 -2
- package/README.md +2 -2
- package/package.json +3 -3
package/README.en.md
CHANGED
|
@@ -13,8 +13,8 @@ import FileViewer from '@flyfish-group/file-viewer'
|
|
|
13
13
|
Vue.use(FileViewer)
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
See the official documentation for the full format matrix, options, lifecycle hooks, beforeOperation, theme, watermark, search, zoom, print, and export APIs: https://doc.
|
|
16
|
+
See the official documentation for the full format matrix, options, lifecycle hooks, beforeOperation, theme, watermark, search, zoom, print, and export APIs: https://doc.file-viewer.app/
|
|
17
17
|
|
|
18
|
-
Online demo: https://viewer.
|
|
18
|
+
Online demo: https://demo.file-viewer.app/. License: Apache-2.0. For second development or commercial use, keep clear Flyfish Viewer attribution; shared compatibility fixes are welcome.
|
|
19
19
|
|
|
20
20
|
中文 README: [README.md](./README.md).
|
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ import FileViewer from '@flyfish-group/file-viewer'
|
|
|
13
13
|
Vue.use(FileViewer)
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
完整格式矩阵、参数、生命周期 hooks、beforeOperation、主题、水印、搜索、缩放、打印和导出能力请查看官方文档: https://doc.
|
|
16
|
+
完整格式矩阵、参数、生命周期 hooks、beforeOperation、主题、水印、搜索、缩放、打印和导出能力请查看官方文档: https://doc.file-viewer.app/
|
|
17
17
|
|
|
18
|
-
在线 Demo: https://viewer.
|
|
18
|
+
在线 Demo: https://demo.file-viewer.app/ 。License: Apache-2.0。二开或商用请保留 Flyfish Viewer 来源说明;如果修复了通用兼容问题,也欢迎贡献回来。
|
|
19
19
|
|
|
20
20
|
English README: [README.en.md](./README.en.md)。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flyfish-group/file-viewer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Compatibility alias package for Flyfish File Viewer Vue 2.7",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"url": "git+https://github.com/flyfish-dev/file-viewer.git",
|
|
26
26
|
"directory": "packages/compat/vue2.7"
|
|
27
27
|
},
|
|
28
|
-
"homepage": "https://doc.
|
|
28
|
+
"homepage": "https://doc.file-viewer.app/",
|
|
29
29
|
"bugs": {
|
|
30
30
|
"url": "https://github.com/flyfish-dev/file-viewer/issues"
|
|
31
31
|
},
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"vue": ">=2.7 <3"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@file-viewer/vue2.7": "^2.0.
|
|
52
|
+
"@file-viewer/vue2.7": "^2.0.2"
|
|
53
53
|
},
|
|
54
54
|
"license": "Apache-2.0",
|
|
55
55
|
"scripts": {
|