mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
<footer class="joe_footer">
|
||||
<div class="joe_container">
|
||||
<div>
|
||||
<div class="item">
|
||||
<?php $this->options->JFooter_Left() ?>
|
||||
</div>
|
||||
<div>
|
||||
<?php if ($this->options->JBirthDay) : ?>
|
||||
<div class="item run">
|
||||
<span>已运行 <strong class="joe_run__day">00</strong> 天 <strong class="joe_run__hour">00</strong> 时 <strong class="joe_run__minute">00</strong> 分 <strong class="joe_run__second">00</strong> 秒</span>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<div class="item">
|
||||
<?php $this->options->JFooter_Right() ?>
|
||||
</div>
|
||||
</div>
|
||||
@@ -32,4 +37,4 @@
|
||||
<?php $this->options->JCustomScript() ?>
|
||||
</script>
|
||||
|
||||
<?php $this->footer(); ?>
|
||||
<?php $this->footer(); ?>
|
||||
@@ -10,6 +10,7 @@
|
||||
BAIDU_PUSH: <?php echo $this->options->JBaiduToken ? 'true' : 'false' ?>,
|
||||
DOCUMENT_TITLE: '<?php $this->options->JDocumentTitle() ?>',
|
||||
LAZY_LOAD: '<?php _getLazyload() ?>',
|
||||
BIRTHDAY: '<?php $this->options->JBirthDay() ?>',
|
||||
encryption: str => window.btoa(unescape(encodeURIComponent(str))),
|
||||
decrypt: str => decodeURIComponent(escape(window.atob(str))),
|
||||
changeURLArg: (url, arg, arg_val) => {
|
||||
|
||||
Reference in New Issue
Block a user