mirror of https://github.com/vtrois/kratos
parent
8abed76f89
commit
bbf16b417a
|
@ -5,7 +5,7 @@
|
||||||
;(function () {
|
;(function () {
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
var KRATOS_VERSION = '4.1.2'
|
var KRATOS_VERSION = '4.1.3'
|
||||||
|
|
||||||
var navbarConfig = function () {
|
var navbarConfig = function () {
|
||||||
$('#navbutton').on('click', function () {
|
$('#navbutton').on('click', function () {
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
* 模板函数
|
* 模板函数
|
||||||
* @author Seaton Jiang <hi@seatonjiang.com>
|
* @author Seaton Jiang <hi@seatonjiang.com>
|
||||||
* @license GPL-3.0 License
|
* @license GPL-3.0 License
|
||||||
* @version 2022.02.20
|
* @version 2022.05.02
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('THEME_VERSION', '4.1.2');
|
define('THEME_VERSION', '4.1.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.1.2",
|
"version": "4.1.3",
|
||||||
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.2",
|
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.3",
|
||||||
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.2.zip"
|
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.3.zip"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
Theme Name: Kratos
|
Theme Name: Kratos
|
||||||
Text Domain: kratos
|
Text Domain: kratos
|
||||||
Version: 4.1.2
|
Version: 4.1.3
|
||||||
Requires PHP: 7.4
|
Requires PHP: 7.4
|
||||||
Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。
|
Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。
|
||||||
Tags: 博客, 双栏, 响应式, 自定义背景, 自定义颜色, 自定义图标, 自定义菜单, 特色图像, 收录优化, 邮件中心, 主题选项, 小工具, 文章置顶, 无障碍友好
|
Tags: 博客, 双栏, 响应式, 自定义背景, 自定义颜色, 自定义图标, 自定义菜单, 特色图像, 收录优化, 邮件中心, 主题选项, 小工具, 文章置顶, 无障碍友好
|
||||||
|
@ -402,6 +402,7 @@ button:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 992px) {
|
@media screen and (max-width: 992px) {
|
||||||
|
|
||||||
.navbar-light .navbar-nav .dropdown-menu,
|
.navbar-light .navbar-nav .dropdown-menu,
|
||||||
.navbar-light .navbar-nav .dropdown-item.active,
|
.navbar-light .navbar-nav .dropdown-item.active,
|
||||||
.navbar-light .navbar-nav .dropdown-item:active,
|
.navbar-light .navbar-nav .dropdown-item:active,
|
||||||
|
|
Loading…
Reference in New Issue