From 091b90baa8e7325debe27bf270f8bb363e062f3b Mon Sep 17 00:00:00 2001 From: wangyingjun02 <2959448004@qq.com> Date: Tue, 18 Apr 2023 17:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9unrar=E5=BA=93=E7=9A=84?= =?UTF-8?q?=E7=BA=A6=E6=9D=9F=E9=99=90=E5=88=B6=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyingjun02 <2959448004@qq.com> --- unrar/README_zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unrar/README_zh.md b/unrar/README_zh.md index 298e18ad..ef729ce1 100644 --- a/unrar/README_zh.md +++ b/unrar/README_zh.md @@ -2,8 +2,8 @@ ## 功能简介 unrar是一个解压rar文件的库。 ## 使用约束 -- IDE版本:DevEco Studio 3.1 Beta1及以上版本 -- API版本:API version 9 及以上版本 +- IDE版本:DevEco Studio 3.1 Beta1版本 +- OpenHarmony SDK版本:API version 9版本 - 三方库版本:v1.0.0 - 当前适配的功能:支持解压rar格式的文件 - [Apache License 2.0](https://github.com/maoabc/unrar-android/blob/master/LICENSE) -- Gitee