update changelog

This commit is contained in:
小喵 2023-08-27 13:28:21 +08:00
parent 976e10659f
commit 4d35f7d177
Signed by: mt
GPG key ID: CD321C269EC63BB6
2 changed files with 5 additions and 1 deletions

View file

@ -50,6 +50,10 @@
<div class="card-body">
<p class="fs-5">【更新紀錄】</p>
<ul class="list-group">
<li class="list-group-item">
<p>小喵搬家並將伺服器設置完成,以供繼續遊玩使用。</p>
<p>更新日期2023/04/08 18:41:26</p>
</li>
<li class="list-group-item">
<p>檢視日誌時最新的檔案將出現於最前面。</p>
<p>更新日期2022/10/20 20:48:00</p>

View file

@ -16,7 +16,7 @@
<?php $this->insert('partials/menu', ['nav' => $nav ?? '']) ?>
<?php endif ?>
<main><?= $this->section('content') ?></main>
<footer class="my-2 text-muted">Copyright &copy; 2022 Ming Tsay. All rights reserved.</footer>
<footer class="my-2 text-muted">Copyright &copy; 2022-2023 Ming Tsay. All rights reserved.</footer>
<script src="/bootstrap/js/bootstrap.bundle.min.js"></script>
<?= $this->section('scripts') ?>
</body>