chore: change author email

pull/475/head
Seaton Jiang 2022-01-26 00:30:04 +08:00
parent 1a2ae85ef4
commit 9f499eaf50
No known key found for this signature in database
GPG Key ID: B79682F6FE8D30E3
26 changed files with 54 additions and 54 deletions

View File

@ -2,9 +2,9 @@
/** /**
* 404 模板 * 404 模板
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.21 * @version 2022.01.26
*/ */
get_header(); ?> get_header(); ?>
@ -27,4 +27,4 @@ get_header(); ?>
</div> </div>
</div> </div>
</div> </div>
<?php get_footer(); ?> <?php get_footer(); ?>

View File

@ -1,6 +1,6 @@
/*! /*!
* Kratos * Kratos
* Seaton Jiang <seatonjiang@vtrois.com> * Seaton Jiang <hi@seatonjiang.com>
*/ */
;(function () { ;(function () {
'use strict' 'use strict'

View File

@ -2,9 +2,9 @@
/** /**
* 评论模板 * 评论模板
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.20 * @version 2022.01.26
*/ */
if (isset($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) { if (isset($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) {
@ -85,4 +85,4 @@ if (comments_open()) { ?>
<?php endif; ?> <?php endif; ?>
</div> </div>
</div> </div>
<?php } ?> <?php } ?>

View File

@ -2,9 +2,9 @@
/** /**
* 主题页脚 * 主题页脚
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.21 * @version 2022.01.26
*/ */
?> ?>
<div class="k-footer"> <div class="k-footer">
@ -63,4 +63,4 @@
<?php wp_footer(); ?> <?php wp_footer(); ?>
</body> </body>
</html> </html>

View File

@ -2,9 +2,9 @@
/** /**
* 模板函数 * 模板函数
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.20 * @version 2022.01.26
*/ */
define('THEME_VERSION', '4.0.3'); define('THEME_VERSION', '4.0.3');

View File

@ -2,9 +2,9 @@
/** /**
* 主题页眉 * 主题页眉
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.21 * @version 2022.01.26
*/ */
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
@ -79,4 +79,4 @@
</div> </div>
</div> </div>
<?php } ?> <?php } ?>
</div> </div>

View File

@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"POT-Creation-Date: 2021-06-25 12:32:35+00:00\n" "POT-Creation-Date: 2021-06-25 12:32:35+00:00\n"
"PO-Revision-Date: 2021-08-19 12:18+0800\n" "PO-Revision-Date: 2021-08-19 12:18+0800\n"
"Last-Translator: Seaton Jiang <seatonjiang@vtrois.com>\n" "Last-Translator: Seaton Jiang <hi@seatonjiang.com>\n"
"Language-Team: \n" "Language-Team: \n"
"Language: zh_CN\n" "Language: zh_CN\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

View File

@ -2,9 +2,9 @@
/** /**
* 文章相关函数 * 文章相关函数
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.21 * @version 2022.01.26
*/ */
// 文章链接添加 target 和 rel // 文章链接添加 target 和 rel

View File

@ -2,9 +2,9 @@
/** /**
* 核心函数 * 核心函数
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.09.10 * @version 2022.01.26
*/ */
// CDN 资源地址 // CDN 资源地址

View File

@ -2,9 +2,9 @@
/** /**
* dogecloud 对象存储 * dogecloud 对象存储
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.21 * @version 2022.01.26
*/ */
if (!empty(kratos_option('g_cos_fieldset')['g_cos'])) { if (!empty(kratos_option('g_cos_fieldset')['g_cos'])) {

View File

@ -2,7 +2,7 @@
/** /**
* 主题选项 * 主题选项
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2022.01.26 * @version 2022.01.26
*/ */

View File

@ -2,9 +2,9 @@
/** /**
* 站点相关函数 * 站点相关函数
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.21 * @version 2022.01.26
*/ */
// 标题配置 // 标题配置

View File

@ -2,9 +2,9 @@
/** /**
* 文章短代码 * 文章短代码
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.20 * @version 2022.01.26
*/ */
function h2title($atts, $content = null, $code = "") function h2title($atts, $content = null, $code = "")

View File

@ -2,9 +2,9 @@
/** /**
* SMTP 配置 * SMTP 配置
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.20 * @version 2022.01.26
*/ */
if (kratos_option('m_smtp', false)) { if (kratos_option('m_smtp', false)) {

View File

@ -2,9 +2,9 @@
/** /**
* ImageX 图片服务 * ImageX 图片服务
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.09.10 * @version 2022.01.26
*/ */
if (!empty(kratos_option('g_imgx_fieldset')['g_imgx'])) { if (!empty(kratos_option('g_imgx_fieldset')['g_imgx'])) {

View File

@ -2,9 +2,9 @@
/** /**
* 侧栏小工具 * 侧栏小工具
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.20 * @version 2022.01.26
*/ */
// 添加小工具 // 添加小工具

View File

@ -2,9 +2,9 @@
/** /**
* 首页模板 * 首页模板
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.21 * @version 2022.01.26
*/ */
get_header(); ?> get_header(); ?>
<div class="k-main <?php echo kratos_option('top_img_switch', true) ? 'banner' : 'color' ?>" style="background:<?php echo kratos_option('g_background', '#f5f5f5'); ?>"> <div class="k-main <?php echo kratos_option('top_img_switch', true) ? 'banner' : 'color' ?>" style="background:<?php echo kratos_option('g_background', '#f5f5f5'); ?>">
@ -42,4 +42,4 @@ get_header(); ?>
</div> </div>
</div> </div>
</div> </div>
<?php get_footer(); ?> <?php get_footer(); ?>

View File

@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: 87f769374581b4e7ec717067bc809033\n" "Project-Id-Version: 87f769374581b4e7ec717067bc809033\n"
"POT-Creation-Date: 2021-08-22 15:27+0800\n" "POT-Creation-Date: 2021-08-22 15:27+0800\n"
"PO-Revision-Date: 2021-08-22 15:44+0800\n" "PO-Revision-Date: 2021-08-22 15:44+0800\n"
"Last-Translator: Seaton Jiang <seatonjiang@vtrois.com>\n" "Last-Translator: Seaton Jiang <hi@seatonjiang.com>\n"
"Language-Team: English\n" "Language-Team: English\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: 87f769374581b4e7ec717067bc809033\n" "Project-Id-Version: 87f769374581b4e7ec717067bc809033\n"
"POT-Creation-Date: 2021-08-22 15:27+0800\n" "POT-Creation-Date: 2021-08-22 15:27+0800\n"
"PO-Revision-Date: 2021-08-22 15:44+0800\n" "PO-Revision-Date: 2021-08-22 15:44+0800\n"
"Last-Translator: Seaton Jiang <seatonjiang@vtrois.com>\n" "Last-Translator: Seaton Jiang <hi@seatonjiang.com>\n"
"Language-Team: Japanese\n" "Language-Team: Japanese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: 87f769374581b4e7ec717067bc809033\n" "Project-Id-Version: 87f769374581b4e7ec717067bc809033\n"
"POT-Creation-Date: 2021-08-22 15:27+0800\n" "POT-Creation-Date: 2021-08-22 15:27+0800\n"
"PO-Revision-Date: 2021-08-22 15:44+0800\n" "PO-Revision-Date: 2021-08-22 15:44+0800\n"
"Last-Translator: Seaton Jiang <seatonjiang@vtrois.com>\n" "Last-Translator: Seaton Jiang <hi@seatonjiang.com>\n"
"Language-Team: Chinese Traditional\n" "Language-Team: Chinese Traditional\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -2,9 +2,9 @@
/** /**
* 页面模板 * 页面模板
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.21 * @version 2022.01.26
*/ */
get_header(); ?> get_header(); ?>
@ -59,4 +59,4 @@ get_header(); ?>
</div> </div>
</div> </div>
</div> </div>
<?php get_footer(); ?> <?php get_footer(); ?>

View File

@ -2,9 +2,9 @@
/** /**
* 文章列表 * 文章列表
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.21 * @version 2022.01.26
*/ */
?> ?>
<div class="article-panel"> <div class="article-panel">
@ -61,4 +61,4 @@
<a href="<?php the_permalink(); ?>"><?php _e('阅读全文', 'kratos'); ?><i class="kicon i-rightbutton"></i></a> <a href="<?php the_permalink(); ?>"><?php _e('阅读全文', 'kratos'); ?><i class="kicon i-rightbutton"></i></a>
</span> </span>
</div> </div>
</div> </div>

View File

@ -2,9 +2,9 @@
/** /**
* 表情图标 * 表情图标
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.20 * @version 2022.01.26
*/ */
$smilies = ' $smilies = '
<a href="javascript:grin(\':razz:\')"><img src="' . ASSET_PATH . '/assets/img/smilies/razz.png" alt="" class="d-block"/></a> <a href="javascript:grin(\':razz:\')"><img src="' . ASSET_PATH . '/assets/img/smilies/razz.png" alt="" class="d-block"/></a>

View File

@ -2,9 +2,9 @@
/** /**
* 文章工具栏 * 文章工具栏
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.21 * @version 2022.01.26
*/ */
?> ?>
<div class="toolbar clearfix"> <div class="toolbar clearfix">
@ -19,4 +19,4 @@
<?php } ?> <?php } ?>
<a href="javascript:;" id="thumbs" data-action="love" data-id="<?php the_ID(); ?>" role="button" class="btn btn-thumbs <?php if (isset($_COOKIE['love_' . $post->ID])) echo 'done'; ?>"><i class="kicon i-like"></i><span class="ml-1"><?php _e('点赞', 'kratos'); ?></span></a> <a href="javascript:;" id="thumbs" data-action="love" data-id="<?php the_ID(); ?>" role="button" class="btn btn-thumbs <?php if (isset($_COOKIE['love_' . $post->ID])) echo 'done'; ?>"><i class="kicon i-like"></i><span class="ml-1"><?php _e('点赞', 'kratos'); ?></span></a>
</div> </div>
</div> </div>

View File

@ -2,9 +2,9 @@
/** /**
* 文章内容 * 文章内容
* @author Seaton Jiang <seatonjiang@vtrois.com> * @author Seaton Jiang <hi@seatonjiang.com>
* @license GPL-3.0 License * @license GPL-3.0 License
* @version 2021.08.21 * @version 2022.01.26
*/ */
get_header(); get_header();
@ -163,4 +163,4 @@ $col_array = array(
</div> </div>
</div> </div>
</div> </div>
<?php get_footer(); ?> <?php get_footer(); ?>

View File

@ -15,7 +15,7 @@ License URI: https://github.com/vtrois/kratos/blob/main/LICENSE
/*-------------------------------------------------------------- /*--------------------------------------------------------------
>>> Kratos >>> Kratos
>>> Seaton Jiang <seatonjiang@vtrois.com> >>> Seaton Jiang <hi@seatonjiang.com>
---------------------------------------------------------------- ----------------------------------------------------------------
1. 1.