mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -637,6 +637,19 @@ function themeConfig($form)
|
||||
);
|
||||
$JAside_3DTag->setAttribute('class', 'joe_content joe_aside');
|
||||
$form->addInput($JAside_3DTag->multiMode());
|
||||
/* --------------------------------------- */
|
||||
$JAside_Flatterer = new Typecho_Widget_Helper_Form_Element_Select(
|
||||
'JAside_Flatterer',
|
||||
array(
|
||||
'off' => '关闭(默认)',
|
||||
'on' => '开启'
|
||||
),
|
||||
'off',
|
||||
'是否开启舔狗日记 - PC',
|
||||
'介绍:用于设置侧边栏是否显示舔狗日记'
|
||||
);
|
||||
$JAside_Flatterer->setAttribute('class', 'joe_content joe_aside');
|
||||
$form->addInput($JAside_Flatterer->multiMode());
|
||||
|
||||
|
||||
$JThumbnail = new Typecho_Widget_Helper_Form_Element_Textarea(
|
||||
|
||||
Reference in New Issue
Block a user