重新整理了一下目录,更改了部分内容的实现方式
This commit is contained in:
浪子
2025-03-17 08:13:35 +08:00
parent 81af4b6590
commit 5c91195745
39 changed files with 461 additions and 297 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
* @package custom
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
$this->need('header.php');
$this->need('./module/header.php');
?>
<div class="site--main site--main__gears">
@@ -114,5 +114,5 @@ function parseGoodsTable($content) {
return $goods;
}
$this->need('footer.php');
$this->need('./module/footer.php');
?>