From 7f0e4eb25c567ba5a6f37ca9757a6d67d66a5339 Mon Sep 17 00:00:00 2001 From: F4nniu Date: Wed, 28 Sep 2022 16:23:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=20build.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.php | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 build.php diff --git a/build.php b/build.php deleted file mode 100755 index 35deda28..00000000 --- a/build.php +++ /dev/null @@ -1,25 +0,0 @@ - -// +---------------------------------------------------------------------- - -return [ -// 生成应用公共文件 - '__file__' => ['hello.php', 'test.php'], - // 定义demo模块的自动生成 (按照实际定义的文件名生成) - 'demo' => [ - '__file__' => ['common.php'], - '__dir__' => ['behavior', 'controller', 'model', 'view'], - 'controller' => ['Index', 'Test', 'UserType'], - 'model' => ['User', 'UserType'], - 'view' => ['index/index'], - ], - // 其他更多的模块定义 -];