first commit

This commit is contained in:
ericli1018
2024-03-13 10:43:39 +08:00
commit 1caae33c43
677 changed files with 105611 additions and 0 deletions

View File

@ -0,0 +1,10 @@
include("/assets/js/bootstrap/popper.min.js"); //bootstrap使用的js
include("/assets/js/bootstrap/bootstrap.min.js"); //bootstrap使用的js
include("/assets/js/scrollUp/jquery.scrollUp.js"); //置頂
include("/assets/js/slick/slick.min.js"); //小圖輸播
include("/assets/js/aos/aos.js"); //動畫效果
include("/assets/js/lazyload.min.js"); //延遲效果
function include(url) {
document.write('<script src="' + url + '"></script>');
}