前言
听人说Meting官方API证书过期了,也就是说MetingAPI得自建了
然后很快啊,有人就搞出了自建MetingAPI的Vercel版本
教程
后端部署
前端部署
Butterfly主题
编辑[Blogroot]\themes\butterfly\layout\includes\third-party\aplayer.pug
link(rel='stylesheet' href=url_for(theme.asset.aplayer_css) media="print" onload="this.media='all'")
script(src=url_for(theme.asset.aplayer_js))
script(src=url_for(theme.asset.meting_js))
+ script.
+ var meting_api='https://(你的api地址)/api/?server=:server&type=:type&id=:id&auth=:auth&r=:r';
HTML代码
<script>
var meting_api='https://(你的api地址)/api/?server=:server&type=:type&id=:id&auth=:auth&r=:r';
</script>
看到这个就算成功了 
评论区
如果等了很久没有评论框显示,说明评论系统出现问题。
如遇这种情况,请联系站长:email@sinzmise.top