update changelog
This commit is contained in:
parent
976e10659f
commit
4d35f7d177
2 changed files with 5 additions and 1 deletions
|
|
@ -50,6 +50,10 @@
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<p class="fs-5">【更新紀錄】</p>
|
<p class="fs-5">【更新紀錄】</p>
|
||||||
<ul class="list-group">
|
<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">
|
<li class="list-group-item">
|
||||||
<p>檢視日誌時最新的檔案將出現於最前面。</p>
|
<p>檢視日誌時最新的檔案將出現於最前面。</p>
|
||||||
<p>更新日期:2022/10/20 20:48:00</p>
|
<p>更新日期:2022/10/20 20:48:00</p>
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
<?php $this->insert('partials/menu', ['nav' => $nav ?? '']) ?>
|
<?php $this->insert('partials/menu', ['nav' => $nav ?? '']) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<main><?= $this->section('content') ?></main>
|
<main><?= $this->section('content') ?></main>
|
||||||
<footer class="my-2 text-muted">Copyright © 2022 Ming Tsay. All rights reserved.</footer>
|
<footer class="my-2 text-muted">Copyright © 2022-2023 Ming Tsay. All rights reserved.</footer>
|
||||||
<script src="/bootstrap/js/bootstrap.bundle.min.js"></script>
|
<script src="/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||||
<?= $this->section('scripts') ?>
|
<?= $this->section('scripts') ?>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue