From 74be6e913f4aab6ec76f1b078723323c045f8e2b Mon Sep 17 00:00:00 2001 From: WX1377357 Date: Wed, 4 Jun 2025 11:04:43 +0800 Subject: [PATCH] =?UTF-8?q?feat=20(=E6=A0=87=E8=AF=86):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20DesktopShortcut=20=E4=BB=93=E5=BA=93=E6=A0=87?= =?UTF-8?q?=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/module.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index 21457ae..2ca55a9 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -47,7 +47,7 @@ ] } ], - // [End module_json5] + // [StartExclude module_json5] "extensionAbilities": [ { "name": "EntryBackupAbility", @@ -62,7 +62,7 @@ ], } ], - // [Start module_json5] + // [EndExclude module_json5] } } // [End module_json5] \ No newline at end of file -- Gitee