cxgj/views/site/index.php
2023-11-27 09:45:13 +08:00

11 lines
136 B
PHP

<?php
/* @var $this yii\web\View */
use app\components\SiteHelper;
$this->title = SiteHelper::getSiteName();
?>
Hi,Robot!