mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -162,6 +162,31 @@ function themeConfig($form)
|
||||
$JList_Animate->setAttribute('class', 'joe_content joe_global');
|
||||
$form->addInput($JList_Animate->multiMode());
|
||||
|
||||
$JFooter_Left = new Typecho_Widget_Helper_Form_Element_Textarea(
|
||||
'JFooter_Left',
|
||||
NULL,
|
||||
'<span class="info">
|
||||
2019 - 2020 © Reach - <a href="http://ae.js.cn" target="_blank" rel="noopener noreferrer">Joe</a>
|
||||
</span>',
|
||||
'自定义底部栏左侧内容(非必填)',
|
||||
'介绍:用于修改全站底部左侧内容 <br>
|
||||
例如:2019 - 2020 © Reach - Joe '
|
||||
);
|
||||
$JFooter_Left->setAttribute('class', 'joe_content joe_global');
|
||||
$form->addInput($JFooter_Left);
|
||||
|
||||
$JFooter_Right = new Typecho_Widget_Helper_Form_Element_Textarea(
|
||||
'JFooter_Right',
|
||||
NULL,
|
||||
'<a href="https://ae.js.cn/feed/" target="_blank" rel="noopener noreferrer">RSS</a>
|
||||
<a href="https://ae.js.cn/index.php/sitemap" target="_blank" rel="noopener noreferrer" style="margin-left: 15px">MAP</a>',
|
||||
'自定义底部栏右侧内容(非必填)',
|
||||
'介绍:用于修改全站底部右侧内容 <br>
|
||||
例如:<a href="/">首页</a> <a href="/">关于</a>'
|
||||
);
|
||||
$JFooter_Right->setAttribute('class', 'joe_content joe_global');
|
||||
$form->addInput($JFooter_Right);
|
||||
|
||||
$JAside = new Typecho_Widget_Helper_Form_Element_Checkbox(
|
||||
'JAside',
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user