Skip to content

Commit

Permalink
优化加载速度
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangMonday authored Oct 23, 2024
1 parent 7adfb50 commit d994684
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' cdn.jsdelivr.net cdnjs.cloudflare.com; style-src 'self' cdn.jsdelivr.net cdnjs.cloudflare.com 'unsafe-inline'; img-src 'self' data: credit1.zhangmonday.top;">

<title>高一1班学分计算系统</title>

Expand Down Expand Up @@ -223,7 +224,7 @@ <h5 class="modal-title" id="imageModalLabel1">算法图示1</h5>
</button>
</div>
<div class="modal-body">
<img src="1.webp" alt="算法图示1" class="img-fluid">
<img src="1.webp" alt="算法图示1" class="img-fluid img-thumbnail" loading="lazy" data-toggle="modal" data-target="#imageModal1">
</div>
</div>
</div>
Expand All @@ -239,7 +240,7 @@ <h5 class="modal-title" id="imageModalLabel2">算法图示2</h5>
</button>
</div>
<div class="modal-body">
<img src="2.webp" alt="算法图示2" class="img-fluid">
<img src="2.webp" alt="算法图示2" class="img-fluid img-thumbnail" loading="lazy" data-toggle="modal" data-target="#imageModal2">
</div>
</div>
</div>
Expand All @@ -255,7 +256,7 @@ <h5 class="modal-title" id="imageModalLabel3">算法图示3</h5>
</button>
</div>
<div class="modal-body">
<img src="3.webp" alt="算法图示3" class="img-fluid">
<img src="3.webp" alt="算法图示3" class="img-fluid img-thumbnail" loading="lazy" data-toggle="modal" data-target="#imageModal3">
</div>
</div>
</div>
Expand Down

0 comments on commit d994684

Please sign in to comment.