@extends('layouts.site') @section('page_class', 'page-home') @section('title', 'AIWeb - AI 聚合导航入口') @section('meta_description', '探索 AI 工具、模型、资讯与教程,快速搭建你的 AI 工作流。') @section('canonical', url('/')) @section('head') @endsection @section('content')
AI 聚合入口

探索 AI,从这里开始

聚合工具导航、模型推荐、资讯文章和实战教程,让信息不再碎片化。

@foreach($hotKeywords as $keyword) {{ $keyword }} @endforeach
AI 工具
{{ $stats['tools'] }}
AI 模型
{{ $stats['models'] }}
AI 资讯
{{ $stats['articles'] }}
AI 教程
{{ $stats['guides'] }}

工具精选

更多
@forelse($toolList->take(4) as $item) @empty

暂无工具内容

@endforelse

模型推荐

更多
@forelse($modelList->take(4) as $item) @empty

暂无模型内容

@endforelse

最新资讯

更多
@forelse($articleList->take(4) as $item) @empty

暂无资讯内容

@endforelse

教程学习

更多
@forelse($guideList->take(4) as $item) @empty

暂无教程内容

@endforelse
@endsection