This commit is contained in:
haoouba
2021-02-16 19:18:55 +08:00
parent d25cf5252c
commit dc5f12ffa6
3 changed files with 13 additions and 1 deletions

View File

@@ -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内分享时卡片链接显示的图片 <br/>
格式:图片地址'
);
$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,