From 283c6406b9274d77723ad55face74b5f5660772e Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Thu, 2 Jan 2020 17:34:59 +0800 Subject: [PATCH] Update conststr.php --- conststr.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/conststr.php b/conststr.php index 801861d..643444c 100644 --- a/conststr.php +++ b/conststr.php @@ -1,5 +1,4 @@ 'more custom domain, format is a1.com:/dirto/path1|b2.com:/path2', 'zh-cn' => '使用多个自定义域名时,指定每个域名看到的目录。格式为a1.com:/dirto/path1|b1.com:/path2,比private_path优先。', ], - 'imgup_path' => [ + 'guestup_path' => [ 'en-us' => 'Set guest upload dir, before set this, the files in this dir will show as normal.', - 'zh-cn' => '设置图床路径,不设置这个值时该目录内容会正常列文件出来,设置后只有上传界面,不显示其中文件(登录后显示)。', + 'zh-cn' => '设置游客上传路径(图床路径),不设置这个值时该目录内容会正常列文件出来,设置后只有上传界面,不显示其中文件(登录后显示)。', ], 'passfile' => [ 'en-us' => 'The password of dir will save in this file.', @@ -353,4 +352,3 @@ $constStr = [ ], ]; -?>