@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
AI-BOT.CN

AI工具集

左侧菜单点击后直接定位到对应工具区块,符合你要的交互方式。

@if(($modules['channel_cards']['enabled'] ?? true) === true)
每日快讯 免费社群 最新项目 热门教程 工具列表
@endif @if(($modules['promo_banners']['enabled'] ?? true) === true)
超全图片视频模板一键复制 全球顶尖模型
一站式 AI 创作平台 免费试用
@endif @if(($modules['hot_tools']['enabled'] ?? true) === true)

热门工具

查看更多
@endif @if(($modules['latest_tools']['enabled'] ?? true) === true)

最新收录

查看更多
@endif @if(($modules['category_sections']['enabled'] ?? true) === true) @foreach($categorySections as $section)

{{ $section['name'] }}

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

该分类暂未收录工具

@endif
@endforeach @endif
@endsection @section('scripts') @endsection