支持个人介绍编辑

This commit is contained in:
咕谷酱
2025-09-16 00:33:46 +08:00
parent 55225366dc
commit 0b43f2aad8
8 changed files with 840 additions and 2 deletions

View File

@@ -7,9 +7,10 @@ download_achievements.py
from __future__ import annotations
import httpx
from pathlib import Path
import httpx
def download_achievement_images(achievements_path: Path) -> None:
"""Download all used achievement images (one by one, from osu!)."""