This commit is contained in:
杜恒
2021-02-22 17:27:48 +08:00
parent 9c9cfb4196
commit a539f807a0
4 changed files with 29 additions and 4 deletions

View File

@@ -66,4 +66,5 @@
<script async src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/smooth/joe.smooth.js"></script>
<?php if ($this->options->JCursorEffects && $this->options->JCursorEffects !== 'off') : ?>
<script async src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/cursor/<?php $this->options->JCursorEffects() ?>"></script>
<?php endif; ?>
<?php endif; ?>
<?php $this->options->JCustomHeadEnd() ?>