@ionic-native-ohos/file-opener 5.36.0 → 5.36.1
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 +1 -13
- package/README.md +1 -13
- package/package.json +1 -1
- package/plugin.xml +1 -1
package/README.en.md
CHANGED
|
@@ -26,19 +26,7 @@ Install hionic CLI:
|
|
|
26
26
|
npm install -g hionic
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
npm installation:
|
|
32
|
-
|
|
33
|
-
```bash
|
|
34
|
-
# Install plugin
|
|
35
|
-
npm install @ionic-native/file-opener
|
|
36
|
-
|
|
37
|
-
# Sync plugin
|
|
38
|
-
hionic sync
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
hionic CLI installation:
|
|
29
|
+
Installation:
|
|
42
30
|
|
|
43
31
|
```bash
|
|
44
32
|
hionic plugin add @ionic-native/file-opener
|
package/README.md
CHANGED
|
@@ -26,19 +26,7 @@
|
|
|
26
26
|
npm install -g hionic
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
npm安装:
|
|
32
|
-
|
|
33
|
-
```bash
|
|
34
|
-
# 安装插件
|
|
35
|
-
npm install @ionic-native/file-opener
|
|
36
|
-
|
|
37
|
-
# 同步插件
|
|
38
|
-
hionic sync
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
hionic CLI安装:
|
|
29
|
+
安装插件:
|
|
42
30
|
|
|
43
31
|
```bash
|
|
44
32
|
hionic plugin add @ionic-native/file-opener
|
package/package.json
CHANGED