chore: rename app to 星笺 (Mailova)

This commit is contained in:
2026-07-06 00:40:08 +08:00
parent 741b51ad6c
commit a7c5082ff6
11 changed files with 13 additions and 13 deletions

View File

@@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}明信片管理器{% endblock %}</title>
<title>{% block title %}星笺{% endblock %}</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
{% block nav %}
<nav class="navbar">
<a href="/dashboard" class="nav-brand">📮 明信片管理器</a>
<a href="/dashboard" class="nav-brand">📮 星笺</a>
<div class="nav-links">
{% if user is defined and user %}
<a href="/profiles">Profile</a>