mirror of https://github.com/vtrois/kratos
parent
a307af4add
commit
89baae6198
|
@ -5,7 +5,7 @@
|
||||||
(function ($) {
|
(function ($) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var KRATOS_VERSION = "4.2.0";
|
var KRATOS_VERSION = "4.2.1";
|
||||||
|
|
||||||
var navbarConfig = function () {
|
var navbarConfig = function () {
|
||||||
$("#navbutton").on("click", function () {
|
$("#navbutton").on("click", function () {
|
||||||
|
|
|
@ -10,7 +10,7 @@ if (defined('WP_USE_THEMES') && WP_USE_THEMES === false) {
|
||||||
* @version 2023.03.30
|
* @version 2023.03.30
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('THEME_VERSION', '4.2.0');
|
define('THEME_VERSION', '4.2.1');
|
||||||
|
|
||||||
// 主题配置
|
// 主题配置
|
||||||
require get_template_directory() . '/inc/codestar-framework/autoload.php';
|
require get_template_directory() . '/inc/codestar-framework/autoload.php';
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "4.2.0",
|
"version": "4.2.1",
|
||||||
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.2.0",
|
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.2.1",
|
||||||
"download_url": "https://cdn.seatonjiang.com/kratos/v4.2.0.zip"
|
"download_url": "https://cdn.seatonjiang.com/kratos/v4.2.1.zip"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
Theme Name: Kratos
|
Theme Name: Kratos
|
||||||
Text Domain: kratos
|
Text Domain: kratos
|
||||||
Version: 4.2.0
|
Version: 4.2.1
|
||||||
Requires PHP: 7.4
|
Requires PHP: 7.4
|
||||||
Requires at least: 5.3.0
|
Requires at least: 5.3.0
|
||||||
Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。
|
Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。
|
||||||
|
|
Loading…
Reference in New Issue