Skip to content

Commit

Permalink
Update: cdn.staticfile.net -> files.flutter-io.cn (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe authored Aug 1, 2024
1 parent 09a0014 commit d43ea39
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@
<link href="https://fonts.googleapis.cn/css2?family=Google+Sans+Text:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.cn/icon?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" rel="stylesheet">
<script
src="https://cdn.staticfile.net/font-awesome/5.15.4/js/all.js"
data-auto-replace-svg="nest">
</script>
src="https://files.flutter-io.cn/static/deps/font-awesome/5.15.4/js/all.min.js"
data-auto-replace-svg="nest"
integrity="sha512-Tn2m0TIpgVyTzzvmxLNuqbSJH3JP8jm+Cy3hvHrW7ndTDcJ1w5mBiksqDBb8GpE2ksktFvDB/ykZ0mDpsZj20w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"></script>

<link rel="stylesheet" href="{{ '/assets/css/main.css' | append: cache_bust }}">
{% if css -%}
Expand All @@ -98,19 +100,19 @@
{% endfor -%}
{% endif -%}

<script src="https://cdn.staticfile.net/jquery/3.7.0/jquery.min.js"
<script src="https://files.flutter-io.cn/static/deps/jquery/3.7.0/jquery.min.js"
integrity="sha512-3gJwYpMe3QewGELv8k/BX9vcqhryRdzRMxVfq6ngyWXwo03GFEzjsUm8Q7RZcHPHksttq7/GFoxjCVUjkjvPdw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<script src="https://cdn.staticfile.net/popper.js/1.16.1/umd/popper.min.js"
<script src="https://files.flutter-io.cn/static/deps/popper.js/1.16.1/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<script src="https://cdn.staticfile.net/bootstrap/4.6.2/js/bootstrap.min.js"
<script src="https://files.flutter-io.cn/static/deps/bootstrap/4.6.2/js/bootstrap.min.js"
integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+"
crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<!-- <script src="https://cdn.staticfile.net/js-cookie/3.0.5/js.cookie.min.js"
<!-- <script src="https://files.flutter-io.cn/static/deps/js-cookie/3.0.5/js.cookie.min.js"
integrity="sha512-nlp9/l96/EpjYBx7EP7pGASVXNe80hGhYAUrjeXnu/fyF5Py0/RXav4BBNs7n5Hx1WFhOEOWSAVjGeC3oKxDVQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"></script> -->
Expand Down

0 comments on commit d43ea39

Please sign in to comment.