From 4aaed48e2da03cfdb87ff6cd7d1dc1a1d96070e2 Mon Sep 17 00:00:00 2001 From: qhily999 Date: Mon, 13 Sep 2021 10:18:01 +0800 Subject: [PATCH] add visible attr Signed-off-by: qhily999 --- common/DistributeCalc/entry/src/main/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/DistributeCalc/entry/src/main/config.json b/common/DistributeCalc/entry/src/main/config.json index a5509bf233..59b1bc2c67 100644 --- a/common/DistributeCalc/entry/src/main/config.json +++ b/common/DistributeCalc/entry/src/main/config.json @@ -36,6 +36,7 @@ "icon": "$media:icon", "description": "$string:mainability_description", "label": "$string:app_name", + "visible": true, "type": "page", "launchType": "standard" } @@ -54,4 +55,4 @@ } ] } -} \ No newline at end of file +} -- Gitee