feat: 主题内容注入点系统(10 个标准位置,同位置多条注入块可排序/启停,stylevar 变量复活)+ 后台主题注入管理页(Tab 分区)+ 缓存/设置收进顶部用户下拉菜单(Livewire action 即时通知)

This commit is contained in:
ak
2026-08-11 23:20:57 +08:00
parent e91675e172
commit 3e3b9a2bfd
98 changed files with 485 additions and 105 deletions
@@ -1,3 +1,4 @@
@stack('theme:footer')
<footer class="m-footer">
<div class="m-container">
<p>&copy; {{ date('Y') }} {{ $siteName }}
@@ -14,4 +14,5 @@
<link rel="alternate" type="application/rss+xml" title="{{ $siteName }}" href="{{ route('feed.rss') }}">
<link rel="stylesheet" href="{{ theme('asset', 'style.css') }}">
@stack('head')
@stack('theme:head')
</head>
@@ -22,3 +22,4 @@
</nav>
</div>
</header>
@stack('theme:header')