AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# 分享功能 * 装载方式 ~~~ <script type="text/javascript" src="../../../include/1.1.0/share/index.js"></script> ~~~ * 分享好友 ~~~ $('#haoyou').unbind('click').click(function(){ var haoyou = o.haoyou; var para = encodeURIComponent(JSON.stringify(haoyou)); $(this).attr('para',para); weixin_haoyou('haoyou'); }); ~~~ * 分享朋友圈 ~~~ $('#pengyouquan').unbind('click').click(function(){ var pengyouquan = o.pengyouquan; var para = encodeURIComponent(JSON.stringify(pengyouquan)); $(this).attr('para',para); weixin_pengyouquan('pengyouquan'); }); ~~~ * 分享好友服务端 ~~~ $obj = []; $obj['model'] = '好友推荐链接'; $obj['type'] = 'web'; $obj['title'] = '邀请加入青橄榄'; $obj['content'] = '邀请加入抖友'; $obj['thumbs'] = 'http://app.greenolives.cn/upfile/index/108.jpg'; $obj['href'] = 'http://share.greenolives.cn/reg/?id='.$u_id; $json['haoyou'] = $obj; ~~~