@extends('layouts.site') @section('page_class', 'page-tools') @section('title', 'AI工具集 - AIWeb') @section('meta_description', 'AI工具集首页,按分类分块浏览工具,左侧菜单可定位到对应模块。') @section('canonical', route('tools.index')) @section('head') @vite('resources/css/tool_index.css') @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']; $channelModule = $modules['channel_cards'] ?? null; $bannerModule = $modules['promo_banners'] ?? null; $hotModule = $modules['hot_tools'] ?? null; $latestModule = $modules['latest_tools'] ?? null; $categoryModule = $modules['category_sections'] ?? null; $moduleOrder = collect($modules)->sortBy('sort_order')->pluck('module_key')->values(); $channelItems = collect(data_get($channelModule, 'items', []))->take((int) data_get($channelModule, 'limit', 5)); $bannerItems = collect(data_get($bannerModule, 'items', []))->take((int) data_get($bannerModule, 'limit', 2)); @endphp
10000+精选AI工具集合,涵盖写作、图像、视频、编程等多个领域
该分类暂未收录工具
@endif