From c8f0343c2c956db321341fd6d0970c1905423840 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 16:34:48 +0800 Subject: [PATCH] Update Index.php --- app/center/controller/Index.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/center/controller/Index.php b/app/center/controller/Index.php index 69b016f11..4e4652d62 100644 --- a/app/center/controller/Index.php +++ b/app/center/controller/Index.php @@ -21,4 +21,14 @@ class Index extends Controller { $this->fetch(); } + + /** + * 显示我的插件 + * @auth true + * @return void + */ + public function plugin() + { + $this->fetch(); + } } \ No newline at end of file