diff --git a/README.md b/README.md index ac0488c..ce85fb8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ English | [简体中文](README.zh-CN.md)

- + diff --git a/README.zh-CN.md b/README.zh-CN.md index 3a3486e..c2930f9 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -6,7 +6,7 @@

- + diff --git a/assets/js/kratos.js b/assets/js/kratos.js index acf7ea1..943858c 100644 --- a/assets/js/kratos.js +++ b/assets/js/kratos.js @@ -2,10 +2,10 @@ * Kratos * Seaton Jiang */ -;(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 } } diff --git a/functions.php b/functions.php index 940dbcf..1876d96 100644 --- a/functions.php +++ b/functions.php @@ -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'; diff --git a/inc/update-checker/update.json b/inc/update-checker/update.json index dd72c98..09d2596 100644 --- a/inc/update-checker/update.json +++ b/inc/update-checker/update.json @@ -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" +} \ No newline at end of file diff --git a/style.css b/style.css index 0829221..ba14333 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ /* Theme Name: Kratos Text Domain: kratos -Version: 4.1.3 +Version: 4.1.4 Requires PHP: 7.4 Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。 Tags: 博客, 双栏, 响应式, 自定义背景, 自定义颜色, 自定义图标, 自定义菜单, 特色图像, 收录优化, 邮件中心, 主题选项, 小工具, 文章置顶, 无障碍友好