mirror of https://github.com/vtrois/kratos
parent
a0a8d21ca7
commit
37c9c9becc
|
@ -1,5 +1,5 @@
|
|||
<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 align="center">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<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 align="center">
|
||||
|
@ -31,13 +31,13 @@ Kratos 是一款专注于用户阅读体验的响应式 WordPress 主题,整
|
|||
## 讨论交流
|
||||
|
||||
<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 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>
|
||||
|
||||
## 版权说明
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* @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';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "4.0.2",
|
||||
"details_url": "https://github.com/vtrois/kratos/releases/tag/v4.0.2",
|
||||
"download_url": "https://mirrors.vtrois.com/kratos/v4.0.2.zip"
|
||||
"version": "4.0.3",
|
||||
"details_url": "https://github.com/vtrois/kratos/releases/tag/v4.0.3",
|
||||
"download_url": "https://mirrors.vtrois.com/kratos/v4.0.3.zip"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue