mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -889,4 +889,21 @@ function themeConfig($form)
|
||||
);
|
||||
$JBaiduToken->setAttribute('class', 'joe_content joe_post');
|
||||
$form->addInput($JBaiduToken);
|
||||
|
||||
$JOverdue = new Typecho_Widget_Helper_Form_Element_Select(
|
||||
'JOverdue',
|
||||
array(
|
||||
'off' => '关闭(默认)',
|
||||
'30' => '大于30天',
|
||||
'60' => '大于60天',
|
||||
'90' => '大于90天',
|
||||
'120' => '大于120天',
|
||||
'180' => '大于180天'
|
||||
),
|
||||
'off',
|
||||
'是否开启文章更新时间大于多少天提示(仅针对文章有效)',
|
||||
'介绍:开启后如果文章在多少天内无任何修改,则进行提示'
|
||||
);
|
||||
$JOverdue->setAttribute('class', 'joe_content joe_post');
|
||||
$form->addInput($JOverdue->multiMode());
|
||||
} ?>
|
||||
Reference in New Issue
Block a user