chore: change of repository

pull/475/head
Seaton Jiang 2022-01-26 01:09:32 +08:00
parent 9f499eaf50
commit 804bafd690
No known key found for this signature in database
GPG Key ID: B79682F6FE8D30E3
15 changed files with 308 additions and 4640 deletions

View File

@ -1,13 +1,13 @@
<p align="center">
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@4.0.3/assets/img/options/about.png">
<img src="https://cdn.jsdelivr.net/gh/seatonjiang/kratos@main/assets/img/options/about.png">
</p>
<p align="center">
<img src="https://img.shields.io/badge/php-%3E7.2.5-blue">
<img src="https://img.shields.io/badge/wordpress-v5.9%20alpha%20tested-%234c1">
<a href="https://vtrois.crowdin.com/kratos" target="_blank"><img src="https://badges.crowdin.net/e/f1d1a7eaa6af337dba7aa4a39b28e67c/localized.svg"></a>
<a href="https://www.jsdelivr.com/package/gh/vtrois/kratos" target="_blank"><img src="https://data.jsdelivr.com/v1/package/gh/vtrois/kratos/badge?style=rounded"></a>
<img src="https://img.shields.io/github/license/vtrois/kratos?color=%234c1">
<a title="Crowdin" target="_blank" href="https://crowdin.com/project/kratos"><img src="https://badges.crowdin.net/kratos/localized.svg"></a>
<a href="https://www.jsdelivr.com/package/gh/seatonjiang/kratos" target="_blank"><img src="https://data.jsdelivr.com/v1/package/gh/seatonjiang/kratos/badge?style=rounded"></a>
<img src="https://img.shields.io/github/license/seatonjiang/kratos?color=%234c1">
</p>
English | [简体中文](README.zh-CN.md)
@ -30,10 +30,10 @@ Kratos is a responsive WordPress theme focused on the user reading experience, j
## Changelog
Detailed changes for each release are documented in the [release notes](https://github.com/vtrois/kratos/releases).
Detailed changes for each release are documented in the [release notes](https://github.com/seatonjiang/kratos/releases).
## License
The code is available under the [GPL-3.0](https://github.com/vtrois/kratos/blob/main/LICENSE) license.
The code is available under the [GPL-3.0](https://github.com/seatonjiang/kratos/blob/main/LICENSE) license.
The document is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](http://creativecommons.org/licenses/by-nc-nd/4.0/).

View File

@ -1,13 +1,13 @@
<p align="center">
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@4.0.3/assets/img/options/about.png">
<img src="https://cdn.jsdelivr.net/gh/seatonjiang/kratos@main/assets/img/options/about.png">
</p>
<p align="center">
<img src="https://img.shields.io/badge/php-%3E7.2.5-blue">
<img src="https://img.shields.io/badge/wordpress-v5.9%20alpha%20tested-%234c1">
<a href="https://vtrois.crowdin.com/kratos" target="_blank"><img src="https://badges.crowdin.net/e/f1d1a7eaa6af337dba7aa4a39b28e67c/localized.svg"></a>
<a href="https://www.jsdelivr.com/package/gh/vtrois/kratos" target="_blank"><img src="https://data.jsdelivr.com/v1/package/gh/vtrois/kratos/badge?style=rounded"></a>
<img src="https://img.shields.io/github/license/vtrois/kratos?color=%234c1">
<a title="Crowdin" target="_blank" href="https://crowdin.com/project/kratos"><img src="https://badges.crowdin.net/kratos/localized.svg"></a>
<a href="https://www.jsdelivr.com/package/gh/seatonjiang/kratos" target="_blank"><img src="https://data.jsdelivr.com/v1/package/gh/seatonjiang/kratos/badge?style=rounded"></a>
<img src="https://img.shields.io/github/license/seatonjiang/kratos?color=%234c1">
</p>
[English](README.md) | 简体中文
@ -31,15 +31,15 @@ Kratos 是一款专注于用户阅读体验的响应式 WordPress 主题,整
## 讨论交流
<p align="center">
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@4.0.3/assets/img/options/discuss.png">
<img src="https://cdn.jsdelivr.net/gh/seatonjiang/kratos@main/assets/img/options/discuss.png">
</p>
## 打赏捐赠
<p align="center">
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@4.0.3/assets/img/options/donate.png">
<img src="https://cdn.jsdelivr.net/gh/seatonjiang/kratos@main/assets/img/options/donate.png">
</p>
## 版权说明
该仓库代码文件使用 [GPL-3.0](https://github.com/vtrois/kratos/blob/main/LICENSE) 协议进行授权,文档文件使用 [署名-非商业性使用-禁止演绎 4.0 国际](http://creativecommons.org/licenses/by-nc-nd/4.0/) 协议进行授权。
该仓库代码文件使用 [GPL-3.0](https://github.com/seatonjiang/kratos/blob/main/LICENSE) 协议进行授权,文档文件使用 [署名-非商业性使用-禁止演绎 4.0 国际](http://creativecommons.org/licenses/by-nc-nd/4.0/) 协议进行授权。

View File

@ -162,7 +162,7 @@
}
var consoleConfig = function () {
console.log('\n Kratos v' + KRATOS_VERSION + '\n\n https://github.com/vtrois/kratos \n\n')
console.log('\n Kratos v' + KRATOS_VERSION + '\n\n https://github.com/seatonjiang/kratos \n\n')
}
var lightGalleryConfig = function () {

View File

@ -45,7 +45,7 @@
</p>
<?php
echo '<p>' . kratos_option('s_copyright', 'COPYRIGHT © ' . date('Y') . ' ' . get_bloginfo('name') . '. ALL RIGHTS RESERVED.') . '</p>';
echo '<p>THEME <a href="https://github.com/vtrois/kratos" target="_blank" rel="nofollow">KRATOS</a> MADE BY <a href="https://www.vtrois.com/" target="_blank" rel="nofollow">VTROIS</a></p>';
echo '<p>Theme <a href="https://github.com/seatonjiang/kratos" target="_blank" rel="nofollow">Kratos</a> Made By <a href="https://seatonjiang.com" target="_blank" rel="nofollow">Seaton Jiang</a></p>';
if (kratos_option('s_icp')) {
echo '<p><a href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow">' . kratos_option('s_icp') . '</a></p>';
}

View File

@ -9,7 +9,7 @@
// CDN 资源地址
if (kratos_option('g_cdn', false)) {
$asset_path = 'https://cdn.jsdelivr.net/gh/vtrois/kratos@' . THEME_VERSION;
$asset_path = 'https://cdn.jsdelivr.net/gh/seatonjiang/kratos@' . THEME_VERSION;
} else {
$asset_path = get_template_directory_uri();
}
@ -191,7 +191,7 @@ add_filter('get_avatar_url', 'get_https_avatar');
// 主题更新检测
$myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
'https://cdn.jsdelivr.net/gh/vtrois/kratos/inc/update-checker/update.json',
'https://cdn.jsdelivr.net/gh/seatonjiang/kratos/inc/update-checker/update.json',
get_template_directory() . '/functions.php',
'Kratos'
);

View File

@ -50,7 +50,7 @@ CSF::createOptions($prefix, array(
'admin_bar_menu_icon' => 'dashicons-admin-generic',
'framework_title' => '主题设置<small style="margin-left:10px">Kratos v' . THEME_VERSION . '</small>',
'theme' => 'light',
'footer_credit' => '感谢使用 <a target="_blank" href="https://github.com/vtrois/kratos">Kratos</a> 主题开始创作,欢迎加入交流群:<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=jHy4nvMcnurowkL602BTDZzverAqfTpI&jump_from=webapi">734508</a>',
'footer_credit' => '感谢使用 <a target="_blank" href="https://github.com/seatonjiang/kratos">Kratos</a> 主题开始创作,欢迎加入交流群:<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=jHy4nvMcnurowkL602BTDZzverAqfTpI&jump_from=webapi">734508</a>',
));
CSF::createSection($prefix, array(
@ -1122,7 +1122,7 @@ CSF::createSection($prefix, array(
),
array(
'type' => 'content',
'content' => '<ul style="margin: 0 auto;"> <li>' . __('说明文档:', 'kratos') . '<a href="https://www.vtrois.com/" target="_blank">https://www.vtrois.com/</a></li> <li>' . __('讨论反馈:', 'kratos') . '<a href="https://github.com/vtrois/kratos/discussions" target="_blank">https://github.com/vtrois/kratos/discussions</a></li> <li>' . __('常见问题:', 'kratos') . '<a href="https://github.com/vtrois/kratos/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98" target="_blank">https://github.com/vtrois/kratos/wiki</a></li> <li>' . __('更新日志:', 'kratos') . '<a href="https://github.com/vtrois/kratos/releases" target="_blank">https://github.com/vtrois/kratos/releases</a></li> <li>' . __('捐赠记录:', 'kratos') . '<a href="https://docs.qq.com/sheet/DV0NwVnNoYWxGUmlD" target="_blank">https://docs.qq.com/sheet/DV0NwVnNoYWxGUmlD</a></li> </ul>',
'content' => '<ul style="margin: 0 auto;"> <li>' . __('说明文档:', 'kratos') . '<a href="https://seatonjiang.com/" target="_blank">https://seatonjiang.com/</a></li> <li>' . __('讨论反馈:', 'kratos') . '<a href="https://github.com/seatonjiang/kratos/discussions" target="_blank">https://github.com/seatonjiang/kratos/discussions</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>',
),
array(
'type' => 'subheading',
@ -1130,7 +1130,7 @@ CSF::createSection($prefix, array(
),
array(
'type' => 'content',
'content' => __('主题源码使用 <a href="https://github.com/vtrois/kratos/blob/main/LICENSE" target="_blank">GPL-3.0 协议</a> 进行许可,说明文档使用 <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND 4.0</a> 进行许可。', 'kratos'),
'content' => __('主题源码使用 <a href="https://github.com/seatonjiang/kratos/blob/main/LICENSE" target="_blank">GPL-3.0 协议</a> 进行许可,说明文档使用 <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND 4.0</a> 进行许可。', 'kratos'),
),
array(
'type' => 'subheading',
@ -1138,7 +1138,7 @@ CSF::createSection($prefix, array(
),
array(
'type' => 'content',
'content' => '<div style="max-width:800px;"><img style="width: 100%;height: auto;" src="' . get_template_directory_uri() . '/assets/img/options/discuss.png"></div>',
'content' => '<div style="max-width:800px;"><img style="width: 100%;height: auto;" src="https://cdn.jsdelivr.net/gh/seatonjiang/kratos@main/assets/img/options/discuss.png"></div>',
),
array(
'type' => 'subheading',
@ -1146,7 +1146,7 @@ CSF::createSection($prefix, array(
),
array(
'type' => 'content',
'content' => '<div style="max-width:800px;"><img style="width: 100%;height: auto;" src="' . get_template_directory_uri() . '/assets/img/options/donate.png"></div>',
'content' => '<div style="max-width:800px;"><img style="width: 100%;height: auto;" src="https://cdn.jsdelivr.net/gh/seatonjiang/kratos@main/assets/img/options/donate.png"></div>',
),
),
));

View File

@ -1,5 +1,5 @@
{
"version": "4.0.3",
"details_url": "https://github.com/vtrois/kratos/releases/tag/v4.0.3",
"download_url": "https://mirrors.vtrois.com/kratos/v4.0.3.zip"
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.0.3",
"download_url": "https://mirrors.seatonjiang.com/kratos/v4.0.3.zip"
}

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -7,10 +7,10 @@ Requires PHP: 7.2.5
Description:
Tags: , , , , , , , , , , , , ,
Author: Seaton Jiang
Author URI: https://www.vtrois.com/
Theme URI: https://github.com/vtrois/kratos
Author URI: https://seatonjiang.com
Theme URI: https://github.com/seatonjiang/kratos
License: GPL-3.0 License
License URI: https://github.com/vtrois/kratos/blob/main/LICENSE
License URI: https://github.com/seatonjiang/kratos/blob/main/LICENSE
*/
/*--------------------------------------------------------------