mirror of https://github.com/vtrois/kratos
parent
d21e729e6d
commit
138fa9c137
|
@ -1,5 +1,5 @@
|
|||
<p align="center">
|
||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@3.3.3/assets/img/options/about.png">
|
||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@3.3.4/assets/img/options/about.png">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<p align="center">
|
||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@3.3.3/assets/img/options/about.png">
|
||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@3.3.4/assets/img/options/about.png">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
@ -31,14 +31,14 @@ Kratos 是一款专注于用户阅读体验的响应式 WordPress 主题,整
|
|||
## 讨论交流
|
||||
|
||||
<p align="center">
|
||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@3.3.3/assets/img/options/discuss.png">
|
||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@3.3.4/assets/img/options/discuss.png">
|
||||
</p>
|
||||
|
||||
|
||||
## 打赏捐赠
|
||||
|
||||
<p align="center">
|
||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@3.3.3/assets/img/options/donate.png">
|
||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@3.3.4/assets/img/options/donate.png">
|
||||
</p>
|
||||
|
||||
## 版权说明
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
(function () {
|
||||
"use strict";
|
||||
|
||||
var KRATOS_VERSION = "3.3.3";
|
||||
var KRATOS_VERSION = "3.3.4";
|
||||
|
||||
var navbarConfig = function () {
|
||||
$("#navbutton").on("click", function () {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* @version 2021.06.25
|
||||
*/
|
||||
|
||||
define('THEME_VERSION', '3.3.3');
|
||||
define('THEME_VERSION', '3.3.4');
|
||||
|
||||
// 主题配置
|
||||
require get_template_directory() . '/inc/options-framework/autoload.php';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "3.3.3",
|
||||
"details_url": "https://github.com/vtrois/kratos/releases/tag/v3.3.3",
|
||||
"download_url": "https://mirrors.vtrois.com/kratos/v3.3.3.zip"
|
||||
"version": "3.3.4",
|
||||
"details_url": "https://github.com/vtrois/kratos/releases/tag/v3.3.4",
|
||||
"download_url": "https://mirrors.vtrois.com/kratos/v3.3.4.zip"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue