更新
This commit is contained in:
parent
9d4ff99084
commit
1fadaa1073
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
@ -38,7 +38,7 @@ function themeConfig($form)
|
||||
$JFavicon = new Typecho_Widget_Helper_Form_Element_Textarea(
|
||||
'JFavicon',
|
||||
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 可以给用户一种很专业的观感 <br />
|
||||
格式:图片 URL地址 或 Base64 地址 <br />
|
||||
@ -91,7 +91,7 @@ function themeConfig($form)
|
||||
$JAside_Author_Image = new Typecho_Widget_Helper_Form_Element_Textarea(
|
||||
'JAside_Author_Image',
|
||||
NULL,
|
||||
NULL,
|
||||
"https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/img/aside_author_image.jpg",
|
||||
'作者栏 —— 背景(非必填)',
|
||||
'介绍:用于修改作者栏的背景图片 <br/>
|
||||
格式:图片地址 <br />
|
||||
|
Loading…
Reference in New Issue
Block a user