From f33c3e23606595dfbbcd95451457dd0a92b59020 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Mon, 10 Jan 2022 10:46:32 +0800 Subject: [PATCH 1/3] feat: add bundle.json Signed-off-by: Sang_Sang33 --- bundle.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..88acfee --- /dev/null +++ b/bundle.json @@ -0,0 +1,39 @@ +{ + "name": "@ohos/weex_loader", + "version": "", + "description": "Third-party open-source software weex-loader | 三方开源软件weex-loader", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/third_party_weex-loader", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "third-party", + "weex-loader" + ], + "envs": [], + "dirs": [], + "segment": { + "destPath": "third_party/weex-loader" + }, + "component": { + "name": "thirdparty_weex-loader", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From 6f8e73e46bd6e94ba6cc90dd303fca8e29bd677c Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Tue, 11 Jan 2022 15:42:48 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E4=B8=BAthirdparty=5Fweex=5Floader?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sang_Sang33 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 88acfee..5a34c00 100644 --- a/bundle.json +++ b/bundle.json @@ -23,7 +23,7 @@ "destPath": "third_party/weex-loader" }, "component": { - "name": "thirdparty_weex-loader", + "name": "thirdparty_weex_loader", "subsystem": "", "syscap": [], "features": [], -- Gitee From d9a4ee5a0aee5ab150a4d2020044917c634817bf Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Wed, 12 Jan 2022 15:11:47 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9bundle.json?= =?UTF-8?q?=E6=96=87=E4=BB=B6envs=20dirs=E5=AD=97=E6=AE=B5=E4=B8=BA?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sang_Sang33 --- bundle.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 5a34c00..cf60136 100644 --- a/bundle.json +++ b/bundle.json @@ -17,13 +17,13 @@ "third-party", "weex-loader" ], - "envs": [], - "dirs": [], + "envs": {}, + "dirs": {}, "segment": { "destPath": "third_party/weex-loader" }, "component": { - "name": "thirdparty_weex_loader", + "name": "thirdparty_weex-loader", "subsystem": "", "syscap": [], "features": [], -- Gitee