Skip to content

Commit 39d53a7

Browse files
committed
[Upg] Bump to 3.1.2
1 parent 27e0529 commit 39d53a7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020

2121
- Author 作者:Viosey
2222
- Maintainer 维护者:黎明余光
23-
- Version 版本:3.0.4
24-
- Compatibility 兼容:PHP 5.4+, MySQL, Typecho 1.0
23+
- Version 版本:3.1.2
24+
- Compatibility 兼容:PHP 5.4+, MySQL, Typecho 1.0+
2525

2626
## Feature 特性
2727

2828
- 侧边栏含有有关博客的详细信息以及相关操作
2929
- 极其丰富的自定义设置
3030
- 自带中英文界面语言
3131
- 自带多种功能与特效
32-
- PanGu.js 中英文之间自动添加空格(可选)
33-
- 更新检测
32+
- PanGu.php 中英文之间自动添加空格
33+
- 使用 JavaScript 实现的更新检测
3434

3535
## Demo 演示
3636

@@ -40,15 +40,15 @@ Experience the Material theme in live: [typecho-theme-material Demo](https://blo
4040

4141
## Setup 设置
4242

43-
- [Github 地址](https://github.com/LiMingYuGuang/typecho-theme-material),点击"Download ZIP"下载,解压后将文件夹改名为 "Material"(或其他) 后上传到 `/usr/themes`,并启用主题
43+
- [Github 地址](https://github.com/LiMingYuGuang/typecho-theme-material),点击"Download ZIP"下载,解压后将文件夹改名为 "Material"(或其他) 后上传到 `/usr/themes`,并启用主题
4444
- 下载最新文件 然后覆盖原文件即可更新主题, 部分新增加的功能需要到后台开启才会生效 (建议更新后先切换为其他主题, 再切换回该主题)。否则有可能会导致莫名其妙的 bug...
4545
- 在 "设置外观" 中打造一个属于你自己的博客
4646
- 关于文章缩略图
47-
- 文章缩略图为文章内第一张图片
47+
- 文章缩略图为文章内第一张图片,自定义字段 “图片地址” 优先级最高
4848
- 缩略图支持 Markdown 格式, HTML 格式以及附件形式, Markdown 格式为 `![图片描述](图片链接)` 。
49-
- 如果想要自定义某篇文章的缩略图, 但是不想让该图片在文章中出现, 则可以使用该格式 `<img src="图片链接" width="0px" /> `
50-
- 首页文章概览默认最大输出80个字符, 可手动添加截断符 `<!-- more -->` 控制输出
51-
- 在侧边栏中使用友情链接, 需安装此友情链接插件 [typecho-links-material](https://github.com/viosey/typecho-links-material)
49+
- 如果想要自定义某篇文章的缩略图, 但是不想让该图片在文章中出现, 则可以使用该格式 `<img src="图片链接" width="0px" /> `
50+
- 首页文章概览默认最大输出80个字符, 可手动添加截断符 `<!--more-->` 控制输出
51+
- 在侧边栏中使用友情链接, 需安装此友情链接插件 [typecho-links-material](https://github.com/viosey/typecho-links-material)
5252

5353

5454

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define("MATERIAL_VERSION", "3.1.1");
3+
define("MATERIAL_VERSION", "3.1.2");
44

55
require_once("lib/UACheck.php");
66
require_once("lib/pangu.php");

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package Theme.Material
66
* @author 黎明余光
7-
* @version 3.1.1
7+
* @version 3.1.2
88
* @link https://blog.lim-light.com
99
*/
1010

0 commit comments

Comments
 (0)