mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-08 04:55:54 +08:00
add more
This commit is contained in:
parent
c647842145
commit
7688196986
@ -86,6 +86,10 @@ class ArknightsPush(Push, table=True):
|
||||
training_is_push: Union[bool, None] = Field(
|
||||
default=False, title='训练室是否已经推送'
|
||||
)
|
||||
version_push: Union[bool, None] = Field(default=False, title='版本更新推送')
|
||||
version_is_push: Union[bool, None] = Field(
|
||||
default=False, title='版本更新是否已经推送'
|
||||
)
|
||||
|
||||
@classmethod
|
||||
async def insert_push_data(cls, bot_id: str, uid: str, skd_uid: str):
|
||||
|
Loading…
x
Reference in New Issue
Block a user