Skip to content

Commit

Permalink
release: 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanDecode committed Oct 26, 2019
1 parent 0c0d4c0 commit 7598be2
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 24 deletions.
43 changes: 22 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Typecho Theme VOID 3.3.0
# Typecho Theme VOID 3.4.0

> ✏ 一款简洁优雅的 Typecho 主题
Expand Down Expand Up @@ -206,26 +206,27 @@ gulp build

## 更新日志

**🍰 2019-09-13 Version 3.3.0**

*该版本依赖 VOID 插件 1.10 及以上版本,请先禁用原插件,上传新插件后重新启用*

* 新增:[配合插件]评论投票
* 新增:[配合插件]访客互动展示(后台 - 管理 - 互动)
* 新增:[配合插件]评论归属地展示(后台 - 管理 - 评论)
* 新增:[高级设置]代码块使用 [Fira Code](https://github.com/tonsky/FiraCode) 字体,支持 ligature 特性
* 新增:后台更新提示
* 优化:图片懒加载。现在首页、友链均支持懒加载
* 优化:某些屏幕下排版效果
* 调整:代码高亮库更换为 Prism.js
* 调整:提示块样式
* 调整:现在关闭评论时可显示历史评论
* 修复:在一定宽度下照片集导致页面浮动
* 移除:RSS 原图保护
* 移除:前台评论管理
* 其他细节优化

注意,3.3.0 版本主题依赖 1.10 及以上版本插件,请先禁用原插件,上传新版插件后重新启用。
**🍰 2019-10-26 Version 3.4.0**

*该版本依赖 VOID 插件 1.20 及以上版本,请先禁用原插件,上传新插件后重新启用插件*

* 新增:为图片获取基础信息,详见[关于 VOID 主题自动获取图片基础信息](https://blog.imalan.cn/archives/void-fetch-img-basic-info/)
* 新增:新的平滑滚动效果
* 优化:通过 iframe 嵌入 Bilibili 播放器时可自适应宽高
* 优化:图片懒加载功能
* 优化:夜间模式下 APlayer 播放器样式
* 优化:内容解析性能
* 调整:替换默认西文字体为 Droid Serif
* 修复:PJAX 跳转后首页图片懒加载可能失效的问题
* 修复:当文章中存在相同的标题时无法点击目录跳转的问题
* 修复:修复一个可能导致插件启用失败的问题
* 修复:不同时区导致建站时间计算不准确的问题
* 修复:懒加载与 Google Ads 冲突的问题
* 修复:不正确的头图高度
* 修复:未启用插件时投票功能未被禁用的问题
* 移除:站点背景图设置

注意,3.4.0 版本主题依赖 1.20 及以上版本插件,请先禁用原插件,上传新版插件后重新启用。

从 2.2 版本起,主题部分功能需要配套插件支持,例如文章点赞、浏览量统计、字数统计等。**请先卸载**原来的 Likes、TePostViews 插件,否则数据会出现错误!TePostViews 插件卸载前请设置为**卸载后保留数据**,以防丢失浏览数据。

Expand Down
22 changes: 22 additions & 0 deletions change-log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change log | 更新日志

**🍰 2019-10-26 Version 3.4.0**

*该版本依赖 VOID 插件 1.20 及以上版本,请先禁用原插件,上传新插件后重新启用插件*

* 新增:为图片获取基础信息,详见[关于 VOID 主题自动获取图片基础信息](https://blog.imalan.cn/archives/void-fetch-img-basic-info/)
* 新增:新的平滑滚动效果
* 优化:通过 iframe 嵌入 Bilibili 播放器时可自适应宽高
* 优化:图片懒加载功能
* 优化:夜间模式下 APlayer 播放器样式
* 优化:内容解析性能
* 调整:替换默认西文字体为 Droid Serif
* 修复:PJAX 跳转后首页图片懒加载可能失效的问题
* 修复:当文章中存在相同的标题时无法点击目录跳转的问题
* 修复:修复一个可能导致插件启用失败的问题
* 修复:不同时区导致建站时间计算不准确的问题
* 修复:懒加载与 Google Ads 冲突的问题
* 修复:不正确的头图高度
* 修复:未启用插件时投票功能未被禁用的问题
* 移除:站点背景图设置

注意,3.4.0 版本主题依赖 1.20 及以上版本插件,请先禁用原插件,上传新版插件后重新启用。

**🍰 2019-09-13 Version 3.3.0**

*该版本依赖 VOID 插件 1.10 及以上版本,请先禁用原插件,上传新插件后重新启用*
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function themeInit()
}

$GLOBALS['VOIDPluginREQ'] = 1.2;
$GLOBALS['VOIDVersion'] = 3.30;
$GLOBALS['VOIDVersion'] = 3.40;

/**
* 主题设置
Expand Down
3 changes: 2 additions & 1 deletion includes/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
horizontalBg: <?php echo empty($setting['siteBg']) ? 'false' : 'true'; ?>,
verticalBg: <?php echo empty($setting['siteBgVertical']) ? 'false' : 'true'; ?>,
indexStyle: <?php echo $setting['indexStyle']; ?>,
version: <?php echo $GLOBALS['VOIDVersion'] ?>
version: <?php echo $GLOBALS['VOIDVersion'] ?>,
isDev: true
}
</script>
<script src="<?php Utils::indexTheme('/assets/header.js'); ?>"></script>
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Typecho-Theme-VOID
* @author 熊猫小A
* @version 3.3.0
* @version 3.4.0
* @link https://blog.imalan.cn/archives/247/
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
Expand Down

0 comments on commit 7598be2

Please sign in to comment.