feat(ui): add landing page with random public postcards for unauthenticated visitors

This commit is contained in:
2026-07-07 12:05:44 +08:00
parent ba56fc6e6b
commit bd664d23be
5 changed files with 127 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
<body>
{% block nav %}
<nav class="navbar">
<a href="/dashboard" class="nav-brand">{{ 'brand'|t(user.language if user else 'zh') }}</a>
<a href="/" class="nav-brand">{{ 'brand'|t(user.language if user else 'zh') }}</a>
{% if user is defined and user %}
<button class="nav-hamburger" onclick="document.querySelector('.nav-links').classList.toggle('open')"></button>
<div class="nav-links">