コード例 #1
0
ファイル: DefaultController.php プロジェクト: apanly/dream
 public function actionApp()
 {
     $this->setTitle("App下载页面");
     return $this->render("app", ['list' => BlogUtilService::getChangeLog()]);
 }