This commit is contained in:
杜恒
2021-03-02 13:09:36 +08:00
parent 336e6a63f8
commit a5170bd15c
3 changed files with 15 additions and 22 deletions

View File

@@ -337,22 +337,8 @@ function themeConfig($form)
);
$JCustomFont->setAttribute('class', 'joe_content joe_global');
$form->addInput($JCustomFont);
/* --------------------------------------- */
$JShieldF12 = new Typecho_Widget_Helper_Form_Element_Select(
'JShieldF12',
array(
'off' => '关闭(默认)',
'on' => '开启',
),
'off',
'是否一键开启代码防调试',
'介绍:用于防止代码被控制台调试修改'
);
$JShieldF12->setAttribute('class', 'joe_content joe_global');
$form->addInput($JShieldF12->multiMode());
$JAside_Author_Nick = new Typecho_Widget_Helper_Form_Element_Text(
'JAside_Author_Nick',
NULL,