diff options
author | Kyomotoi <[email protected]> | 2022-10-14 09:40:23 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-10-14 09:40:23 +0800 |
commit | 207f5501d4a82f26b991243914e637a735296ab5 (patch) | |
tree | a8e9bb0fa8203734667b438075b149de30bb373d /ATRI/plugins/console/models.py | |
parent | f2da7c6f51c960ce6f68c46d4f6d44404b56318d (diff) | |
download | ATRI-207f5501d4a82f26b991243914e637a735296ab5.tar.gz ATRI-207f5501d4a82f26b991243914e637a735296ab5.tar.bz2 ATRI-207f5501d4a82f26b991243914e637a735296ab5.zip |
🔒️ 完善控制台安全项
Diffstat (limited to 'ATRI/plugins/console/models.py')
-rw-r--r-- | ATRI/plugins/console/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ATRI/plugins/console/models.py b/ATRI/plugins/console/models.py index acbf916..92371f8 100644 --- a/ATRI/plugins/console/models.py +++ b/ATRI/plugins/console/models.py @@ -3,6 +3,7 @@ from pydantic import BaseModel class AuthData(BaseModel): token: str + dead_time: float class PlatformRuntimeInfo(BaseModel): |