@extends('layouts.site') @section('page_class', 'page-news') @section('title', 'AI 资讯文章 - AIWeb') @section('meta_description', '追踪 AI 行业动态、模型发布与产品更新,快速获取高价值信息。') @section('canonical', route('news.index')) @section('content') @php $icons = ['bi-newspaper', 'bi-lightning', 'bi-megaphone', 'bi-globe', 'bi-broadcast', 'bi-bookmark-star']; $resetCategoryFilters = array_filter([ 'q' => $filters['q'] ?? null, ], fn ($value) => $value !== null && $value !== ''); @endphp
聚合行业快讯与深度内容,帮助你快速判断趋势与机会窗口。
{{ $article->excerpt }}
暂无资讯数据
@endif