mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -98,7 +98,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="reply">
|
||||
<a href="<?php $item->permalink(); ?>"><?php _parseAsideReply($item->content); ?></a>
|
||||
<a class="link" title="<?php _parseAsideReply($item->content, false); ?>" href="<?php _parseAsideLink($item->permalink); ?>">
|
||||
<?php _parseAsideReply($item->content); ?>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<?php endwhile; ?>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<?php timerStop();
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.normalize.css'); ?>">
|
||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.global.css'); ?>">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@5.4.5/css/swiper.min.css" />
|
||||
<link rel="stylesheet" href="https://apip.weatherdt.com/standard/static/css/weather-standard.css">
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user