This commit is contained in:
haoouba
2021-02-15 13:26:39 +08:00
parent fc2694300e
commit a584edd880
9 changed files with 80 additions and 7 deletions

View File

@@ -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(); ?>

View File

@@ -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) => {