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

@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block title %}总览 - 明信片管理器{% endblock %}
{% block title %}总览 - 星笺{% endblock %}
{% block content %}
<div class="section-header">
<h1>👋 欢迎,{{ user.username }}</h1>
@@ -125,7 +125,7 @@
{% else %}
<div class="empty-state">
<div class="empty-icon">📮</div>
<p>欢迎使用明信片管理器</p>
<p>欢迎使用星笺</p>
<p class="empty-sub">创建一个 <a href="/profiles">Profile</a> 开始管理你的明信片</p>
</div>
{% endif %}