This commit is contained in:
杜恒
2021-03-04 11:35:32 +08:00
parent 510c2b9160
commit 261ea75aa0
51 changed files with 290 additions and 267 deletions

View File

@@ -13,11 +13,11 @@
<head>
<?php $this->need('public/include.php'); ?>
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.index.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.index.min.css'); ?>">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@5.4.5/css/swiper.min.css" />
<script src="https://cdn.jsdelivr.net/npm/swiper@5.4.5/js/swiper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/wowjs@1.1.3/dist/wow.min.js"></script>
<script src="<?php $this->options->themeUrl('assets/js/joe.index.js?update=20210301'); ?>"></script>
<script src="<?php $this->options->themeUrl('assets/js/joe.index.min.js'); ?>"></script>
</head>
<body>