新增theme

This commit is contained in:
wuyanwen
2019-12-09 16:48:09 +08:00
parent dfa045726b
commit ae7fd47a5d
3 changed files with 265 additions and 0 deletions

View File

@@ -10,4 +10,9 @@ class Index extends BaseController
{
return $this->fetch();
}
public function theme()
{
return $this->fetch();
}
}