diff --git a/README.md b/README.md
index 145c947..02d522d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
English | [简体中文](README.zh-CN.md)
-
+
diff --git a/README.zh-CN.md b/README.zh-CN.md
index b4ec67d..48aa5bc 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -1,7 +1,7 @@
[English](README.md) | 简体中文
-
+
@@ -41,13 +41,13 @@
## 💬 讨论交流
-
+
## 🧧 打赏捐赠
-
+
## 🤝 参与共建
diff --git a/inc/theme-core.php b/inc/theme-core.php
index 5777c84..729bb34 100644
--- a/inc/theme-core.php
+++ b/inc/theme-core.php
@@ -9,7 +9,7 @@
// CDN 资源地址
if (kratos_option('g_cdn', false)) {
- $asset_path = 'https://cdn.seatonjiang.com/kratos@' . THEME_VERSION;
+ $asset_path = 'https://cdn.seatonjiang.com/kratos/' . THEME_VERSION;
} else {
$asset_path = get_template_directory_uri();
}
diff --git a/inc/theme-options.php b/inc/theme-options.php
index 5623f8b..0e05f51 100644
--- a/inc/theme-options.php
+++ b/inc/theme-options.php
@@ -1138,7 +1138,7 @@ CSF::createSection($prefix, array(
),
array(
'type' => 'content',
- 'content' => '',
+ 'content' => '',
),
array(
'type' => 'subheading',
@@ -1146,7 +1146,7 @@ CSF::createSection($prefix, array(
),
array(
'type' => 'content',
- 'content' => '',
+ 'content' => '',
),
),
));