mirror of https://github.com/vtrois/kratos
parent
374aefa976
commit
8e158679fd
|
@ -5,7 +5,7 @@
|
|||
; (function () {
|
||||
'use strict'
|
||||
|
||||
var KRATOS_VERSION = '4.1.4'
|
||||
var KRATOS_VERSION = '4.1.5'
|
||||
|
||||
var navbarConfig = function () {
|
||||
$('#navbutton').on('click', function () {
|
||||
|
|
|
@ -7,10 +7,10 @@ if (defined('WP_USE_THEMES') && WP_USE_THEMES === false) {
|
|||
* 模板函数
|
||||
* @author Seaton Jiang <hi@seatonjiang.com>
|
||||
* @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';
|
||||
|
|
|
@ -1206,7 +1206,7 @@ CSF::createSection($prefix, array(
|
|||
),
|
||||
array(
|
||||
'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(
|
||||
'type' => 'subheading',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"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"
|
||||
"version": "4.1.5",
|
||||
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.5",
|
||||
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.5.zip"
|
||||
}
|
Loading…
Reference in New Issue