新增:全站统一底部页脚版权信息

This commit is contained in:
2026-02-27 02:06:33 +08:00
parent 3916038a1f
commit 8325f01c06
+15
View File
@@ -142,9 +142,24 @@
{{-- ═══════════ 页面主体内容 ═══════════ --}}
@yield('content')
{{-- ═══════════ 底部页脚(版权信息) ═══════════ --}}
<footer class="mt-16 border-t border-gray-200 bg-white">
<div
class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6 flex flex-col sm:flex-row items-center justify-between gap-2 text-xs text-gray-400">
<span>© {{ date('Y') }} <span class="font-semibold text-gray-500">飘落流星聊天室</span>. All rights
reserved.</span>
<span class="flex items-center gap-3">
<span>Powered by <span class="font-medium text-indigo-500">Laravel 12</span> · <span
class="font-medium text-indigo-500">Reverb</span></span>
</span>
</div>
</footer>
{{-- ═══════════ 底部脚本 ═══════════ --}}
@yield('scripts')
</body>
</html>