第一次

This commit is contained in:
浪子
2024-07-05 14:36:42 +08:00
commit 73761afa20
16 changed files with 3618 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('head.php'); ?>
<body class="article-page">
<?php $this->need('header.php'); ?>
<?php $this->need('postlist.php'); ?>
<?php $this->need('footer.php'); ?>