Update Index.php

This commit is contained in:
邹景立 2022-11-27 16:34:48 +08:00
parent 649e6757f1
commit c8f0343c2c

View File

@ -21,4 +21,14 @@ class Index extends Controller
{
$this->fetch();
}
/**
* 显示我的插件
* @auth true
* @return void
*/
public function plugin()
{
$this->fetch();
}
}