改用API驗證

This commit is contained in:
beabigegg
2025-10-02 17:13:24 +08:00
parent 0a89c19fc9
commit adecdf0cce
48 changed files with 6136 additions and 1239 deletions

View File

@@ -14,6 +14,7 @@ from .cache import TranslationCache
from .stats import APIUsageStats
from .log import SystemLog
from .notification import Notification, NotificationType
from .sys_user import SysUser, LoginLog
__all__ = [
'User',
@@ -23,5 +24,7 @@ __all__ = [
'APIUsageStats',
'SystemLog',
'Notification',
'NotificationType'
'NotificationType',
'SysUser',
'LoginLog'
]