diff --git a/README.md b/README.md index 47f9599..3d067c0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Sky -敬我们对生活的热爱。 +> 敬我们对生活的热爱。 -简约·多彩·响应式 Typecho 主题。基于 Argon 框架。 +Sky 是一个简洁的 Typecho 主题,基于 Argon 框架。 demo:[skywt.cn](https://skywt.cn/) diff --git a/functions.php b/functions.php index 279c0be..71231b8 100644 --- a/functions.php +++ b/functions.php @@ -12,6 +12,9 @@ function themeConfig($form) { $nisInfo = new Typecho_Widget_Helper_Form_Element_Text('nisInfo', NULL, NULL, _t('网安备案号'), _t('显示在底部,留空则不显示')); $form->addInput($nisInfo->addRule('xssCheck', _t('请不要使用特殊字符'))); + + $notification = new Typecho_Widget_Helper_Form_Element_Text('notification', NULL, NULL, _t('网站公告'), _t('显示在首页,留空则不显示')); + $form->addInput($notification); $travelling = new Typecho_Widget_Helper_Form_Element_Radio('travelling', array('able' => _t('启用'), diff --git a/index.php b/index.php index 1ff775e..4bd8edf 100644 --- a/index.php +++ b/index.php @@ -13,15 +13,20 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>