feat(ui): add favicon.ico route and link tag in base template

This commit is contained in:
2026-07-18 09:21:07 +08:00
parent b0e69fc123
commit e7396de1a4
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}星笺{% endblock %}</title>
<link rel="stylesheet" href="/static/style.css">