diff --git a/core/function.php b/core/function.php
index 44a7d7f..0af07dc 100644
--- a/core/function.php
+++ b/core/function.php
@@ -3,7 +3,7 @@
/* 获取主题当前版本号 */
function _getVersion()
{
- return "5.0.7";
+ return "5.0.8";
};
/* 判断是否是手机 */
diff --git a/functions.php b/functions.php
index 5230eee..c68a9fb 100644
--- a/functions.php
+++ b/functions.php
@@ -587,6 +587,17 @@ function themeConfig($form)
$JAside_Wap_Image->setAttribute('class', 'joe_content joe_image');
$form->addInput($JAside_Wap_Image);
+ $JShare_QQ_Image = new Typecho_Widget_Helper_Form_Element_Textarea(
+ 'JShare_QQ_Image',
+ NULL,
+ "https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/img/link.png",
+ 'QQ分享链接图片',
+ '介绍:用于修改在QQ内分享时卡片链接显示的图片
+ 格式:图片地址'
+ );
+ $JShare_QQ_Image->setAttribute('class', 'joe_content joe_image');
+ $form->addInput($JShare_QQ_Image);
+
$JIndex_Carousel = new Typecho_Widget_Helper_Form_Element_Textarea(
'JIndex_Carousel',
NULL,
diff --git a/public/include.php b/public/include.php
index bb1bf50..77daab8 100644
--- a/public/include.php
+++ b/public/include.php
@@ -52,6 +52,7 @@
+