Feat: 商店功能完整实现(单次特效卡888/周卡8888/改名卡5000,含购买、周卡覆盖、改名黑名单)
This commit is contained in:
@@ -5,13 +5,15 @@
|
||||
|
||||
依赖变量:$room(当前房间模型)
|
||||
--}}
|
||||
<div class="chat-right">
|
||||
{{-- Tab 标题栏(原版:名单/房间/贴图/酷库) --}}
|
||||
<div class="chat-right" style="position:relative;">
|
||||
{{-- Tab 标题栏 --}}
|
||||
<div class="right-tabs">
|
||||
<button class="tab-btn active" id="tab-users" onclick="switchTab('users')">名单</button>
|
||||
<button class="tab-btn" id="tab-rooms" onclick="switchTab('rooms')">房间</button>
|
||||
<button class="tab-btn" id="tab-emoji" onclick="switchTab('emoji')">贴图</button>
|
||||
<button class="tab-btn" id="tab-action" onclick="switchTab('action')">酷库</button>
|
||||
<button class="tab-btn" id="tab-shop" onclick="switchTab('shop'); loadShop();"
|
||||
style="color:#fbbf24;">🛍商店</button>
|
||||
</div>
|
||||
|
||||
{{-- 用户列表面板 --}}
|
||||
@@ -88,4 +90,7 @@
|
||||
<div class="online-stats">
|
||||
在线: <strong id="online-count-footer">0</strong> 人
|
||||
</div>
|
||||
|
||||
{{-- 商店面板(位于最后,默认隐藏) --}}
|
||||
@include('chat.partials.shop-panel')
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user