修复:说明页 @section('content') 缺少 @endsection 导致导航跑到底部

This commit is contained in:
2026-02-27 02:05:05 +08:00
parent fefa275771
commit 23d2dee8ec
+3
View File
@@ -340,7 +340,10 @@
</div> </div>
</main> </main>
@endsection
@section('scripts') @section('scripts')
<script> <script>
/** /**
* 滚动时高亮右侧导航当前所在板块 * 滚动时高亮右侧导航当前所在板块