app online user list

This commit is contained in:
hjlarry
2025-09-24 17:03:33 +08:00
parent 86a9a51952
commit b937fc8978
7 changed files with 107 additions and 10 deletions

View File

@ -1,7 +1,7 @@
from flask_restx import fields
online_user_partial_fields = {
"id": fields.String,
"user_id": fields.String,
"username": fields.String,
"avatar": fields.String,
"sid": fields.String,