docs: add wechat group qr code

pull/485/head
Seaton Jiang 2022-03-13 23:06:26 +08:00
parent 8336803e0f
commit a321fcf96c
No known key found for this signature in database
GPG Key ID: B79682F6FE8D30E3
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -1180,7 +1180,7 @@ CSF::createSection($prefix, array(
),
array(
'type' => 'content',
'content' => '<div style="max-width:800px;"><img style="width: 100%;height: auto;" src="https://cdn.seatonjiang.com/kratos/4.1.1/assets/img/options/discuss.png"></div>',
'content' => '<div style="max-width:800px;"><img style="width: 100%;height: auto;" src="' . get_template_directory_uri() . '/assets/img/options/discuss.png"></div>',
),
array(
'type' => 'subheading',
@ -1188,7 +1188,7 @@ CSF::createSection($prefix, array(
),
array(
'type' => 'content',
'content' => '<div style="max-width:800px;"><img style="width: 100%;height: auto;" src="https://cdn.seatonjiang.com/kratos/4.1.1/assets/img/options/donate.png"></div>',
'content' => '<div style="max-width:800px;"><img style="width: 100%;height: auto;" src="' . get_template_directory_uri() . '/assets/img/options/donate.png"></div>',
),
),
));