未验证 提交 6737a8cc 编写于 作者: O openharmony_ci 提交者: Gitee

!6027 更新bundle.md和zlib.md参数说明

Merge pull request !6027 from junyi233/master
......@@ -19,7 +19,7 @@ SystemCapability.BundleManager.BundleFramework
| 权限 | 权限等级 | 描述 |
| ------------------------------------------ | ------------ | ------------------ |
| ohos.permission.GET_BUNDLE_INFO | normal | 仅限查询本应用信息 |
| ohos.permission.GET_BUNDLE_INFO | normal | 查询指定应用信息 |
| ohos.permission.GET_BUNDLE_INFO_PRIVILEGED | system_basic | 可查询所有应用信息 |
| ohos.permission.INSTALL_BUNDLE | system_core | 可安装、卸载应用 |
......
......@@ -21,11 +21,11 @@ zipFile(inFile:string, outFile:string, options: Options): Promise<void>
**参数:**
| 参数名 | 类型 | 必填 | 描述 |
| ------- | ------------------- | ---- | ------------------------------------------- |
| inFile | string | 是 | 指定压缩的文件夹路径或者文件路径 |
| outFile | string | 是 | 指定的压缩结果的文件路径(文件的扩展名zip) |
| options | [Options](#options) | 否 | 压缩的可选参数 |
| 参数名 | 类型 | 必填 | 描述 |
| ------- | ------------------- | ---- | ------------------------------------------------------------ |
| inFile | string | 是 | 指定压缩的文件夹路径或者文件路径,对应的路径参考[FA模型](js-apis-Context.md)[stage模型](js-apis-application-context.md) |
| outFile | string | 是 | 指定的压缩结果的文件路径(文件的扩展名zip) |
| options | [Options](#options) | 否 | 压缩的可选参数 |
**返回值:**
......@@ -85,11 +85,11 @@ unzipFile(inFile:string, outFile:string, options: Options): Promise<void>
**参数:**
| 参数名 | 类型 | 必填 | 描述 |
| ------- | ------------------- | ---- | ----------------------------------- |
| inFile | string | 是 | 指定解压的文件路径(文件扩展名zip) |
| outFile | string | 是 | 指定的解压文件路径 |
| options | [Options](#options) | 否 | 解压的可选参数 |
| 参数名 | 类型 | 必填 | 描述 |
| ------- | ------------------- | ---- | ------------------------------------------------------------ |
| inFile | string | 是 | 指定压缩的文件夹路径或者文件路径,对应的路径参考[FA模型](js-apis-Context.md)[stage模型](js-apis-application-context.md) |
| outFile | string | 是 | 指定的解压文件路径 |
| options | [Options](#options) | 否 | 解压的可选参数 |
**返回值:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册