Akina For Typecho修改版

Akina For Typecho修改版

Akina For Typecho 稍微修改

Akina For Typecho 是一个很好的 Typecho 模板,原作者为 Fuzzz,是 WordPress 模板,后被“缺乏维生素”移植为 Typecho 模板。我用了一段时间后做了一点点自己的修改,修改的不是很多,整体没有太大的变化。

修改内容

  1. 更换了一些图片。
  2. 模板设置增加了焦点图片设置。
  3. 微博图标换成了 BiliBili 图标,Github 图标换成了网易云音乐图标。
  4. 删除了首页的 V 字样式。
  5. 添加了备份模板数据功能。

模板下载

  • 下载链接:蓝奏网盘
  • 原作者博客:没有找到。。。
  • 移植作者博客:纸盒博客

笔记

首页文章 icon 图调用

84bd1766248614.png

焦点图片设置

$featureimg1 = new Typecho_Widget_Helper_Form_Element_Text('featureimg1', NULL,'/usr/themes/Akina/images/feature/feature1.jpg', _t('聚焦图片1'), _t('请规范填写,需https://,http://或者//</br>默认图:/usr/themes/Akina/images/headerbg.jpg'));
$form->addInput($featureimg1);

$feature1 = new Typecho_Widget_Helper_Form_Element_Text('feature1', NULL,NULL, _t('聚焦内容1'), _t('请规范填写,需https://,http://或者//'));
$form->addInput($feature1);    

$featureimg2 = new Typecho_Widget_Helper_Form_Element_Text('featureimg2', NULL,'/usr/themes/Akina/images/feature/feature2.jpg', _t('聚焦图片2'), _t('请规范填写,需https://,http://或者//</br>默认图:/usr/themes/Akina/images/headerbg.jpg'));
$form->addInput($featureimg2);

$feature2 = new Typecho_Widget_Helper_Form_Element_Text('feature2', NULL,NULL, _t('聚焦内容2'), _t('请规范填写,需https://,http://或者//'));
$form->addInput($feature2);

$featureimg3 = new Typecho_Widget_Helper_Form_Element_Text('featureimg3', NULL,'/usr/themes/Akina/images/feature/feature3.jpg', _t('聚焦图片3'), _t('请规范填写,需https://,http://或者//</br>默认图:/usr/themes/Akina/images/headerbg.jpg'));
$form->addInput($featureimg3);

$feature3 = new Typecho_Widget_Helper_Form_Element_Text('feature3', NULL,NULL, _t('聚焦内容3'), _t('请规范填写,需https://,http://或者//'));
$form->addInput($feature3);

首页 V 字样式(不想要就注释掉)

焦点位于 index.php 不想要就注释掉

首页大图的毛玻璃效果

首页简介框的透明度与角

社交图片阴影