@extends('layouts.site') @section('page_class', 'page-tools') @section('title', 'AI 工具集 - AIWeb') @section('meta_description', '参考门户站样式的 AI 工具导航页,支持分类浏览、搜索筛选与热门工具发现。') @section('canonical', route('tools.index')) @section('head') @endsection @section('content') @php $icons = ['bi-stars', 'bi-pencil', 'bi-image', 'bi-camera-video', 'bi-briefcase', 'bi-cpu', 'bi-chat-dots', 'bi-code-slash', 'bi-kanban']; @endphp
收录工具 {{ $toolStats['total'] ?? 0 }}
AI-BOT.CN

AI工具集

参考示例门户布局:分类检索、频道入口与热门内容聚合一体化。

收录工具{{ $toolStats['total'] ?? 0 }}
支持 API{{ $toolStats['api'] ?? 0 }}
免费可用{{ $toolStats['free'] ?? 0 }}
7天更新{{ $toolStats['updated_7d'] ?? 0 }}
每日快讯 免费社群 最新项目 热门教程 办公不求人
超全图片视频模板一键复制 全球顶尖模型
一站式 AI 创作平台 免费试用

热门工具

最新收录
@if($items->isNotEmpty())
{{ $items->links() }}
@else

没有命中工具,试试更换关键词或筛选条件。

@endif
@endsection