Meting-js 的 api,但是 vercel
Hajeekn 移植
直接放进 vercel 跑就行
调用方式
<script>
var meting_api='https://<vercel部署的项目URL>/api/?server=:server&type=:type&id=:id&auth=:auth&r=:r';
</script>
<script src="dist/Meting.min.js"></script>
这东西是移植的
原项目在这里谢谢
https://github.com/injahow/meting-api
移植版本为 1.2.0
Meting 版本为1.5.11