diff --git a/functions.php b/functions.php
index 220df67..a14498e 100644
--- a/functions.php
+++ b/functions.php
@@ -39,7 +39,7 @@ function themeConfig($form)
array('0'=> _t('否'), '1'=> _t('是')),
'0', _t('社交分享显示'), _t('选择"是"在文章页面显示社交分享。需要搭配插件使用,默认关闭'));
$form->addInput($social);
- $gonggao = new Typecho_Widget_Helper_Form_Element_Textarea('gonggao', NULL, NULL, _t('站点公告'), _t('支持HTML'));
+ $gonggao = new Typecho_Widget_Helper_Form_Element_Textarea('gonggao', NULL, NULL, _t('站点公告'), _t('使用格式: 标题|链接|图标
多条公告回车分隔.链接和图标可以为空.图标使用Font Awesome,如: fa-regular fa-bell'));
$form->addInput($gonggao);
$adlisttop = new Typecho_Widget_Helper_Form_Element_Textarea('adlisttop', NULL, NULL, _t('文章列表上方广告位'), _t('支持HTML'));
$form->addInput($adlisttop);
@@ -51,13 +51,19 @@ function themeConfig($form)
$form->addInput($articlemid);
$articlefoot = new Typecho_Widget_Helper_Form_Element_Textarea('articlefoot', NULL, NULL, _t('文章页底部广告位'), _t('支持HTML'));
$form->addInput($articlefoot);
- $addhead = new Typecho_Widget_Helper_Form_Element_Textarea('addhead', NULL, NULL, _t('网站验证代码'), _t('若开启无刷新加载,请在标签上加上data-instant属性'));
+ $addhead = new Typecho_Widget_Helper_Form_Element_Textarea('addhead', NULL, '
+', _t('网站验证代码'), _t('若开启无刷新加载,请在标签上加上data-instant属性'));
$form->addInput($addhead);
- $tongji = new Typecho_Widget_Helper_Form_Element_Textarea('tongji', NULL, NULL, _t('网站统计代码'), _t('支持HTML'));
+ $tongji = new Typecho_Widget_Helper_Form_Element_Textarea('tongji', NULL, '', _t('网站统计代码'), _t('支持HTML'));
$form->addInput($tongji);
- $footerinfo = new Typecho_Widget_Helper_Form_Element_Textarea('footerinfo', NULL, NULL, _t('底部关于我们'), _t('支持HTML'));
+ $footerinfo = new Typecho_Widget_Helper_Form_Element_Textarea('footerinfo', NULL, '
+
+
+
+
+', _t('底部关于我们'), _t('支持HTML'));
$form->addInput($footerinfo);
- $footercopyright = new Typecho_Widget_Helper_Form_Element_Textarea('footercopyright', NULL, NULL, _t('底部版权信息'), _t('支持HTML'));
+ $footercopyright = new Typecho_Widget_Helper_Form_Element_Textarea('footercopyright', NULL, '版权所有 转载请注明出处', _t('底部版权信息'), _t('支持HTML'));
$form->addInput($footercopyright);
$sidebarBlock = new \Typecho\Widget\Helper\Form\Element\Checkbox(
'sidebarBlock',
diff --git a/header.php b/header.php
index b7ae25e..3f22fe6 100644
--- a/header.php
+++ b/header.php
@@ -177,12 +177,34 @@