fresh start

This commit is contained in:
sagrrecn
2026-02-19 13:13:03 +08:00
commit 9bbf98d0b9
322 changed files with 15696 additions and 0 deletions

15
component/paging.php Normal file
View File

@@ -0,0 +1,15 @@
<?php if (!defined("__TYPECHO_ROOT_DIR__")) {
exit();
} ?>
<div class="flex justify-center">
<div class="bg-block"></div>
<nav aria-label="Page navigation" id="page-nav">
<?php $this->pageNav("", "", 1, "...", [
"wrapTag" => "ul",
"wrapClass" => "flex gap-x-5",
"itemTag" => "li",
"currentClass" => "active",
]); ?>
</nav>
</div>