diff --git a/resources/views/chat/partials/toolbar.blade.php b/resources/views/chat/partials/toolbar.blade.php index 8321d63..3df347a 100644 --- a/resources/views/chat/partials/toolbar.blade.php +++ b/resources/views/chat/partials/toolbar.blade.php @@ -14,29 +14,22 @@ {{-- ═══════════ 竖向工具条按钮 ═══════════ --}}
- @if ($user->user_level >= $superLevel) -
- 管理人员
- @endif -
商店 -
+
商店
存点
-
- 娱乐 -
-
- 银行 -
-
呼叫
-
头像 -
+
娱乐
+
银行
+
呼叫
+
头像
设置
-
- 提议
-
- 留言
-
管理
+
提议
+
留言
+ @if ($user->user_level >= $superLevel) +
管理
+ @else +
排行 +
+ @endif
离开