优化后台功能

This commit is contained in:
jiangdong.cheng
2026-02-13 10:56:23 +08:00
parent a795b2c896
commit a7f1b7e331
27 changed files with 3725 additions and 197 deletions

View File

@@ -1,6 +1,6 @@
@extends('layouts.site')
@section('page_class', 'page-news')
@section('page_class', 'page-news page-detail')
@section('title', $item->seo_title ?: $item->title.' - AI资讯')
@section('meta_description', $item->seo_description ?: $item->excerpt)
@section('canonical', $item->canonical_url ?: route('news.show', $item->slug))
@@ -36,7 +36,7 @@
<div>
<article class="surface-card p-3 p-lg-4 mb-3">
<p class="lead">{{ $item->excerpt }}</p>
<div class="md-content">{!! $bodyHtml !!}</div>
<div class="md-content detail-content">{!! $bodyHtml !!}</div>
</article>
<div class="surface-card p-3 p-lg-4">