From 664624bcf67206b7b7db88625c60f6a4ccb8ef7d Mon Sep 17 00:00:00 2001 From: lele <879860859@qq.com> Date: Thu, 3 Jun 2021 14:19:17 +0800 Subject: [PATCH] update entry/src/main/config.json. --- entry/src/main/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/config.json b/entry/src/main/config.json index 808bd37..b0141ad 100644 --- a/entry/src/main/config.json +++ b/entry/src/main/config.json @@ -58,7 +58,7 @@ "name": "ua.naiksoftware.stompclientexample.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", - "label": "StompProtocolOhos_master", + "label": "$string:app_name", "type": "page", "launchType": "standard" } -- Gitee