Browse Source

feat: 添加Logo

SongZihuan 2 years ago
parent
commit
535fb061e9
2 changed files with 4 additions and 0 deletions
  1. 0 0
      static/icon.svg
  2. 4 0
      templates/base.html

File diff suppressed because it is too large
+ 0 - 0
static/icon.svg


+ 4 - 0
templates/base.html

@@ -6,6 +6,10 @@
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 
+    {% block icon %}
+        <link rel="icon" href="{{ url_for('static', filename="icon.svg") }}" type="image/x-icon"/>
+    {% endblock %}
+
     {% block font %}
         <link rel="preconnect" href="https://fonts.googleapis.com">
         <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

Some files were not shown because too many files changed in this diff