1.0版本

This commit is contained in:
LinRuiqi
2025-08-13 10:44:35 +08:00
parent 15b34193bd
commit 8f01ec446f
45 changed files with 4579 additions and 2 deletions

14
footer.php Normal file
View File

@@ -0,0 +1,14 @@
<footer class="site-footer section-inner">
<p class="copyright">&copy; <?php echo date('Y'); ?> <a href="<?php $this->options->siteUrl(); ?>" class="site-name"><?php $this->options->title(); ?></a></p>
<!-- 请不要删除作者信息,谢谢!-->
<p class="theme-by"><?php _e('主题来源:'); ?> <a href="https://lhcy.org" target="_blank">林海草原</a></p>
<!-- 请不要删除作者信息,谢谢!-->
</footer> <!-- footer -->
</main>
<?php $this->footer(); ?>
</body>
</html>