css
Some checks failed
Tests / PHP 8.2 (push) Has been cancelled
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled

This commit is contained in:
zhongjy001
2026-02-16 01:23:58 +08:00
parent 4c9790d140
commit 4d0db0c8df
3 changed files with 172 additions and 203 deletions

View File

@@ -0,0 +1,69 @@
html { scroll-behavior: smooth; }
.tool-home { display: grid; grid-template-columns: 208px minmax(0, 1fr); gap: .72rem; align-items: start; }
.tool-side { position: sticky; top: .72rem; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-surface); box-shadow: var(--shadow-sm); padding: .6rem .48rem; max-height: calc(100vh - 1.44rem); overflow: auto; }
.tool-side-logo { display: flex; align-items: center; gap: .38rem; padding: .22rem .3rem .56rem; border-bottom: 1px solid var(--line); margin-bottom: .36rem; font-family: "Outfit", "Noto Sans SC", sans-serif; color: var(--text-main); font-size: 1.12rem; font-weight: 800; }
.tool-side-logo-dot { width: 1.35rem; height: 1.35rem; border-radius: .38rem; background: linear-gradient(135deg, #a777ff, #6e77ff); color: #fff; font-size: .68rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.tool-side-links { display: grid; gap: .16rem; }
.tool-side-link { display: grid; grid-template-columns: 1rem minmax(0, 1fr) auto; align-items: center; gap: .42rem; border: 1px solid transparent; border-radius: .58rem; text-decoration: none; color: #4e6189; padding: .38rem .42rem; font-size: .82rem; transition: .16s ease; }
.tool-side-link:hover, .tool-side-link.active, .tool-side-link.is-active { border-color: var(--line-strong); background: var(--brand-soft); color: #21345f; box-shadow: inset 3px 0 0 #5f72ff; }
.tool-side-link i { color: #687ba2; text-align: center; }
.tool-side-link small { color: #97a9c8; font-size: .7rem; }
.tool-main { min-width: 0; display: grid; gap: .62rem; }
.tool-hero { border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(180deg, #f5f8ff 0, #eef3fb 100%); box-shadow: var(--shadow-sm); padding: .95rem .95rem .82rem; text-align: center; }
.tool-chip { display: inline-flex; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--bg-surface); color: #6f81a7; font-size: .68rem; font-weight: 700; padding: .14rem .5rem; }
.tool-title { margin: .34rem 0 .18rem; font-family: "Outfit", "Noto Sans SC", sans-serif; font-size: clamp(1.6rem, 2.8vw, 2.45rem); font-weight: 800; color: var(--text-main); }
.tool-sub { margin: 0; color: var(--text-muted); font-size: .84rem; }
:root[data-theme="dark"] .tool-hero { background: linear-gradient(180deg, #1b2849 0, #16223f 100%); }
.tool-search { margin: .62rem auto .38rem; width: min(860px, 100%); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .38rem; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--bg-surface); padding: .3rem; }
.tool-search input { border: 0; box-shadow: none; height: 2.16rem; padding: 0 .82rem; background: transparent; color: var(--text-main); }
.tool-search button { border-radius: 999px; min-width: 90px; height: 2.16rem; font-size: .82rem; }
.tool-kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .5rem; margin-top: .52rem; }
.tool-kpi { border: 1px solid var(--line); border-radius: .7rem; background: var(--bg-surface); padding: .46rem .5rem; }
.tool-kpi .label { display: block; color: #7b8fb2; font-size: .72rem; }
.tool-kpi .value { margin-top: .12rem; font-family: "Outfit", "Noto Sans SC", sans-serif; font-size: 1.08rem; font-weight: 800; color: var(--text-main); }
.tool-channel { border: 1px solid var(--line); border-radius: 12px; background: var(--bg-surface); box-shadow: var(--shadow-sm); padding: .52rem; display: grid; grid-template-columns: 62px repeat(5, minmax(0, 1fr)); gap: .46rem; }
.tool-channel-mini { border: 1px solid var(--line); border-radius: 10px; background: var(--bg-soft); display: grid; gap: .34rem; padding: .44rem .3rem; }
.tool-channel-mini a { text-decoration: none; color: #5f7399; font-size: .72rem; text-align: center; }
.tool-channel-card { border: 1px solid var(--line); border-radius: 10px; min-height: 104px; display: flex; align-items: flex-end; justify-content: flex-start; text-decoration: none; font-family: "Outfit", "Noto Sans SC", sans-serif; font-size: .92rem; font-weight: 700; color: #fff; background-size: cover; background-position: center; position: relative; overflow: hidden; padding: .52rem; }
.tool-channel-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,32,56,.08), rgba(20,32,56,.68)); }
.tool-channel-card span { position: relative; z-index: 1; }
.tool-banner-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .52rem; }
.tool-banner { border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(90deg, #e8f3ff, #e4f7ef); min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: .52rem; padding: .58rem .72rem; text-decoration: none; }
.tool-banner.alt { background: linear-gradient(90deg, #e6f6ff, #dff8dd); }
.tool-banner b { color: var(--text-main); font-size: 1.06rem; font-family: "Outfit", "Noto Sans SC", sans-serif; }
.tool-banner small { border: 1px solid var(--line-strong); border-radius: 999px; background: var(--bg-surface); color: #5f749a; font-size: .72rem; padding: .14rem .48rem; }
.tool-section { border: 1px solid var(--line); border-radius: 12px; background: var(--bg-surface); box-shadow: var(--shadow-sm); padding: .62rem; scroll-margin-top: 1rem; }
.tool-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: .48rem; }
.tool-section-head h2 { margin: 0; color: var(--text-main); font-size: 1rem; font-family: "Outfit", "Noto Sans SC", sans-serif; font-weight: 700; }
.tool-section-head a { color: var(--brand-strong); text-decoration: none; font-size: .76rem; font-weight: 600; }
.tool-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .52rem; }
.tool-card { border: 1px solid var(--line); border-radius: 10px; background: var(--bg-surface); box-shadow: var(--shadow-sm); padding: .56rem .62rem; text-decoration: none; transition: .16s ease; }
.tool-card:hover { transform: translateY(-2px); border-color: var(--line-strong); box-shadow: 0 12px 22px rgba(31,54,112,.14); }
.tool-card-name { color: var(--text-main); font-size: .92rem; line-height: 1.26; font-weight: 700; }
.tool-card-meta { margin-top: .2rem; color: var(--text-muted); font-size: .76rem; }
.tool-card-tag { margin-top: .42rem; display: inline-flex; border: 1px solid var(--line-strong); border-radius: 999px; padding: .13rem .48rem; color: var(--brand-strong); background: var(--brand-soft); font-size: .7rem; }
@media (max-width: 1199px) {
.tool-home { grid-template-columns: 1fr; }
.tool-side { position: static; max-height: none; }
.tool-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
.tool-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tool-search { grid-template-columns: 1fr; border-radius: 12px; }
.tool-search button { width: 100%; border-radius: 10px; }
.tool-channel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tool-banner-row { grid-template-columns: 1fr; }
}

View File

@@ -6,90 +6,21 @@
@section('canonical', route('tools.index')) @section('canonical', route('tools.index'))
@section('head') @section('head')
<style> @vite('resources/css/tool_index.css')
html { scroll-behavior: smooth; }
.tool-home { display: grid; grid-template-columns: 208px minmax(0, 1fr); gap: .72rem; align-items: start; }
.tool-side { position: sticky; top: .72rem; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-surface); box-shadow: var(--shadow-sm); padding: .6rem .48rem; max-height: calc(100vh - 1.44rem); overflow: auto; }
.tool-side-logo { display: flex; align-items: center; gap: .38rem; padding: .22rem .3rem .56rem; border-bottom: 1px solid var(--line); margin-bottom: .36rem; font-family: "Outfit", "Noto Sans SC", sans-serif; color: var(--text-main); font-size: 1.12rem; font-weight: 800; }
.tool-side-logo-dot { width: 1.35rem; height: 1.35rem; border-radius: .38rem; background: linear-gradient(135deg, #a777ff, #6e77ff); color: #fff; font-size: .68rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.tool-side-links { display: grid; gap: .16rem; }
.tool-side-link { display: grid; grid-template-columns: 1rem minmax(0, 1fr) auto; align-items: center; gap: .42rem; border: 1px solid transparent; border-radius: .58rem; text-decoration: none; color: #4e6189; padding: .38rem .42rem; font-size: .82rem; transition: .16s ease; }
.tool-side-link:hover, .tool-side-link.active, .tool-side-link.is-active { border-color: var(--line-strong); background: var(--brand-soft); color: #21345f; box-shadow: inset 3px 0 0 #5f72ff; }
.tool-side-link i { color: #687ba2; text-align: center; }
.tool-side-link small { color: #97a9c8; font-size: .7rem; }
.tool-main { min-width: 0; display: grid; gap: .62rem; }
.tool-hero { border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(180deg, #f5f8ff 0, #eef3fb 100%); box-shadow: var(--shadow-sm); padding: .95rem .95rem .82rem; text-align: center; }
.tool-chip { display: inline-flex; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--bg-surface); color: #6f81a7; font-size: .68rem; font-weight: 700; padding: .14rem .5rem; }
.tool-title { margin: .34rem 0 .18rem; font-family: "Outfit", "Noto Sans SC", sans-serif; font-size: clamp(1.6rem, 2.8vw, 2.45rem); font-weight: 800; color: var(--text-main); }
.tool-sub { margin: 0; color: var(--text-muted); font-size: .84rem; }
:root[data-theme="dark"] .tool-hero { background: linear-gradient(180deg, #1b2849 0, #16223f 100%); }
.tool-search { margin: .62rem auto .38rem; width: min(860px, 100%); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .38rem; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--bg-surface); padding: .3rem; }
.tool-search input { border: 0; box-shadow: none; height: 2.16rem; padding: 0 .82rem; background: transparent; color: var(--text-main); }
.tool-search button { border-radius: 999px; min-width: 90px; height: 2.16rem; font-size: .82rem; }
.tool-kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .5rem; margin-top: .52rem; }
.tool-kpi { border: 1px solid var(--line); border-radius: .7rem; background: var(--bg-surface); padding: .46rem .5rem; }
.tool-kpi .label { display: block; color: #7b8fb2; font-size: .72rem; }
.tool-kpi .value { margin-top: .12rem; font-family: "Outfit", "Noto Sans SC", sans-serif; font-size: 1.08rem; font-weight: 800; color: var(--text-main); }
.tool-channel { border: 1px solid var(--line); border-radius: 12px; background: var(--bg-surface); box-shadow: var(--shadow-sm); padding: .52rem; display: grid; grid-template-columns: 62px repeat(5, minmax(0, 1fr)); gap: .46rem; }
.tool-channel-mini { border: 1px solid var(--line); border-radius: 10px; background: var(--bg-soft); display: grid; gap: .34rem; padding: .44rem .3rem; }
.tool-channel-mini a { text-decoration: none; color: #5f7399; font-size: .72rem; text-align: center; }
.tool-channel-card { border: 1px solid var(--line); border-radius: 10px; min-height: 104px; display: flex; align-items: flex-end; justify-content: flex-start; text-decoration: none; font-family: "Outfit", "Noto Sans SC", sans-serif; font-size: .92rem; font-weight: 700; color: #fff; background-size: cover; background-position: center; position: relative; overflow: hidden; padding: .52rem; }
.tool-channel-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,32,56,.08), rgba(20,32,56,.68)); }
.tool-channel-card span { position: relative; z-index: 1; }
.tool-banner-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .52rem; }
.tool-banner { border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(90deg, #e8f3ff, #e4f7ef); min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: .52rem; padding: .58rem .72rem; text-decoration: none; }
.tool-banner.alt { background: linear-gradient(90deg, #e6f6ff, #dff8dd); }
.tool-banner b { color: var(--text-main); font-size: 1.06rem; font-family: "Outfit", "Noto Sans SC", sans-serif; }
.tool-banner small { border: 1px solid var(--line-strong); border-radius: 999px; background: var(--bg-surface); color: #5f749a; font-size: .72rem; padding: .14rem .48rem; }
.tool-section { border: 1px solid var(--line); border-radius: 12px; background: var(--bg-surface); box-shadow: var(--shadow-sm); padding: .62rem; scroll-margin-top: 1rem; }
.tool-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: .48rem; }
.tool-section-head h2 { margin: 0; color: var(--text-main); font-size: 1rem; font-family: "Outfit", "Noto Sans SC", sans-serif; font-weight: 700; }
.tool-section-head a { color: var(--brand-strong); text-decoration: none; font-size: .76rem; font-weight: 600; }
.tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .52rem; }
.tool-card { border: 1px solid var(--line); border-radius: 10px; background: var(--bg-surface); box-shadow: var(--shadow-sm); padding: .56rem .62rem; text-decoration: none; transition: .16s ease; }
.tool-card:hover { transform: translateY(-2px); border-color: var(--line-strong); box-shadow: 0 12px 22px rgba(31,54,112,.14); }
.tool-card-name { color: var(--text-main); font-size: .92rem; line-height: 1.26; font-weight: 700; }
.tool-card-meta { margin-top: .2rem; color: var(--text-muted); font-size: .76rem; }
.tool-card-tag { margin-top: .42rem; display: inline-flex; border: 1px solid var(--line-strong); border-radius: 999px; padding: .13rem .48rem; color: var(--brand-strong); background: var(--brand-soft); font-size: .7rem; }
@media (max-width: 1199px) {
.tool-home { grid-template-columns: 1fr; }
.tool-side { position: static; max-height: none; }
}
@media (max-width: 767px) {
.tool-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tool-search { grid-template-columns: 1fr; border-radius: 12px; }
.tool-search button { width: 100%; border-radius: 10px; }
.tool-channel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tool-banner-row { grid-template-columns: 1fr; }
}
</style>
@endsection @endsection
@section('content') @section('content')
@php @php
$icons = ['bi-stars', 'bi-pencil', 'bi-image', 'bi-camera-video', 'bi-briefcase', 'bi-cpu', 'bi-chat-dots', 'bi-code-slash', 'bi-kanban']; $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; $channelModule = $modules['channel_cards'] ?? null;
$bannerModule = $modules['promo_banners'] ?? null; $bannerModule = $modules['promo_banners'] ?? null;
$hotModule = $modules['hot_tools'] ?? null; $hotModule = $modules['hot_tools'] ?? null;
$latestModule = $modules['latest_tools'] ?? null; $latestModule = $modules['latest_tools'] ?? null;
$categoryModule = $modules['category_sections'] ?? null; $categoryModule = $modules['category_sections'] ?? null;
$moduleOrder = collect($modules)->sortBy('sort_order')->pluck('module_key')->values(); $moduleOrder = collect($modules)->sortBy('sort_order')->pluck('module_key')->values();
$channelItems = collect(data_get($channelModule, 'items', []))->take((int) data_get($channelModule, 'limit', 5)); $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)); $bannerItems = collect(data_get($bannerModule, 'items', []))->take((int) data_get($bannerModule, 'limit', 2));
@endphp @endphp
<div class="tool-home"> <div class="tool-home">
@@ -97,45 +28,45 @@
<div class="tool-side-logo"><span class="tool-side-logo-dot">AI</span>{{ data_get($categoryModule, 'extra.side_title', 'AI工具集') }}</div> <div class="tool-side-logo"><span class="tool-side-logo-dot">AI</span>{{ data_get($categoryModule, 'extra.side_title', 'AI工具集') }}</div>
<nav class="tool-side-links"> <nav class="tool-side-links">
@if(data_get($channelModule, 'enabled', true) === true) @if(data_get($channelModule, 'enabled', true) === true)
<a class="tool-side-link" href="#section-channel"> <a class="tool-side-link" href="#section-channel">
<i class="bi bi-grid"></i> <i class="bi bi-grid"></i>
<span>{{ data_get($channelModule, 'title', '频道卡片') }}</span> <span>{{ data_get($channelModule, 'title', '频道卡片') }}</span>
<small>{{ $channelItems->count() }}</small> <small>{{ $channelItems->count() }}</small>
</a> </a>
@endif @endif
@if(data_get($bannerModule, 'enabled', true) === true) @if(data_get($bannerModule, 'enabled', true) === true)
<a class="tool-side-link" href="#section-banner"> <a class="tool-side-link" href="#section-banner">
<i class="bi bi-megaphone"></i> <i class="bi bi-megaphone"></i>
<span>{{ data_get($bannerModule, 'title', '横幅推荐') }}</span> <span>{{ data_get($bannerModule, 'title', '横幅推荐') }}</span>
<small>{{ $bannerItems->count() }}</small> <small>{{ $bannerItems->count() }}</small>
</a> </a>
@endif @endif
@if(data_get($hotModule, 'enabled', true) === true) @if(data_get($hotModule, 'enabled', true) === true)
<a class="tool-side-link" href="#section-hot"> <a class="tool-side-link" href="#section-hot">
<i class="bi bi-fire"></i> <i class="bi bi-fire"></i>
<span>{{ data_get($hotModule, 'title', '热门工具') }}</span> <span>{{ data_get($hotModule, 'title', '热门工具') }}</span>
<small>{{ $hotTools->count() }}</small> <small>{{ $hotTools->count() }}</small>
</a> </a>
@endif @endif
@if(data_get($latestModule, 'enabled', true) === true) @if(data_get($latestModule, 'enabled', true) === true)
<a class="tool-side-link" href="#section-latest"> <a class="tool-side-link" href="#section-latest">
<i class="bi bi-clock-history"></i> <i class="bi bi-clock-history"></i>
<span>{{ data_get($latestModule, 'title', '最新收录') }}</span> <span>{{ data_get($latestModule, 'title', '最新收录') }}</span>
<small>{{ $latestTools->count() }}</small> <small>{{ $latestTools->count() }}</small>
</a> </a>
@endif @endif
@if(data_get($categoryModule, 'enabled', true) === true) @if(data_get($categoryModule, 'enabled', true) === true)
@foreach($categorySections as $index => $section) @foreach($categorySections as $index => $section)
<a class="tool-side-link" href="#section-{{ $section['slug'] }}"> <a class="tool-side-link" href="#section-{{ $section['slug'] }}">
<i class="bi {{ $icons[$index % count($icons)] }}"></i> <i class="bi {{ $icons[$index % count($icons)] }}"></i>
<span>{{ $section['name'] }}</span> <span>{{ $section['name'] }}</span>
<small>{{ $section['count'] }}</small> <small>{{ $section['count'] }}</small>
</a> </a>
@endforeach @endforeach
@endif @endif
</nav> </nav>
</aside> </aside>
@@ -154,107 +85,70 @@
<nav class="channel-tabs justify-content-center" aria-label="筛选模式"> <nav class="channel-tabs justify-content-center" aria-label="筛选模式">
@foreach($tabOptions as $tab) @foreach($tabOptions as $tab)
<a class="channel-tab @if($activeTab === $tab['key']) active @endif" href="{{ route('tools.index', array_filter(array_merge($filters, ['tab' => $tab['key']]))) }}">{{ $tab['label'] }}</a> <a class="channel-tab @if($activeTab === $tab['key']) active @endif" href="{{ route('tools.index', array_filter(array_merge($filters, ['tab' => $tab['key']]))) }}">{{ $tab['label'] }}</a>
@endforeach @endforeach
</nav> </nav>
<x-portal.stat-grid
grid-class="tool-kpis"
item-class="tool-kpi"
:stats="[
['label' => '收录工具', 'value' => $toolStats['total'] ?? 0],
['label' => '支持 API', 'value' => $toolStats['api'] ?? 0],
['label' => '免费可用', 'value' => $toolStats['free'] ?? 0],
['label' => '7天更新', 'value' => $toolStats['updated_7d'] ?? 0],
]"
/>
</section> </section>
@foreach($moduleOrder as $moduleKey) @foreach($moduleOrder as $moduleKey)
@if($moduleKey === 'channel_cards' && data_get($channelModule, 'enabled', true) === true) @if($moduleKey === 'promo_banners' && data_get($bannerModule, 'enabled', true) === true)
@php <section id="section-banner" class="tool-section" aria-label="横幅推荐">
$miniItems = $channelItems->take(4); <header class="tool-section-head">
@endphp <h2><i class="bi bi-megaphone text-primary"></i> {{ data_get($bannerModule, 'title', '横幅推荐') }}</h2>
<section id="section-channel" class="tool-section" aria-label="频道入口"> <a href="{{ route('tools.list') }}">查看更多</a>
<header class="tool-section-head"> </header>
<h2><i class="bi bi-grid text-primary"></i> {{ data_get($channelModule, 'title', '频道卡片') }}</h2>
<a href="{{ route('tools.list') }}">查看更多</a>
</header>
<div class="tool-channel"> <div class="tool-banner-row">
<aside class="tool-channel-mini"> @forelse($bannerItems as $banner)
@foreach($miniItems as $item) <a class="tool-banner @if($loop->index % 2 === 1) alt @endif" href="{{ $banner['url'] ?: 'javascript:void(0)' }}" @if(!empty($banner['image_path'])) style="background-image:url('{{ $banner['image_path'] }}'); background-size:cover;" @endif>
<a href="{{ $item['url'] ?: 'javascript:void(0)' }}">{{ $item['title'] ?: '频道' }}</a> <b>{{ $banner['title'] ?: '精选推荐' }}</b>
@endforeach <small>{{ $banner['subtitle'] ?: '查看详情' }}</small>
</aside> </a>
@empty
<article class="tool-banner"><b>暂无横幅推荐</b><small>请在后台配置</small></article>
@endforelse
</div>
</section>
@endif
@foreach($channelItems as $item) @if($moduleKey === 'hot_tools' && data_get($hotModule, 'enabled', true) === true)
<a class="tool-channel-card" href="{{ $item['url'] ?: 'javascript:void(0)' }}" @if(!empty($item['image_path'])) style="background-image:url('{{ $item['image_path'] }}');" @endif> <section id="section-hot" class="tool-section" aria-label="热门工具">
<span>{{ $item['title'] ?: '频道入口' }}</span> <header class="tool-section-head">
</a> <h2><i class="bi bi-fire text-danger"></i> {{ data_get($hotModule, 'title', '热门工具') }}</h2>
@endforeach @php($hotMore = data_get($hotModule, 'more_url') ?: route('tools.list', ['tab' => 'recommended']))
</div> <a href="{{ $hotMore }}">查看更多</a>
</section> </header>
@endif <x-portal.tool-grid :tools="$hotTools" />
</section>
@if($moduleKey === 'promo_banners' && data_get($bannerModule, 'enabled', true) === true) @endif
<section id="section-banner" class="tool-section" aria-label="横幅推荐">
<header class="tool-section-head"> @if($moduleKey === 'latest_tools' && data_get($latestModule, 'enabled', true) === true)
<h2><i class="bi bi-megaphone text-primary"></i> {{ data_get($bannerModule, 'title', '横幅推荐') }}</h2> <section id="section-latest" class="tool-section" aria-label="最新收录">
<a href="{{ route('tools.list') }}">查看更多</a> <header class="tool-section-head">
</header> <h2><i class="bi bi-clock-history text-primary"></i> {{ data_get($latestModule, 'title', '最新收录') }}</h2>
@php($latestMore = data_get($latestModule, 'more_url') ?: route('tools.list', ['tab' => 'latest']))
<div class="tool-banner-row"> <a href="{{ $latestMore }}">查看更多</a>
@forelse($bannerItems as $banner) </header>
<a class="tool-banner @if($loop->index % 2 === 1) alt @endif" href="{{ $banner['url'] ?: 'javascript:void(0)' }}" @if(!empty($banner['image_path'])) style="background-image:url('{{ $banner['image_path'] }}'); background-size:cover;" @endif> <x-portal.tool-grid :tools="$latestTools" />
<b>{{ $banner['title'] ?: '精选推荐' }}</b> </section>
<small>{{ $banner['subtitle'] ?: '查看详情' }}</small> @endif
</a>
@empty @if($moduleKey === 'category_sections' && data_get($categoryModule, 'enabled', true) === true)
<article class="tool-banner"><b>暂无横幅推荐</b><small>请在后台配置</small></article> @foreach($categorySections as $section)
@endforelse <section id="section-{{ $section['slug'] }}" class="tool-section" aria-label="{{ $section['name'] }}工具">
</div> <header class="tool-section-head">
</section> <h2><i class="bi bi-grid-3x3-gap text-primary"></i> {{ $section['name'] }}</h2>
@endif <a href="{{ route('tools.list', ['category' => $section['slug']]) }}">查看更多</a>
</header>
@if($moduleKey === 'hot_tools' && data_get($hotModule, 'enabled', true) === true)
<section id="section-hot" class="tool-section" aria-label="热门工具"> @if($section['tools']->isNotEmpty())
<header class="tool-section-head"> <x-portal.tool-grid :tools="$section['tools']" />
<h2><i class="bi bi-fire text-danger"></i> {{ data_get($hotModule, 'title', '热门工具') }}</h2> @else
@php($hotMore = data_get($hotModule, 'more_url') ?: route('tools.list', ['tab' => 'recommended'])) <p class="text-muted-soft mb-0">该分类暂未收录工具</p>
<a href="{{ $hotMore }}">查看更多</a>
</header>
<x-portal.tool-grid :tools="$hotTools" />
</section>
@endif
@if($moduleKey === 'latest_tools' && data_get($latestModule, 'enabled', true) === true)
<section id="section-latest" class="tool-section" aria-label="最新收录">
<header class="tool-section-head">
<h2><i class="bi bi-clock-history text-primary"></i> {{ data_get($latestModule, 'title', '最新收录') }}</h2>
@php($latestMore = data_get($latestModule, 'more_url') ?: route('tools.list', ['tab' => 'latest']))
<a href="{{ $latestMore }}">查看更多</a>
</header>
<x-portal.tool-grid :tools="$latestTools" />
</section>
@endif
@if($moduleKey === 'category_sections' && data_get($categoryModule, 'enabled', true) === true)
@foreach($categorySections as $section)
<section id="section-{{ $section['slug'] }}" class="tool-section" aria-label="{{ $section['name'] }}工具">
<header class="tool-section-head">
<h2><i class="bi bi-grid-3x3-gap text-primary"></i> {{ $section['name'] }}</h2>
<a href="{{ route('tools.list', ['category' => $section['slug']]) }}">查看更多</a>
</header>
@if($section['tools']->isNotEmpty())
<x-portal.tool-grid :tools="$section['tools']" />
@else
<p class="text-muted-soft mb-0">该分类暂未收录工具</p>
@endif
</section>
@endforeach
@endif @endif
</section>
@endforeach
@endif
@endforeach @endforeach
</section> </section>
</div> </div>
@@ -299,7 +193,10 @@
event.preventDefault(); event.preventDefault();
setActive(id); setActive(id);
syncHash(id); syncHash(id);
target.scrollIntoView({ behavior: 'smooth', block: 'start' }); target.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
}); });
}); });
@@ -330,7 +227,10 @@
if (target) { if (target) {
setActive(hashId); setActive(hashId);
window.requestAnimationFrame(() => { window.requestAnimationFrame(() => {
target.scrollIntoView({ behavior: 'auto', block: 'start' }); target.scrollIntoView({
behavior: 'auto',
block: 'start'
});
}); });
} else { } else {
setActive(sections[0].id); setActive(sections[0].id);
@@ -342,4 +242,4 @@
} }
})(); })();
</script> </script>
@endsection @endsection

View File

@@ -5,7 +5,7 @@ import tailwindcss from '@tailwindcss/vite';
export default defineConfig({ export default defineConfig({
plugins: [ plugins: [
laravel({ laravel({
input: ['resources/css/app.css', 'resources/css/home.css', 'resources/js/app.js'], input: ['resources/css/app.css', 'resources/css/home.css', 'resources/css/tool_index.css', 'resources/js/app.js'],
refresh: true, refresh: true,
}), }),
tailwindcss(), tailwindcss(),