From 952d4bd17f0b425cd4415f33f631436e0cd17876 Mon Sep 17 00:00:00 2001 From: Yvonne Lu Date: Fri, 14 Dec 2018 04:58:11 +0800 Subject: [PATCH 1/9] Update main.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1,修复首页资料卡链接发蓝问题 2,底部链接改成粉色 --- css/main.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 +} From 48565dbe9e878c8459b453015b7f1e02b7bfa4d8 Mon Sep 17 00:00:00 2001 From: Yvonne Lu Date: Fri, 14 Dec 2018 04:59:47 +0800 Subject: [PATCH 2/9] Update functions.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加PC端赞赏链接 --- functions.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index e84d5ab..1094c8e 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); From f710870ef6df022eb5b583050bbcfc2507cbc0fb Mon Sep 17 00:00:00 2001 From: Yvonne Lu Date: Fri, 14 Dec 2018 05:03:00 +0800 Subject: [PATCH 3/9] Update header.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 汉化弹窗,增加电脑打赏功能 --- header.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/header.php b/header.php index 266141d..bb77bd1 100644 --- a/header.php +++ b/header.php @@ -83,7 +83,7 @@ function realFunc(){
- New comments + 最新评论~
最近留下的评论 @@ -107,7 +107,7 @@ function realFunc(){
- New Pagelist + 最新文章~
最新六篇文章 @@ -144,7 +144,7 @@ function realFunc(){
- TAG Cloud + 标签云~
会输出标签云哦~ @@ -162,7 +162,7 @@ function realFunc(){
- + 支付宝打赏请戳这里~
From 1ad73bbbb5692c966951b91b64ca7aa8971046c9 Mon Sep 17 00:00:00 2001 From: Yvonne Lu Date: Fri, 14 Dec 2018 05:05:11 +0800 Subject: [PATCH 4/9] =?UTF-8?q?=E6=8A=8A=E6=89=93=E8=B5=8F=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=94=B9=E6=88=90=E5=BF=83=E5=BD=A2~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 把打赏按钮改成心形~ --- sidebar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sidebar.php b/sidebar.php index 485a7da..d4c426b 100644 --- a/sidebar.php +++ b/sidebar.php @@ -16,7 +16,7 @@
- +
@@ -55,4 +55,4 @@ $('.mb-fixedToolBtn').css({transform: 'translate(0,0)',opacity:'1'}); }); scrollSidebar(); - \ No newline at end of file + From 8866be52ab09f70752bab59a0db686a335659d8e Mon Sep 17 00:00:00 2001 From: Yvonne Lu Date: Fri, 14 Dec 2018 05:08:53 +0800 Subject: [PATCH 5/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0PC=E6=89=93=E8=B5=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新PC打赏 --- header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.php b/header.php index bb77bd1..922beec 100644 --- a/header.php +++ b/header.php @@ -162,7 +162,7 @@ function realFunc(){
- 支付宝打赏请戳这里~ + 支付宝打赏请戳这里~
From 0060b160a9d45c5f996720237a36a23bdc157f1a Mon Sep 17 00:00:00 2001 From: Yvonne Lu Date: Fri, 14 Dec 2018 05:17:11 +0800 Subject: [PATCH 6/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新使用说明 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e3c6e8..ec09382 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # illi -A 二次元式 Typecho theme +二次元Typecho主题,moeareas二次修改吧 [主题预览链接](http://icry.info/) -Usage +#### 安装方法 主题命名illi扔到themes文件夹下,然后到后台启用. 提供 '归档,友联,留言板'均为独立页面模板,自行切换 @@ -16,7 +16,7 @@ Usage - 不如下载试试吧 - 咕咕咕 -#### 添加友链的方法 +#### 添加友链 > 新建独立页面,选择 ‘友链模板’ 然后编辑内容 插入以下代码 From 8b00070ab1678947709ca489c44088d29e8ad1a1 Mon Sep 17 00:00:00 2001 From: Yvonne Lu Date: Fri, 14 Dec 2018 05:17:49 +0800 Subject: [PATCH 7/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec09382..c10f167 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # illi -二次元Typecho主题,moeareas二次修改吧 +二次元Typecho主题 [主题预览链接](http://icry.info/) From f04cda2965881230b3131086c5a9b209326876ee Mon Sep 17 00:00:00 2001 From: Yvonne Lu Date: Fri, 14 Dec 2018 05:21:14 +0800 Subject: [PATCH 8/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 1094c8e..bd1f260 100644 --- a/functions.php +++ b/functions.php @@ -19,7 +19,7 @@ function themeConfig($form) { $form->addInput($pay); $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('显示在首页!')); + $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); From dfb55ca275ad65242f000452612ba72717800120 Mon Sep 17 00:00:00 2001 From: Yvonne Lu Date: Fri, 14 Dec 2018 05:22:16 +0800 Subject: [PATCH 9/9] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c10f167..8e3c6e8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # illi -二次元Typecho主题 +A 二次元式 Typecho theme [主题预览链接](http://icry.info/) -#### 安装方法 +Usage 主题命名illi扔到themes文件夹下,然后到后台启用. 提供 '归档,友联,留言板'均为独立页面模板,自行切换 @@ -16,7 +16,7 @@ - 不如下载试试吧 - 咕咕咕 -#### 添加友链 +#### 添加友链的方法 > 新建独立页面,选择 ‘友链模板’ 然后编辑内容 插入以下代码