Feature: Abo & Tarif in Einstellungen — Upgrade-UI für Pro + Züchter (SW by-v919)
- /api/me gibt subscription_tier jetzt zurück (fehlte im SELECT) - settings.js: "Pro kommt bald" durch echte Abo-Karte ersetzt - Zeigt aktuellen Tarif mit farbigem Badge (Kostenlos/Pro/Züchter/Admin) - Standard-Nutzer: zwei Upgrade-Buttons (Pro 29€/Jahr, Züchter 49€/Jahr) - Pro-Nutzer: Pro-Badge + optionaler Züchter-Upgrade - Züchter/Admin: Status-Badge, keine Upgrade-Buttons - Upgrade-Modal: Features-Liste + ehrlicher Hinweis auf manuelle Freischaltung + mailto-Button mit vorausgefülltem Betreff und Account-E-Mail - SW by-v919, APP_VER 919
This commit is contained in:
parent
eaa2e02e88
commit
d61fd155c5
6 changed files with 136 additions and 15 deletions
|
|
@ -406,7 +406,7 @@ async def serve_media(path: str, request: _Request):
|
|||
raise _HE(404, "Nicht gefunden.")
|
||||
return _media_response(filepath)
|
||||
|
||||
APP_VER = "918" # muss mit APP_VER in app.js übereinstimmen
|
||||
APP_VER = "919" # muss mit APP_VER in app.js übereinstimmen
|
||||
|
||||
@app.get("/.well-known/assetlinks.json")
|
||||
async def assetlinks():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue