This commit is contained in:
Your Name
2026-08-11 17:39:41 +08:00
parent cfe4c82c90
commit 25467b9d91
350 changed files with 201115 additions and 132208 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ def render() -> list[Path]:
output.mkdir(parents=True, exist_ok=True)
paths: list[Path] = []
for width, height in ((1024, 640), (1440, 900)):
# Keep the two regression sizes and add a full-HD deliverable for design review.
for width, height in ((1024, 640), (1440, 900), (1920, 1080)):
repository = DemoDoctorRepository()
session = repository.login(
repository.DEMO_ACCOUNT,