diff --git a/css/main.css b/css/main.css index 5040063..e977af9 100644 --- a/css/main.css +++ b/css/main.css @@ -39,7 +39,7 @@ footer { justify-content: center; } footer a { - color: #8ec5fc; + color: #e4778f; } footer > div { margin: 5px 32px; @@ -1297,7 +1297,9 @@ a {text-decoration: none;} .blog-copyright {display: none} .ab-user-url { margin-top: 0; - }.ab-user-url a { + } + .ab-user-url a { + color: rgba(0,0,0,.55); font-size: 13px; } .user-mdata-i p { @@ -1447,4 +1449,4 @@ a {text-decoration: none;} margin-top: 24px; } -} \ No newline at end of file +} diff --git a/functions.php b/functions.php index e84d5ab..bd1f260 100644 --- a/functions.php +++ b/functions.php @@ -13,11 +13,13 @@ function themeConfig($form) { _t('缩略图设置'), _t('默认选择“有图文章显示缩略图,无图文章随机显示缩略图”')); $form->addInput($slimg->multiMode()); - $bg = new Typecho_Widget_Helper_Form_Element_Text('bg', null, null, _t('背景图片'), _t('填入外部连接更新')); + $bg = new Typecho_Widget_Helper_Form_Element_Text('bg', null, null, _t('背景图片'), _t('填写好看的背景图片URL哟~')); $form->addInput($bg); - $pay = new Typecho_Widget_Helper_Form_Element_Text('pay', null, null, _t('赞赏码'), _t('填入外部连接更新')); + $pay = new Typecho_Widget_Helper_Form_Element_Text('pay', null, null, _t('赞赏码'), _t('填写赞赏码的URL吖~')); $form->addInput($pay); - $icon = new Typecho_Widget_Helper_Form_Element_Text('icon', null, null, _t('头像'), _t('填入外部连接更新')); + $paylink = new Typecho_Widget_Helper_Form_Element_Text('paylink', null, null, _t('赞赏链接'), _t('PC端展示的赞赏链接')); + $form->addInput($paylink); + $icon = new Typecho_Widget_Helper_Form_Element_Text('icon', null, null, _t('头像'), _t('头像显示在首页!')); $form->addInput($icon); $copyright = new Typecho_Widget_Helper_Form_Element_Text('copyright', null, null, _t('copyright信息'), _t('这种事情自己随意就好呀')); $form->addInput($copyright); diff --git a/header.php b/header.php index 266141d..922beec 100644 --- a/header.php +++ b/header.php @@ -83,7 +83,7 @@ function realFunc(){