File: /www/wwwroot/1.scey.cn/wp-content/themes/Leading/admin/pages/Leading-social.php
<?php
add_filter('wpjam_theme_setting', function(){
return [
'title' =>'社交工具',
'fields' =>[
'social_weixin' => ['title'=>'上传微信二维码', 'type'=>'img', 'item_type'=>'url'],
'social_qq' => ['title'=>'输入QQ号码', 'type'=>'text'],
'social_weibo' => ['title'=>'输入微博链接', 'type'=>'text'],
'social_mail' => ['title'=>'输入QQ邮箱账号', 'type'=>'text'],
'social_tel' => ['title'=>'输入联系电话', 'type'=>'text'],
'xuanfu_social' => ['title'=>'显示在侧栏', 'type'=>'checkbox', 'description'=>'全站侧栏悬浮显示'],
],
];
});