This commit is contained in:
haoouba
2021-02-04 20:30:07 +08:00
parent 1586b5473e
commit 0cb2558364
4 changed files with 8 additions and 3 deletions

View File

@@ -15,6 +15,8 @@
<head>
<?php $this->need('public/include.php'); ?>
<!-- 友联页面需要用到的CSS及JS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-tomorrow.css">
<script src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/prism/prism.js"></script>
<script src="<?php $this->options->themeUrl('assets/js/joe.post&page.js'); ?>"></script>
</head>