From bb719bd089232c74c3a7edbaeb5c3d799c7fafe6 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 11 Jul 2019 11:35:11 +0800 Subject: [PATCH] Tiny fix [skip ci] --- resources/lang/en/options.yml | 2 +- resources/lang/zh_CN/options.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/options.yml b/resources/lang/en/options.yml index aa18ba11..236b5040 100644 --- a/resources/lang/en/options.yml +++ b/resources/lang/en/options.yml @@ -8,7 +8,7 @@ homepage: hint: Path relative to homepage or full URL, leave empty to use default image. favicon_url: title: Website Icon - hint: Path relative to resources/assets/ or full URL. + hint: Path relative to public/ or full URL. description: The given image must have same width and height (leave blank to use default icon). transparent_navbar: title: Transparent Navigation Bar diff --git a/resources/lang/zh_CN/options.yml b/resources/lang/zh_CN/options.yml index 7e405c3c..f8251599 100644 --- a/resources/lang/zh_CN/options.yml +++ b/resources/lang/zh_CN/options.yml @@ -8,7 +8,7 @@ homepage: hint: 相对于首页的路径或者完整的 URL,留空以使用默认背景 favicon_url: title: 网站图标 - hint: 相对 resources/assets/ 的路径或者完整的 URL + hint: 相对 public/ 的路径或者完整的 URL description: 所使用的图像必须具有相同的宽度和高度(留空以使用默认图标) transparent_navbar: title: 首页导航栏透明