From 23aa61ed1fbaab1f1028c930a1dc6d9a5fd82d93 Mon Sep 17 00:00:00 2001 From: youngshady Date: Thu, 13 Apr 2023 09:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4.json=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=ADmetadata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: youngshady --- .../ace_ets_component_textinput/src/main/module.json | 4 ---- arkui/ace_ets_web_dev_four/entry/src/main/module.json | 6 ------ inputmethod/InputMethodEngine/entry/src/main/module.json | 6 ------ storage/storagepickerjstest/entry/src/main/module.json | 6 ------ 4 files changed, 22 deletions(-) diff --git a/arkui/ace_ets_components_ux/ace_ets_component_textinput/src/main/module.json b/arkui/ace_ets_components_ux/ace_ets_component_textinput/src/main/module.json index 2b03fde2a..a1c919e2b 100644 --- a/arkui/ace_ets_components_ux/ace_ets_component_textinput/src/main/module.json +++ b/arkui/ace_ets_components_ux/ace_ets_component_textinput/src/main/module.json @@ -11,10 +11,6 @@ "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:test_pages", - "metadata": [{ - "name": "ArkTSPartialUpdate", - "value": "true" - }], "abilities": [ { "name": "TestAbility", diff --git a/arkui/ace_ets_web_dev_four/entry/src/main/module.json b/arkui/ace_ets_web_dev_four/entry/src/main/module.json index ec39eb2e3..41c05e575 100644 --- a/arkui/ace_ets_web_dev_four/entry/src/main/module.json +++ b/arkui/ace_ets_web_dev_four/entry/src/main/module.json @@ -14,12 +14,6 @@ "installationFree": false, "uiSyntax": "ets", "pages": "$profile:main_pages", - "metadata": [ - { - "name": "ArkTSPartialUpdate", - "value": "false" - } - ], "abilities": [{ "name": "com.example.myapplication.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts", diff --git a/inputmethod/InputMethodEngine/entry/src/main/module.json b/inputmethod/InputMethodEngine/entry/src/main/module.json index a45b1e6b6..31570a3fb 100644 --- a/inputmethod/InputMethodEngine/entry/src/main/module.json +++ b/inputmethod/InputMethodEngine/entry/src/main/module.json @@ -14,12 +14,6 @@ "installationFree": false, "uiSyntax": "ets", "pages": "$profile:main_pages", - "metadata": [ - { - "name": "ArkTSPartialUpdate", - "value": "false" - } - ], "abilities": [ { "name": "com.acts.inputmethodengine.test.MainAbility", diff --git a/storage/storagepickerjstest/entry/src/main/module.json b/storage/storagepickerjstest/entry/src/main/module.json index bfbdab6cc..2a7dab960 100644 --- a/storage/storagepickerjstest/entry/src/main/module.json +++ b/storage/storagepickerjstest/entry/src/main/module.json @@ -14,12 +14,6 @@ "installationFree": false, "uiSyntax": "ets", "pages": "$profile:main_pages", - "metadata": [ - { - "name": "ArkTSPartialUpdate", - "value": "false" - } - ], "abilities": [ { "name": "com.example.myapplication.MainAbility", -- GitLab