配置功能完善

This commit is contained in:
jiangdong.cheng
2026-02-12 15:37:49 +08:00
parent 67cd9501de
commit 56c685b579
14 changed files with 1259 additions and 701 deletions

View File

@@ -10,9 +10,9 @@
@php
$tabs = [
['key' => 'tools', 'label' => 'AI工具集', 'url' => route('tools.index')],
['key' => 'models', 'label' => 'AI应用集', 'url' => route('models.index')],
['key' => 'news', 'label' => '每日AI资讯', 'url' => route('news.index')],
['key' => 'guides', 'label' => 'AI教程资源', 'url' => route('guides.index')],
['key' => 'models', 'label' => '模型推荐', 'url' => route('models.index')],
['key' => 'news', 'label' => '文章资讯', 'url' => route('news.index')],
['key' => 'guides', 'label' => '教程学习', 'url' => route('guides.index')],
['key' => 'tool-list', 'label' => '工具列表', 'url' => route('tools.list')],
];
@endphp
@@ -25,3 +25,4 @@
</nav>
<div class="{{ $statusClass }}">{{ $statusLabel }} <b>{{ $statusValue }}</b></div>
</header>