Add the user social independent enum file (#902)

This commit is contained in:
Wu Clan
2025-11-08 16:21:51 +08:00
committed by GitHub
parent 6b17da59f8
commit ef871f3b5c
7 changed files with 15 additions and 13 deletions
+9
View File
@@ -0,0 +1,9 @@
from backend.common.enums import StrEnum
class UserSocialType(StrEnum):
"""用户社交类型"""
github = 'GitHub'
google = 'Google'
linux_do = 'LinuxDo'