From 06340e02410de96dd6949aff39634a684737ebd9 Mon Sep 17 00:00:00 2001 From: lewis <747342561@qq.com> Date: Fri, 27 Aug 2021 16:33:10 +0800 Subject: [PATCH] fix short name --- templates/pwa/manifest_json.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 templates/pwa/manifest_json.tmpl diff --git a/templates/pwa/manifest_json.tmpl b/templates/pwa/manifest_json.tmpl old mode 100644 new mode 100755 index 793b42f2e..1a6417fd6 --- a/templates/pwa/manifest_json.tmpl +++ b/templates/pwa/manifest_json.tmpl @@ -1,6 +1,6 @@ { - "short_name": "Gitea", - "name": "Gitea - Git with a cup of tea", + "short_name": "OpenI", + "name": "OpenI - 启智AI开发协作平台", "icons": [ { "src": "{{StaticUrlPrefix}}/img/gitea-lg.png",