doc:更新了很多doc

This commit is contained in:
SengokuCola
2025-04-27 00:43:53 +08:00
parent a1d473999c
commit 20c11c0e0d
8 changed files with 327 additions and 202 deletions

View File

@@ -37,7 +37,7 @@ class MaiState(enum.Enum):
return 1000
if self == MaiState.OFFLINE:
return 10
return 0
elif self == MaiState.PEEKING:
return 30
elif self == MaiState.NORMAL_CHAT:
@@ -51,7 +51,7 @@ class MaiState(enum.Enum):
return 1000
if self == MaiState.OFFLINE:
return 10
return 0
elif self == MaiState.PEEKING:
return 20
elif self == MaiState.NORMAL_CHAT: