##view多主题
配置中开启multiple_theme支持
然后可以使用
> 推荐配合route使用
> 默认取值为 _ _ _THEME_ _ _(route赋值),如果不存在去配置中的默认值
//得到主题
$this->theme() : string
$this->getTheme() : string
//设置主题
$this->theme(string $theme) : self;
$this->setTheme(string $theme) : void;

//得到主题
$this->theme() : string
$this->getTheme() : string
//设置主题
$this->theme(string $theme) : self;
$this->setTheme(string $theme) : void;