2023-09-29 11:58:14 +08:00
|
|
|
---
|
|
|
|
|
2023-10-11 22:30:20 +08:00
|
|
|
import {getConfig} from "../utils/config-utils";
|
|
|
|
|
2023-09-29 11:58:14 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
<div class="card-base max-w-[var(--page-width)] min-h-[72px] rounded-b-none mx-auto flex items-center px-6">
|
|
|
|
<div class="text-black/50 dark:text-white/50 text-sm">
|
2023-10-11 22:30:20 +08:00
|
|
|
© 2023 {getConfig().profile.author}. All Rights Reserved.
|
2023-09-29 11:58:14 +08:00
|
|
|
<br>
|
2023-10-18 21:24:51 +08:00
|
|
|
Powered by <a class="link text-[var(--primary)]" target="_blank" href="https://github.com/saicaca/fuwari">Fuwari</a>
|
2023-09-29 11:58:14 +08:00
|
|
|
</div>
|
|
|
|
</div>
|