This commit is contained in:
杜恒 2021-01-20 12:48:41 +08:00
parent 9d4ff99084
commit 1fadaa1073
2 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -38,7 +38,7 @@ function themeConfig($form)
$JFavicon = new Typecho_Widget_Helper_Form_Element_Textarea( $JFavicon = new Typecho_Widget_Helper_Form_Element_Textarea(
'JFavicon', 'JFavicon',
NULL, NULL,
'https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/img/favicon.ico', 'https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/favicon.ico',
'网站 Favicon 设置(非必填)', '网站 Favicon 设置(非必填)',
'介绍:用于设置网站 Favicon一个好的 Favicon 可以给用户一种很专业的观感 <br /> '介绍:用于设置网站 Favicon一个好的 Favicon 可以给用户一种很专业的观感 <br />
格式:图片 URL地址 Base64 地址 <br /> 格式:图片 URL地址 Base64 地址 <br />
@ -91,7 +91,7 @@ function themeConfig($form)
$JAside_Author_Image = new Typecho_Widget_Helper_Form_Element_Textarea( $JAside_Author_Image = new Typecho_Widget_Helper_Form_Element_Textarea(
'JAside_Author_Image', 'JAside_Author_Image',
NULL, NULL,
NULL, "https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/img/aside_author_image.jpg",
'作者栏 —— 背景(非必填)', '作者栏 —— 背景(非必填)',
'介绍:用于修改作者栏的背景图片 <br/> '介绍:用于修改作者栏的背景图片 <br/>
格式:图片地址 <br /> 格式:图片地址 <br />