Kaynağa Gözat

feat: 背景图片移动至hblog文件夹下

SongZihuan 3 yıl önce
ebeveyn
işleme
0d6b0be3fe
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      templates/index/hello.html

+ 1 - 1
templates/index/hello.html

@@ -7,7 +7,7 @@
     <link href="{{ url_for('static', filename='styles/index/hello.css') }}" rel="stylesheet">
     <style>
         body {
-            background-image: url("{{ url_for('oss.get_page', name="bg-img.jpg") }}");
+            background-image: url("{{ url_for('oss.get_page', name="/hblog/bg-img.jpg") }}");
             overflow-y: hidden;
             overflow-x: hidden;
         }