From 52305436d50e2232b8317f9728088644c9dea102 Mon Sep 17 00:00:00 2001 From: xuchang Date: Wed, 12 Feb 2025 10:33:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9EREADME.OpenSource?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuchang --- README.OpenSource | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.OpenSource diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 0000000..6409e2a --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "flutter_embed_into_qt", + "License": "Apache 2.0 License", + "License File": "LICENSE", + "Version Number": "1.0.0", + "Owner": "xuchang@openvalley.net", + "Upstream URL": "this repo has no upstream repo", + "Description": "This SDK allow user embed some flutter pages into qt application on ohos system." + } +] \ No newline at end of file -- Gitee