完善功能

This commit is contained in:
cjd
2026-02-07 22:55:07 +08:00
parent bf3a2e6971
commit ae7c009d28
111 changed files with 980 additions and 10111 deletions

View File

@@ -0,0 +1,18 @@
<footer class="footer">
<div class="footer-inner">
<span>© {{ date('Y') }} {{ $siteTitle }}</span>
@if($siteFooter)
<span class="footer-text">{{ $siteFooter }}</span>
@endif
@if($icpNumber)
<span class="footer-text">{{ $icpNumber }}</span>
@endif
@if(!empty($socialLinks))
<span class="footer-links">
@foreach($socialLinks as $link)
<a href="{{ $link['url'] }}" target="_blank" rel="noopener">{{ $link['name'] }}</a>
@endforeach
</span>
@endif
</div>
</footer>