UX: Würfe-Seite — Card-Design, Stats-Header, Countdown, bessere Aktionen (SW by-v893)

This commit is contained in:
rene 2026-05-13 16:59:03 +02:00
parent 99842909e4
commit 5a639d47a9
5 changed files with 121 additions and 68 deletions

View file

@ -404,7 +404,7 @@ async def serve_media(path: str, request: _Request):
raise _HE(404, "Nicht gefunden.")
return _media_response(filepath)
APP_VER = "892" # muss mit APP_VER in app.js übereinstimmen
APP_VER = "893" # muss mit APP_VER in app.js übereinstimmen
@app.get("/.well-known/assetlinks.json")
async def assetlinks():