diff --git a/README.md b/README.md
index 4046a6b..b78f3fa 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
@@ -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
-
+
## License
diff --git a/inc/options-framework/images/about.png b/inc/options-framework/images/about.png
index 1d9314c..1d270ef 100644
Binary files a/inc/options-framework/images/about.png and b/inc/options-framework/images/about.png differ
diff --git a/inc/options-framework/includes/class-options-interface.php b/inc/options-framework/includes/class-options-interface.php
index d9fd1af..0035250 100755
--- a/inc/options-framework/includes/class-options-interface.php
+++ b/inc/options-framework/includes/class-options-interface.php
@@ -226,7 +226,7 @@ class Options_Framework_Interface
global $wp_version;
$version = $wp_version;
$output .= '
-
 . '/inc/options-framework/images/about.png)
+
' . __('基础信息', 'kratos') . '
- ' . __('PHP 版本:', 'kratos') . PHP_VERSION . '
@@ -247,7 +247,7 @@ class Options_Framework_Interface
' . __('版权声明', 'kratos') . '
' . __('主题源码使用 MIT 协议 进行许可,说明文档使用 CC BY-NC-ND 4.0 进行许可。', 'kratos') . '
' . __('打赏支持', 'kratos') . '
-
+
' . __('项目的发展需要您的支持和鼓励,打赏时请确认作者姓名为姜学栋', 'kratos') . '
';
break;