feat: 添加掉落物的url查询API

This commit is contained in:
DLmaster361
2025-09-01 21:26:40 +08:00
parent ee8075e4b8
commit 88006ec5f4
100 changed files with 31 additions and 1 deletions

View File

@@ -67,6 +67,10 @@ class GetStageIn(BaseModel):
)
class GetMaterialsIn(BaseModel):
dropId: str = Field(..., description="材料ID")
class GlobalConfig_Function(BaseModel):
HistoryRetentionTime: Optional[Literal[7, 15, 30, 60, 90, 180, 365, 0]] = Field(
None, description="历史记录保留时间, 0表示永久保存"