From 08fffe3c5a5056ab6baa2338a3f0527acae8456e Mon Sep 17 00:00:00 2001 From: xuchang Date: Fri, 27 Dec 2024 18:15:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9OAT.xml=E3=80=81README.OpenSo?= =?UTF-8?q?urce=E3=80=81README=5FOpenHarmony.md=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuchang --- OAT.xml | 12 ++++++++++++ README.OpenSource | 2 +- README_OpenHarmony.md | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/OAT.xml b/OAT.xml index 57b4334..07b40aa 100644 --- a/OAT.xml +++ b/OAT.xml @@ -74,12 +74,14 @@ + + @@ -89,12 +91,22 @@ + + + + + + + + + + diff --git a/README.OpenSource b/README.OpenSource index a164f74..886a15a 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -3,7 +3,7 @@ "Name": "bitmap", "License": "MIT License", "License File": "LICENSE", - "Version Number": "bc0a2456c77c0b1c386a8bd9586692d7489e69ad", + "Version Number": "0.1.3", "Owner": "george.lihui@huawei.com", "Upstream URL": "https://github.com/renancaraujo/bitmap", "Description": "A minimalist Flutter package to perform fast bitmaps operations. The focus here is to provide a cool bitmap manipulation interface." diff --git a/README_OpenHarmony.md b/README_OpenHarmony.md index ecf9c27..b966c28 100644 --- a/README_OpenHarmony.md +++ b/README_OpenHarmony.md @@ -4,10 +4,10 @@ ## 仓库简介 bitmap是一个Flutter图片处理插件,旨在帮助开发者在Flutter应用中实现高效位图操作。 -该仓库为bitmap库的Flutter鸿蒙化仓。 +该仓库为bitmap库的Flutter Openharmony适配仓。 ## 引入背景简述 -OpenHarmony北向生态发展过程中,已经适配Flutter的厂商在接入OpenHarmony过程中存在使用bitmap的诉求。鉴于此OpenHarmony为支持北向生态伙伴快速接入鸿蒙、快速实现产品化而提供的bitmap,本方案采用插件化的适配器模式实现bitmap鸿蒙化版本的兼容。 +OpenHarmony北向生态发展过程中,已经适配Flutter的厂商在接入OpenHarmony过程中存在使用bitmap的诉求。鉴于此OpenHarmony为支持北向生态伙伴快速接入OpenHarmony、快速实现产品化而提供的bitmap,本方案采用插件化的适配器模式实现bitmap Openharmony版本的兼容。 ## 使用场景 本方案仅供应用厂商中已支持Flutter框架的设备在移植OpenHarmony系统过程中作为备选方案使用。 -- Gitee