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

@@ -3,10 +3,9 @@
<head>
<?php $this->need('public/include.php'); ?>
<!-- 搜索页面需要用到的CSS及JS -->
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.archive.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.archive.min.css'); ?>">
<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.archive.js?update=20210301'); ?>"></script>
<script src="<?php $this->options->themeUrl('assets/js/joe.archive.min.js'); ?>"></script>
</head>
<body>