加入部分消息通知入口,同步前端管理

This commit is contained in:
2026-03-19 10:45:58 +08:00
parent 1e25c085a5
commit c25c766223
10 changed files with 454 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ from .user import User, InviteCode
from .account import Account
from .task import Task
from .signin_log import SigninLog
from .system_config import SystemConfig
__all__ = [
"Base",
@@ -16,4 +17,5 @@ __all__ = [
"Account",
"Task",
"SigninLog",
"SystemConfig",
]