已有 {{ activeItems.length ?? 0 }} 人
{{ item.from == QueueFrom.Manual ? '主播添加' : item.giftPrice == undefined ? '无' : '¥ ' + item.giftPrice }}
+{{ item.from == QueueFrom.Manual ? '主播添加' : item.giftPrice == undefined ? '无' : '¥ ' + item.giftPrice }}
@@ -207,7 +207,11 @@ onUnmounted(() => { text-align: center; font-size: 20px; font-weight: bold; - text-shadow: 0 0 10px #ca7b7b6e, 0 0 20px #ffffff8e, 0 0 30px #61606086, 0 0 40px rgba(64, 156, 179, 0.555); + text-shadow: + 0 0 10px #ca7b7b6e, + 0 0 20px #ffffff8e, + 0 0 30px #61606086, + 0 0 40px rgba(64, 156, 179, 0.555); } .queue-header-count { color: #ffffff; diff --git a/src/views/open_live/OpenQueue.vue b/src/views/open_live/OpenQueue.vue index 4e90281..01f9e02 100644 --- a/src/views/open_live/OpenQueue.vue +++ b/src/views/open_live/OpenQueue.vue @@ -88,6 +88,8 @@ const defaultSettings = { giftFilterType: QueueGiftFilterType.Or, showRequireInfo: true, isReverse: false, + showFanMadelInfo: true, + showPayment: true, } as Setting_Queue const STATUS_MAP = { [QueueStatus.Waiting]: '等待中', @@ -1049,6 +1051,8 @@ onUnmounted(() => {