@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 创作平台 免费试用

热门工具

查看更多

最新收录

查看更多
@foreach($categorySections as $section)

{{ $section['name'] }}

查看更多
@if($section['tools']->isNotEmpty()) @else

该分类暂未收录工具

@endif
@endforeach
@endsection