feat: 前台整页响应缓存(匿名 GET,浏览量走 track-view 独立端点)+ 后台缓存管理页 + 侧边栏 nav-groups 负 margin 归零

This commit is contained in:
ak
2026-08-11 21:53:09 +08:00
parent a5429b3ea4
commit 7622cd8e2a
21 changed files with 317 additions and 1 deletions
+1
View File
@@ -91,5 +91,6 @@
@include('partials.sidebar')
</div>
@include('partials.footer')
<script>fetch("{{ route('track-view', $post) }}")</script>
</body>
</html>