修改一些说明

This commit is contained in:
rm 2024-01-11 01:06:32 +08:00
parent ab8ee123e8
commit a62e86c9a6
1 changed files with 3 additions and 3 deletions

View File

@ -557,9 +557,9 @@
<div class="footer-inner">
<div class="footer-text">
<?php if (empty($site['custom_footer'])) { ?>
© 2023 Powered by <a target="_blank" href="https://github.com/helloxz/onenav" title="简约导航/书签管理器"
rel="nofollow">OneNav</a>.The author is <a href="https://www.xiaoz.me/" target="_blank"
title="小z博客">xiaoz.me</a>
© 2024 Powered by <a target="_blank" href="https://qnloft.com" title="青柠Loft导航/青柠导航"
rel="nofollow">青柠Loft</a>.The author is <a href="https://blog.qnloft.com/" target="_blank"
title="青柠博客">青柠炸机店</a>
<?php } else {
echo $site['custom_footer'];
} ?>