mirror of https://github.com/vtrois/kratos
parent
a0a8d21ca7
commit
37c9c9becc
|
@ -1,5 +1,5 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@4.0.2/assets/img/options/about.png">
|
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@4.0.3/assets/img/options/about.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@4.0.2/assets/img/options/about.png">
|
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@4.0.3/assets/img/options/about.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
@ -31,13 +31,13 @@ Kratos 是一款专注于用户阅读体验的响应式 WordPress 主题,整
|
||||||
## 讨论交流
|
## 讨论交流
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@4.0.2/assets/img/options/discuss.png">
|
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@4.0.3/assets/img/options/discuss.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## 打赏捐赠
|
## 打赏捐赠
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@4.0.2/assets/img/options/donate.png">
|
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@4.0.3/assets/img/options/donate.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## 版权说明
|
## 版权说明
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @version 2021.08.20
|
* @version 2021.08.20
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('THEME_VERSION', '4.0.2');
|
define('THEME_VERSION', '4.0.3');
|
||||||
|
|
||||||
// 主题配置
|
// 主题配置
|
||||||
require get_template_directory() . '/inc/codestar-framework/autoload.php';
|
require get_template_directory() . '/inc/codestar-framework/autoload.php';
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "4.0.2",
|
"version": "4.0.3",
|
||||||
"details_url": "https://github.com/vtrois/kratos/releases/tag/v4.0.2",
|
"details_url": "https://github.com/vtrois/kratos/releases/tag/v4.0.3",
|
||||||
"download_url": "https://mirrors.vtrois.com/kratos/v4.0.2.zip"
|
"download_url": "https://mirrors.vtrois.com/kratos/v4.0.3.zip"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
Theme Name: Kratos
|
Theme Name: Kratos
|
||||||
Text Domain: kratos
|
Text Domain: kratos
|
||||||
Version: 4.0.2
|
Version: 4.0.3
|
||||||
Requires PHP: 7.2.5
|
Requires PHP: 7.2.5
|
||||||
Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。
|
Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。
|
||||||
Tags: 博客, 双栏, 响应式, 自定义背景, 自定义颜色, 自定义图标, 自定义菜单, 特色图像, 收录优化, 邮件中心, 主题选项, 小工具, 文章置顶, 无障碍友好
|
Tags: 博客, 双栏, 响应式, 自定义背景, 自定义颜色, 自定义图标, 自定义菜单, 特色图像, 收录优化, 邮件中心, 主题选项, 小工具, 文章置顶, 无障碍友好
|
||||||
|
|
Loading…
Reference in New Issue