From 22d6339508c2b403edf6c8d8a60f9dc2aefb59b1 Mon Sep 17 00:00:00 2001 From: 26thE <962961353@qq.com> Date: Wed, 11 Jun 2025 22:08:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=97=E4=BD=99=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liveviewlockscreenlibrary/.gitignore | 6 ------ liveviewlockscreenlibrary/consumer-rules.txt | 0 liveviewlockscreensample/oh-package-lock.json5 | 18 ------------------ liveviewlockscreensample/src/main/module.json5 | 4 ++-- 4 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 liveviewlockscreenlibrary/.gitignore delete mode 100644 liveviewlockscreenlibrary/consumer-rules.txt delete mode 100644 liveviewlockscreensample/oh-package-lock.json5 diff --git a/liveviewlockscreenlibrary/.gitignore b/liveviewlockscreenlibrary/.gitignore deleted file mode 100644 index e2713a2..0000000 --- a/liveviewlockscreenlibrary/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/node_modules -/oh_modules -/.preview -/build -/.cxx -/.test \ No newline at end of file diff --git a/liveviewlockscreenlibrary/consumer-rules.txt b/liveviewlockscreenlibrary/consumer-rules.txt deleted file mode 100644 index e69de29..0000000 diff --git a/liveviewlockscreensample/oh-package-lock.json5 b/liveviewlockscreensample/oh-package-lock.json5 deleted file mode 100644 index 3142a4d..0000000 --- a/liveviewlockscreensample/oh-package-lock.json5 +++ /dev/null @@ -1,18 +0,0 @@ -{ - "meta": { - "stableOrder": true - }, - "lockfileVersion": 3, - "ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.", - "specifiers": { - "liveviewlockscreenlibrary@../liveviewlockscreenlibrary": "liveviewlockscreenlibrary@../liveviewlockscreenlibrary" - }, - "packages": { - "liveviewlockscreenlibrary@../liveviewlockscreenlibrary": { - "name": "liveviewlockscreenlibrary", - "version": "1.0.0", - "resolved": "../liveviewlockscreenlibrary", - "registryType": "local" - } - } -} \ No newline at end of file diff --git a/liveviewlockscreensample/src/main/module.json5 b/liveviewlockscreensample/src/main/module.json5 index 40fc55d..839ebcd 100644 --- a/liveviewlockscreensample/src/main/module.json5 +++ b/liveviewlockscreensample/src/main/module.json5 @@ -14,14 +14,14 @@ "pages": "$profile:main_pages", "abilities": [ { - "name": "LiveViewLockScreenAbility", + "name": "Liveviewlockscreenability", "srcEntry": "./ets/entryability/EntryAbility.ets", "description": "$string:EntryAbility_desc", "icon": "$media:layered_image", "label": "$string:EntryAbility_label", "startWindowIcon": "$media:startIcon", "startWindowBackground": "$color:start_window_background", - "exported": false, + "exported": true, "backgroundModes": [ 'location' ], -- Gitee