Skip to content

Commit

Permalink
feat: upgrade to version 3.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
seatonjiang committed May 18, 2021
1 parent 6b28b3e commit 1a93f16
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://cdn.jsdelivr.net/gh/vtrois/[email protected].9/assets/img/options/about.png">
<img src="https://cdn.jsdelivr.net/gh/vtrois/[email protected].10/assets/img/options/about.png">
</p>

<p align="center">
Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://cdn.jsdelivr.net/gh/vtrois/[email protected].9/assets/img/options/about.png">
<img src="https://cdn.jsdelivr.net/gh/vtrois/[email protected].10/assets/img/options/about.png">
</p>

<p align="center">
Expand Down Expand Up @@ -31,14 +31,14 @@ Kratos 是一款专注于用户阅读体验的响应式 WordPress 主题,整
## 讨论交流

<p align="center">
<img src="https://cdn.jsdelivr.net/gh/vtrois/[email protected].9/assets/img/options/discuss.png">
<img src="https://cdn.jsdelivr.net/gh/vtrois/[email protected].10/assets/img/options/discuss.png">
</p>


## 打赏捐赠

<p align="center">
<img src="https://cdn.jsdelivr.net/gh/vtrois/[email protected].9/assets/img/options/donate.png">
<img src="https://cdn.jsdelivr.net/gh/vtrois/[email protected].10/assets/img/options/donate.png">
</p>

## 版权说明
Expand Down
4 changes: 2 additions & 2 deletions assets/css/kratos.css
Original file line number Diff line number Diff line change
Expand Up @@ -502,11 +502,11 @@ button:focus {
--------------------------------------------------------------*/

.k-main .board .paginations > * {
display: inline-block;
display: inline-block;
}

.k-main .board .paginations .kicon {
line-height: 25px;
line-height: 25px;
}

.k-main .board .paginations {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/kratos.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/kratos.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(function () {
"use strict";

var KRATOS_VERSION = "3.2.9";
var KRATOS_VERSION = "3.2.10";

var navbarConfig = function () {
$("#navbutton").on("click", function () {
Expand Down
2 changes: 1 addition & 1 deletion assets/js/kratos.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions inc/update-checker/update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.9",
"details_url": "https://github.com/vtrois/kratos/releases/tag/v3.2.9",
"download_url": "https://mirrors.vtrois.com/kratos/v3.2.9.zip"
"version": "3.2.10",
"details_url": "https://github.com/vtrois/kratos/releases/tag/v3.2.10",
"download_url": "https://mirrors.vtrois.com/kratos/v3.2.10.zip"
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Theme Name: Kratos
Text Domain: kratos
Version: 3.2.9
Version: 3.2.10
Requires PHP: 7.0
Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。
Tags: 博客, 双栏, 响应式, 自定义背景, 自定义颜色, 自定义图标, 自定义菜单, 特色图像, 收录优化, 邮件中心, 主题选项, 小工具, 文章置顶, 无障碍友好
Expand Down

0 comments on commit 1a93f16

Please sign in to comment.