mirror of https://github.com/vtrois/kratos
parent
509f2d7859
commit
069c0cfc97
|
@ -6,7 +6,7 @@ English | [简体中文](README.zh-CN.md)
|
|||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/PHP-%3E7.4-777BB4?style=flat-square&logo=php&logoColor=#777BB4">
|
||||
<img src="https://img.shields.io/badge/WordPress-v5.9%20tested-21759B?style=flat-square&logo=wordpress">
|
||||
<img src="https://img.shields.io/badge/WordPress-v6.0%20tested-21759B?style=flat-square&logo=wordpress">
|
||||
<a href="https://github.com/seatonjiang/kratos/issues">
|
||||
<img src="https://img.shields.io/github/issues/seatonjiang/kratos?style=flat-square&color=blue">
|
||||
</a>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/PHP-%3E7.4-777BB4?style=flat-square&logo=php&logoColor=#777BB4">
|
||||
<img src="https://img.shields.io/badge/WordPress-v5.9%20tested-21759B?style=flat-square&logo=wordpress">
|
||||
<img src="https://img.shields.io/badge/WordPress-v6.0%20tested-21759B?style=flat-square&logo=wordpress">
|
||||
<a href="https://github.com/seatonjiang/kratos/issues">
|
||||
<img src="https://img.shields.io/github/issues/seatonjiang/kratos?style=flat-square&color=blue">
|
||||
</a>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
* Kratos
|
||||
* Seaton Jiang <hi@seatonjiang.com>
|
||||
*/
|
||||
;(function () {
|
||||
; (function () {
|
||||
'use strict'
|
||||
|
||||
var KRATOS_VERSION = '4.1.3'
|
||||
var KRATOS_VERSION = '4.1.4'
|
||||
|
||||
var navbarConfig = function () {
|
||||
$('#navbutton').on('click', function () {
|
||||
|
@ -92,7 +92,7 @@
|
|||
var postlikeConfig = function () {
|
||||
$.fn.postLike = function () {
|
||||
if ($(this).hasClass('done')) {
|
||||
layer.msg(kratos.repeat, function () {})
|
||||
layer.msg(kratos.repeat, function () { })
|
||||
return false
|
||||
} else {
|
||||
$(this).addClass('done')
|
||||
|
@ -104,7 +104,7 @@
|
|||
um_id: id,
|
||||
um_action: action
|
||||
}
|
||||
$.post(kratos.site + '/wp-admin/admin-ajax.php', ajax_data, function (data) {})
|
||||
$.post(kratos.site + '/wp-admin/admin-ajax.php', ajax_data, function (data) { })
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* @version 2022.05.02
|
||||
*/
|
||||
|
||||
define('THEME_VERSION', '4.1.3');
|
||||
define('THEME_VERSION', '4.1.4');
|
||||
|
||||
// 主题配置
|
||||
require get_template_directory() . '/inc/codestar-framework/autoload.php';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "4.1.3",
|
||||
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.3",
|
||||
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.3.zip"
|
||||
}
|
||||
"version": "4.1.4",
|
||||
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.4",
|
||||
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.4.zip"
|
||||
}
|
Loading…
Reference in New Issue