展示

1.修改functions.php,文件路径:usr/themes/Joe-master
// 全站置灰
$websiteChgGray = new Typecho_Widget_Helper_Form_Element_Select(
    'websiteChgGray',
    array(
        'off' => '关闭(默认)',
        'on' => '开启',
    ),
    'on',
    '是否启用全站置灰',
    '介绍:开启后,网站所有信息全部变成黑白'
);
$websiteChgGray->setAttribute('class', 'joe_content joe_custom'); // 如果无法显示设置,则将以下joe_custom修改为 joe_aside(查看上下文写的是 joe_xxxx 啥东西 改成一样)
$form->addInput($websiteChgGray->multiMode());{/tabs-pane}
2.修改include.php文件,底部增加,文件路径:usr/themes/Joe-master/public
{/tabs-pane}
{tabs-pane label="代码"}
{/tabs-pane}
本文共 93 个字数,平均阅读时长 ≈ 1分钟
 
        
       
    

评论 (0)