优化后台功能
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@extends('layouts.site')
|
||||
|
||||
@section('page_class', 'page-models')
|
||||
@section('page_class', 'page-models page-detail')
|
||||
@section('title', $item->seo_title ?: $item->name.' - AI模型详情')
|
||||
@section('meta_description', $item->seo_description ?: $item->summary)
|
||||
@section('canonical', $item->canonical_url ?: route('models.show', $item->slug))
|
||||
@@ -37,7 +37,7 @@
|
||||
<h2 class="section-title mb-0"><i class="bi bi-card-text text-primary"></i> 模型介绍</h2>
|
||||
<span class="chip">总分 {{ $item->total_score }}</span>
|
||||
</div>
|
||||
<div class="md-content">{{ $item->description ?: $item->summary }}</div>
|
||||
<div class="md-content detail-content">{{ $item->description ?: $item->summary }}</div>
|
||||
</section>
|
||||
|
||||
<section class="surface-card p-3 p-lg-4 mb-3">
|
||||
|
||||
Reference in New Issue
Block a user