Öffentliche /help-Seite — Server-rendered FAQ ohne Login
Apple-Reviewer braucht eine publik erreichbare Support-URL. Die SPA-Hilfeseite (/#hilfe) ist hinter dem Welcome-Overlay für nicht angemeldete User versteckt. Neue /help-Route rendert serverseitig: - Holt aktive FAQ-Artikel aus help_articles (über bestehendes TTL-Cache _load_active_help_articles). - Gruppiert nach Kategorie mit deutschen Labels. - Native HTML5 <details>/<summary> Akkordeon — kein JS nötig. - Dark Mode via prefers-color-scheme. - Direkter mailto support@banyaro.app + Verweis auf die volle Hilfe nach Login. Damit haben wir https://banyaro.app/help als Support-URL für App Store Connect.
This commit is contained in:
parent
d23d696745
commit
2d907f6370
6 changed files with 156 additions and 16 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '1140'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '1141'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator)
|
||||
window.APP_VERSION = APP_VERSION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue