From 649e6757f1801a7c967482773f81abca32f8ace1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 27 Nov 2022 15:59:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20Center=20=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/center/controller/Index.php | 24 ++++++++++++++++++++++++ app/center/controller/Plugin.php | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 app/center/controller/Index.php create mode 100644 app/center/controller/Plugin.php diff --git a/app/center/controller/Index.php b/app/center/controller/Index.php new file mode 100644 index 000000000..69b016f11 --- /dev/null +++ b/app/center/controller/Index.php @@ -0,0 +1,24 @@ +fetch(); + } +} \ No newline at end of file diff --git a/app/center/controller/Plugin.php b/app/center/controller/Plugin.php new file mode 100644 index 000000000..f32bc4bcf --- /dev/null +++ b/app/center/controller/Plugin.php @@ -0,0 +1,24 @@ +fetch(); + } +} \ No newline at end of file