sku完成,订单、商品上下架管理正在搞
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<div class="container mx-auto px-4 py-8">
|
||||
<div class="bg-white rounded-xl shadow-lg p-6 mb-8">
|
||||
<h1 class="text-3xl font-bold text-gray-800 mb-4 flex items-center">
|
||||
<i class="fa fa-road mr-3 text-primary"></i>应用路由信息
|
||||
<i class="fa fa-road mr-3 text-primary"></i>应用路由信息 共{{ count($routes) }} 个
|
||||
</h1>
|
||||
<p class="text-gray-600 mb-6">这里展示了应用中所有已注册的路由信息,包括请求方法、URI、名称、控制器和中间件。</p>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="mb-6 flex flex-col md:flex-row justify-between items-start md:items-center space-y-4 md:space-y-0">
|
||||
<div class="flex flex-wrap gap-2">
|
||||
<button class="view-toggle-btn active px-4 py-2 rounded-lg bg-primary text-white font-medium transition-all duration-200" data-view="all">
|
||||
<i class="fa fa-list-ul mr-1"></i>全部路由 共{{ count($routes) }} 个
|
||||
<i class="fa fa-list-ul mr-1"></i>全部路由
|
||||
</button>
|
||||
<button class="view-toggle-btn px-4 py-2 rounded-lg bg-gray-100 text-gray-700 font-medium transition-all duration-200 hover:bg-gray-200" data-view="groups">
|
||||
<i class="fa fa-th-large mr-1"></i>分组视图
|
||||
|
||||
Reference in New Issue
Block a user