Akina For Typecho修改版


Akina For Typecho稍微修改

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

修改内容

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

模板下载

下载链接:蓝奏网盘
原作者博客:没有找到。。。

移植作者博客:纸盒博客

笔记

首页文章icon图调用

焦点图片设置

$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 不想要就注释掉

首页大图的毛玻璃效果

首页简介框的透明度与角

社交图片阴影

声明:三脚猫博客|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - Akina For Typecho修改版


五光十色的白,五彩斑斓的黑。