本文发表于 898 天前,其中的信息可能已经事过境迁
文章摘要
加载中...|
此内容根据文章生成,并经过人工审核,仅用于文章内容的解释与总结llama-3.1-8b-instruct

前言

听人说Meting官方API证书过期了,也就是说MetingAPI得自建了

然后很快啊,有人就搞出了自建MetingAPI的Vercel版本

教程

后端部署

点击下方按钮,跳转至 Vercel: 跳转到Vercel跳转到Vercel 名字随便写,然后点击“Create” msedge_4fdyFO3sCFmsedge_4fdyFO3sCF 看到这个就算成功了 msedge_fs4WGcMy4lmsedge_fs4WGcMy4l

前端部署

Butterfly主题

编辑[Blogroot]\themes\butterfly\layout\includes\third-party\aplayer.pug

diff
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代码

html
<script>
var meting_api='https://(你的api地址)/api/?server=:server&type=:type&id=:id&auth=:auth&r=:r';
</script>
评论 隐私政策
正在加载评论系统。。。。。。

WebMention 网络回响

正在加载互动数据...