feat: 客户端在线统计

This commit is contained in:
HYY
2025-03-14 18:08:57 +08:00
parent 08499f747d
commit 2d59114ce1
3 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import asyncio
from .remote import main
asyncio.run(main())