代码优化

This commit is contained in:
liujianjiang 2026-01-09 11:21:54 +08:00
parent 9e76be1976
commit 9301a8814f
1 changed files with 1 additions and 1 deletions

View File

@ -59,4 +59,4 @@ class BackupItem(BaseModel):
account_id: str = Field(..., description="账号ID")
script_name: str = Field(..., description="脚本名称")
is_restore: bool = Field(..., description="是否还原")
country: bool = Field(..., description="国家")
country: str = Field(..., description="国家")