示例#1
0
 public function actionApp()
 {
     $this->setTitle("App下载页面");
     return $this->render("app", ['list' => BlogUtilService::getChangeLog()]);
 }