mirror of https://github.com/vtrois/kratos
parent
374aefa976
commit
8e158679fd
|
@ -5,7 +5,7 @@
|
||||||
; (function () {
|
; (function () {
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
var KRATOS_VERSION = '4.1.4'
|
var KRATOS_VERSION = '4.1.5'
|
||||||
|
|
||||||
var navbarConfig = function () {
|
var navbarConfig = function () {
|
||||||
$('#navbutton').on('click', function () {
|
$('#navbutton').on('click', function () {
|
||||||
|
|
|
@ -7,10 +7,10 @@ if (defined('WP_USE_THEMES') && WP_USE_THEMES === false) {
|
||||||
* 模板函数
|
* 模板函数
|
||||||
* @author Seaton Jiang <hi@seatonjiang.com>
|
* @author Seaton Jiang <hi@seatonjiang.com>
|
||||||
* @license GPL-3.0 License
|
* @license GPL-3.0 License
|
||||||
* @version 2022.05.02
|
* @version 2022.11.27
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('THEME_VERSION', '4.1.4');
|
define('THEME_VERSION', '4.1.5');
|
||||||
|
|
||||||
// 主题配置
|
// 主题配置
|
||||||
require get_template_directory() . '/inc/codestar-framework/autoload.php';
|
require get_template_directory() . '/inc/codestar-framework/autoload.php';
|
||||||
|
|
|
@ -1206,7 +1206,7 @@ CSF::createSection($prefix, array(
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'type' => 'content',
|
'type' => 'content',
|
||||||
'content' => '<ul style="margin: 0 auto;"><li>' . __('问题反馈:', 'kratos') . '<a href="https://github.com/seatonjiang/kratos/issues" target="_blank">https://github.com/seatonjiang/kratos/issues</a></li> <li>' . __('使用说明:', 'kratos') . '<a href="https://github.com/seatonjiang/kratos/wiki" target="_blank">https://github.com/seatonjiang/kratos/wiki</a></li> <li>' . __('更新日志:', 'kratos') . '<a href="https://github.com/seatonjiang/kratos/releases" target="_blank">https://github.com/seatonjiang/kratos/releases</a></li> <li>' . __('捐赠记录:', 'kratos') . '<a href="https://docs.qq.com/sheet/DV2p4Rkt5U1N1bXhG" target="_blank">https://docs.qq.com/sheet/DV2p4Rkt5U1N1bXhG</a></li> </ul>',
|
'content' => '<ul style="margin: 0 auto;"><li>' . __('问题反馈:', 'kratos') . '<a href="https://github.com/seatonjiang/kratos/issues" target="_blank">https://github.com/seatonjiang/kratos/issues</a></li> <li>' . __('使用说明:', 'kratos') . '<a href="https://github.com/seatonjiang/kratos/wiki" target="_blank">https://github.com/seatonjiang/kratos/wiki</a></li> <li>' . __('更新日志:', 'kratos') . '<a href="https://github.com/seatonjiang/kratos/releases" target="_blank">https://github.com/seatonjiang/kratos/releases</a></li> </ul>',
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'type' => 'subheading',
|
'type' => 'subheading',
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "4.1.4",
|
"version": "4.1.5",
|
||||||
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.4",
|
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.5",
|
||||||
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.4.zip"
|
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.5.zip"
|
||||||
}
|
}
|
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
Theme Name: Kratos
|
Theme Name: Kratos
|
||||||
Text Domain: kratos
|
Text Domain: kratos
|
||||||
Version: 4.1.4
|
Version: 4.1.5
|
||||||
Requires PHP: 7.4
|
Requires PHP: 7.4
|
||||||
Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。
|
Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。
|
||||||
Tags: 博客, 双栏, 响应式, 自定义背景, 自定义颜色, 自定义图标, 自定义菜单, 特色图像, 收录优化, 邮件中心, 主题选项, 小工具, 文章置顶, 无障碍友好
|
Tags: 博客, 双栏, 响应式, 自定义背景, 自定义颜色, 自定义图标, 自定义菜单, 特色图像, 收录优化, 邮件中心, 主题选项, 小工具, 文章置顶, 无障碍友好
|
||||||
|
|
Loading…
Reference in New Issue