From 848fb5aa3072cfa3912b996d1ac936651c82b2b5 Mon Sep 17 00:00:00 2001 From: houyoujin Date: Thu, 14 Dec 2023 16:21:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9LICENSE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: houyoujin --- LICENSE => LICENSE.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt -- Gitee From 97b0f75d40bdce658506b5a2583cc6ddea96c52d Mon Sep 17 00:00:00 2001 From: houyoujin Date: Mon, 18 Dec 2023 17:17:50 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9remade=20dev=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: houyoujin --- CHANGELOG.md | 2 +- LICENSE.txt => LICENSE | 0 README.OpenSource | 2 +- README.md | 4 +++- 4 files changed, 5 insertions(+), 3 deletions(-) rename LICENSE.txt => LICENSE (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d2c0b..100dc86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 2.0.0 -1.适配DevEco Studio:4.0Beta2(4.0.3.600), SDK:API10 Release(4.0.10.11) +1.DevEco Studio 版本: 4.1 Canary(4.1.3.317),OpenHarmony SDK:API11 (4.1.0.36) 2.Ark Ts 语法适配 ## 1.0.3 diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/README.OpenSource b/README.OpenSource index 95e117a..d86a049 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -2,7 +2,7 @@ { "Name": "CircleImageView", "License": "Apache-2.0 License", - "License File": " LICENSE ", + "License File": " LICENSE.txt", "Version Number": "v3.1.0", "Owner" : "xiafeng@huawei.com" "Upstream URL": "https://github.com/hdodenhof/CircleImageView", diff --git a/README.md b/README.md index f5ab922..dfc60c4 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,9 @@ import { CircleImageView } from '@ohos/circleimageview'; 在下述版本验证通过: -- DevEco Studio 版本:4.0 Beta2(4.0.3.600),OpenHarmony SDK:API10(4.0.10.11)。 +- DevEco Studio 版本: 4.1 Canary(4.1.3.317) + +- OpenHarmony SDK:API11 (4.1.0.36) ## 目录结构 ```` -- Gitee