From fa6ee62cf0edd7892faf2489412dfadaf69c8df8 Mon Sep 17 00:00:00 2001 From: Xhofe Date: Tue, 5 Apr 2022 20:17:27 +0800 Subject: [PATCH] feat: global readme url --- bootstrap/setting.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/setting.go b/bootstrap/setting.go index 88f2bb8c..288498f2 100644 --- a/bootstrap/setting.go +++ b/bootstrap/setting.go @@ -118,8 +118,8 @@ func InitSettings() { Group: model.FRONT, }, { - Key: "home readme url", - Description: "when have multiple, the readme file to show", + Key: "global readme url", + Description: "Default display when directory has no readme", Type: "string", Access: model.PUBLIC, Group: model.FRONT,