mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -345,6 +345,19 @@ function themeConfig($form)
|
||||
$JCustomFont->setAttribute('class', 'joe_content joe_global');
|
||||
$form->addInput($JCustomFont);
|
||||
|
||||
$JCustomAvatarSource = new Typecho_Widget_Helper_Form_Element_Text(
|
||||
'JCustomAvatarSource',
|
||||
NULL,
|
||||
NULL,
|
||||
'自定义头像源(非必填)',
|
||||
'介绍:用于修改全站头像源地址 <br>
|
||||
例如:https://gravatar.ihuan.me/avatar/ <br>
|
||||
其他:非必填,默认头像源为禾令奇 <br>
|
||||
注意:填写时,务必保证最后有一个/字符,否则不起作用!'
|
||||
);
|
||||
$JCustomAvatarSource->setAttribute('class', 'joe_content joe_global');
|
||||
$form->addInput($JCustomAvatarSource);
|
||||
|
||||
$JAside_Author_Nick = new Typecho_Widget_Helper_Form_Element_Text(
|
||||
'JAside_Author_Nick',
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user