first commit

This commit is contained in:
小喵 2022-07-11 18:09:15 +08:00 committed by Ming Tsay
commit db313f5eef
Signed by: mt
GPG key ID: 2BCF198BD3341FB3
47 changed files with 2006 additions and 0 deletions

9
templates/logs/view.php Normal file
View file

@ -0,0 +1,9 @@
<?php
$this->layout('partials/file/view', [
'title' => '檢視日誌',
'nav' => 'logs',
'list' => $list ?? [],
'file' => $file ?? '',
'type' => $type ?? 'plaintext',
'content' => $content ?? '',
]);