From d40deeff606806886b4d0c9d2e366a314889a799 Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Fri, 13 Dec 2019 17:25:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/event.php | 8 +++----- catchAdmin/helper.php | 1 + catchAdmin/system/controller/DataDictionary.php | 1 + catchAdmin/system/view/dataDictionary/index.html | 10 ++++++++++ catchAdmin/system/view/dataDictionary/view.html | 10 ++++++++++ extend/catcher/command/BackupCommand.php | 1 + 6 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 catchAdmin/helper.php create mode 100644 catchAdmin/system/controller/DataDictionary.php create mode 100644 catchAdmin/system/view/dataDictionary/index.html create mode 100644 catchAdmin/system/view/dataDictionary/view.html create mode 100644 extend/catcher/command/BackupCommand.php diff --git a/app/event.php b/app/event.php index 37cbcb8..9983454 100644 --- a/app/event.php +++ b/app/event.php @@ -1,8 +1,8 @@ [ - ], + 'bind' => [], 'listen' => [ 'AppInit' => [], @@ -10,9 +10,7 @@ return [ 'HttpEnd' => [], 'LogLevel' => [], 'LogWrite' => [], - 'RouteLoaded' => [ - catcher\event\LoadModuleRoutes::class, - ], + 'RouteLoaded' => [], ], 'subscribe' => [ diff --git a/catchAdmin/helper.php b/catchAdmin/helper.php new file mode 100644 index 0000000..b3d9bbc --- /dev/null +++ b/catchAdmin/helper.php @@ -0,0 +1 @@ + + + + + Title + + + + + \ No newline at end of file diff --git a/catchAdmin/system/view/dataDictionary/view.html b/catchAdmin/system/view/dataDictionary/view.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/catchAdmin/system/view/dataDictionary/view.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file diff --git a/extend/catcher/command/BackupCommand.php b/extend/catcher/command/BackupCommand.php new file mode 100644 index 0000000..b3d9bbc --- /dev/null +++ b/extend/catcher/command/BackupCommand.php @@ -0,0 +1 @@ +