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