本项目是一个开箱即用的站点在线人数统计服务,同时开源支持私有化部署。
记录每人在线时间 的 API 呢?Room ID (10字符以内)Iframe 方式使用 or js 方式使用<center><iframe frameborder=0 height=50px marginwidth=0 scrolling=no src="https://time-counter.onmicrosoft.cn/room/1"></iframe></center>2. JS 引入
<script src="https://time-counter.onmicrosoft.cn/counter.js" async="" id="online-counter" interval="240" api="https://time-counter.onmicrosoft.cn/counter" room="{Room ID}"></script>
本站当前在线人数 <span style="color: red;" id="online_user"></span> 人
你的在线总时间: <span style="color: red;" id="online_me"></span>
全站在线总时间: <span style="color: red;" id="online_total"></span>Powered by: 🚀 Gin + Redis ✨