第一次上传

This commit is contained in:
浪子
2024-05-17 15:47:27 +08:00
commit 85e58d7e6f
29 changed files with 5699 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
/**
* @package zizhi
* @author zizhi
* @version 1.0
* @link https://minirizhi.com
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
$this->need('header.php');
?>
<main class="site--main">
<div class="articleList">
<?php $this->need('postlist.php'); ?>
</div>
</main>
<?php $this->need('footer.php'); ?>