mirror of https://github.com/vtrois/kratos
fix: picture error in configuration document
parent
0bf8149d12
commit
6c56cf0979
|
@ -1,5 +1,5 @@
|
|||
<p align="center">
|
||||
<img src="https://camo.githubusercontent.com/9da13920699b57a32ac7a6cf5debec0b1efc7e1e/68747470733a2f2f73322e617831782e636f6d2f323032302f30322f31362f33396e4734532e706e67">
|
||||
<img src="https://raw.githubusercontent.com/Vtrois/Kratos/master/inc/options-framework/images/about.png">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
@ -179,7 +179,7 @@ Detailed changes for each release are documented in the [release notes](https://
|
|||
If you find Kratos useful, you can buy us a cup of coffee
|
||||
|
||||
<p align="center">
|
||||
<img width="650" src="https://camo.githubusercontent.com/45c296e69d4aa7275d4f7c8971afd8bb8011209f/68747470733a2f2f73322e617831782e636f6d2f323032302f30322f31362f3339314e67552e706e67">
|
||||
<img width="650" src="https://raw.githubusercontent.com/Vtrois/Kratos/master/inc/options-framework/images/donate.png">
|
||||
</p>
|
||||
|
||||
## License
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 322 KiB After Width: | Height: | Size: 1.3 MiB |
|
@ -226,7 +226,7 @@ class Options_Framework_Interface
|
|||
global $wp_version;
|
||||
$version = $wp_version;
|
||||
$output .= '<div class="about-content">
|
||||
<img src="' . get_template_directory_uri() . '/inc/options-framework/images/about.png">
|
||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@' . THEME_VERSION. '/inc/options-framework/images/about.png">
|
||||
<h4>' . __('基础信息', 'kratos') . '</h3>
|
||||
<ul>
|
||||
<li>' . __('PHP 版本:', 'kratos') . PHP_VERSION . '</li>
|
||||
|
@ -247,7 +247,7 @@ class Options_Framework_Interface
|
|||
<h4>' . __('版权声明', 'kratos') . '</h3>
|
||||
<p>' . __('主题源码使用 <a href="https://github.com/Vtrois/Kratos/blob/master/LICENSE" target="_blank">MIT 协议</a> 进行许可,说明文档使用 <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND 4.0</a> 进行许可。', 'kratos') . '</p>
|
||||
<h4>' . __('打赏支持', 'kratos') . '</h3>
|
||||
<img src="' . get_template_directory_uri() . '/inc/options-framework/images/donate.png">
|
||||
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@' . THEME_VERSION. '/inc/options-framework/images/donate.png">
|
||||
<p class="tips">' . __('项目的发展需要您的支持和鼓励,打赏时请确认作者姓名为<b>姜学栋</b>', 'kratos') . '</p>
|
||||
</div>';
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue