配置功能完善
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user