diff --git a/assets/img/options/discuss.png b/assets/img/options/discuss.png index 23eea98..bd03d68 100644 Binary files a/assets/img/options/discuss.png and b/assets/img/options/discuss.png differ diff --git a/assets/img/options/donate.png b/assets/img/options/donate.png deleted file mode 100644 index 9978fe4..0000000 Binary files a/assets/img/options/donate.png and /dev/null differ diff --git a/inc/theme-options.php b/inc/theme-options.php index 00850d6..eee082f 100644 --- a/inc/theme-options.php +++ b/inc/theme-options.php @@ -4,7 +4,7 @@ * 主题选项 * @author Seaton Jiang * @license GPL-3.0 License - * @version 2023.06.24 + * @version 2023.08.25 */ defined('ABSPATH') || exit; @@ -1190,11 +1190,6 @@ CSF::createSection($prefix, array( 'type' => 'subheading', 'content' => __('基础信息', 'kratos'), ), - array( - 'type' => 'submessage', - 'style' => 'info', - 'content' => __('提示:在反馈主题相关的问题时,请同时复制并提交下面的内容。', 'kratos'), - ), array( 'type' => 'content', 'content' => '', @@ -1222,7 +1217,7 @@ CSF::createSection($prefix, array( ), array( 'type' => 'content', - 'content' => '
', + 'content' => '
', ), array( 'type' => 'subheading', @@ -1230,7 +1225,7 @@ CSF::createSection($prefix, array( ), array( 'type' => 'content', - 'content' => '
', + 'content' => '如果您有用到我开发维护的项目,请考虑支持一下我的工作,让我可以持续的维护它们,您可在爱发电(https://afdian.net/a/seatonjiang)中进行打赏,谢谢!', ), ), ));