{{ $model->summary }}
总分 {{ $model->total_score }}@extends('layouts.site')
@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))
@section('head')
@endsection
@section('content')
{{ $item->summary }}
{{ $item->provider ?: '模型推荐' }}
{{ $item->h1 ?: $item->name }}
{{ $model->summary }}
总分 {{ $model->total_score }}