This commit is contained in:
浪子 2024-11-08 15:01:35 +08:00
parent 4e3310f10b
commit 96bf027135
1 changed files with 1 additions and 1 deletions

2
f.php
View File

@ -1,7 +1,7 @@
<div class="col-span-2 onload-animation grid-rows-3 mt-4" id=footer>
<div class="flex items-center card-base max-w-[var(--page-width)] mx-auto min-h-[4.5rem] px-6 rounded-b-none">
<div class="transition text-sm text-50">
© 2024 <?php $this->options->title(); ?>. All Rights Reserved.
© <?php echo date('Y'); ?> <?php $this->options->title(); ?>. All Rights Reserved.
<?php //添加加载时间控制
if ($this->options->showtime): ?>
&nbsp;页面加载耗时<?php echo timer_stop();?>