Merge pull request #557 from willmiao/civarc-api-support

CivArchive API support
This commit is contained in:
pixelpaws
2025-10-11 18:10:06 +08:00
committed by GitHub
12 changed files with 1175 additions and 128 deletions

View File

@@ -25,6 +25,7 @@ class BaseModelMetadata:
favorite: bool = False # Whether the model is a favorite
exclude: bool = False # Whether to exclude this model from the cache
db_checked: bool = False # Whether checked in archive DB
metadata_source: Optional[str] = None # Last provider that supplied metadata
last_checked_at: float = 0 # Last checked timestamp
_unknown_fields: Dict[str, Any] = field(default_factory=dict, repr=False, compare=False) # Store unknown fields