mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<div class="user">
|
||||
<img width="75" height="75" class="avatar lazyload" src="<?php _getAvatarLazyload(); ?>" data-src="<?php _getAvatarByMail($this->author->mail) ?>" onerror="javascript: this.src = '<?php _getAvatarLazyload(); ?>'" alt="<?php $this->author->screenName(); ?>" />
|
||||
<a class="link" href="<?php $this->options->JAside_Author_Link() ?>" target="_blank" rel="noopener noreferrer nofollow"><?php $this->author->screenName(); ?></a>
|
||||
<p class="motto"><?php _getAsideAuthorMotto() ?></p>
|
||||
<p class="motto joe_motto"></p>
|
||||
</div>
|
||||
<?php Typecho_Widget::widget('Widget_Stat')->to($item); ?>
|
||||
<div class="count">
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
DOCUMENT_TITLE: '<?php $this->options->JDocumentTitle() ?>',
|
||||
LAZY_LOAD: '<?php _getLazyload() ?>',
|
||||
BIRTHDAY: '<?php $this->options->JBirthDay() ?>',
|
||||
MOTTO: '<?php _getAsideAuthorMotto() ?>'
|
||||
}
|
||||
|
||||
function detectIE() {
|
||||
|
||||
@@ -262,7 +262,7 @@
|
||||
<img width="50" height="50" class="avatar lazyload" src="<?php _getAvatarLazyload(); ?>" data-src="<?php _getAvatarByMail($this->author->mail) ?>" onerror="javascript: this.src = '<?php _getAvatarLazyload(); ?>'" alt="<?php $this->author->screenName(); ?>" />
|
||||
<div class="info">
|
||||
<a class="link" href="<?php $this->options->JAside_Author_Link() ?>" target="_blank" rel="noopener noreferrer nofollow"><?php $this->author->screenName(); ?></a>
|
||||
<p class="motto"><?php _getAsideAuthorMotto() ?></p>
|
||||
<p class="motto joe_motto"></p>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="joe_header__slideout-count">
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/qmsg/qmsg.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/js/joe.extend.js"></script>
|
||||
<script src="<?php $this->options->themeUrl('assets/js/joe.global.js'); ?>"></script>
|
||||
<script src="<?php $this->options->themeUrl('assets/js/joe.global.js?update=20210224'); ?>"></script>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user