add Bangumi

This commit is contained in:
jxxghp
2024-03-18 19:02:34 +08:00
parent f7c1d28c0f
commit b6486035c4
24 changed files with 611 additions and 36 deletions

View File

@ -1,6 +1,6 @@
import json
import time
from typing import Optional
from typing import Optional, Union
from sqlalchemy.orm import Session
@ -26,7 +26,7 @@ class MessageOper(DbOper):
link: str = None,
userid: str = None,
action: int = 1,
note: dict = None,
note: Union[list, dict] = None,
**kwargs):
"""
新增媒体服务器数据