{{ $tool->summary }}
{{ $tool->pricing_type }}
{{ $tool->has_api ? 'API' : 'No API' }}
@extends('layouts.site') @section('page_class', 'page-tools page-detail') @section('title', $item->seo_title ?: $item->name.' - AI工具详情') @section('meta_description', $item->seo_description ?: $item->summary) @section('canonical', $item->canonical_url ?: route('tools.show', $item->slug)) @section('head') @endsection @section('content') @php $name = trim((string) ($item->h1 ?: $item->name)); $logoText = mb_strtoupper(mb_substr($item->name ?: 'AI', 0, 2)); @endphp @if($showRiskNotice)
{{ $item->summary }}
@endif暂无可展示的功能标签。
@endif