From e1bdadd75a5bb418aa5862c060c1886811e91e6d Mon Sep 17 00:00:00 2001 From: John Guan Date: Thu, 3 Nov 2022 16:43:36 +0800 Subject: [PATCH] Update appfile.json --- Apps/Gitea/appfile.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Apps/Gitea/appfile.json b/Apps/Gitea/appfile.json index e774cd9..52936dd 100644 --- a/Apps/Gitea/appfile.json +++ b/Apps/Gitea/appfile.json @@ -101,11 +101,15 @@ "upnp": false }, "tips": { - "before_install": [] + "before_install": [ + { + "content": "When the App is installed, the first account registered will become the administrator account." + } + ] }, "changelog": { "latest_updates": "", "url": "" }, - "latest_update_date": "1667464520" + "latest_update_date": "1667465002" } \ No newline at end of file