mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
rebuild
This commit is contained in:
@@ -19,10 +19,10 @@ const props = defineProps<{
|
||||
const activeSongs = ref<SongRequestInfo[]>([])
|
||||
|
||||
function onGetDanmaku(danmaku: DanmakuInfo) {
|
||||
|
||||
console.log(danmaku)
|
||||
}
|
||||
function onGetSC(danmaku: SCInfo) {
|
||||
|
||||
console.log(danmaku)
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
@@ -39,12 +39,8 @@ onUnmounted(() => {
|
||||
开发中...
|
||||
<NTabs animated>
|
||||
<NTabPane name="list" tab="列表">
|
||||
<NList>
|
||||
|
||||
</NList>
|
||||
</NTabPane>
|
||||
<NTabPane name="history" tab="历史">
|
||||
|
||||
<NList> </NList>
|
||||
</NTabPane>
|
||||
<NTabPane name="history" tab="历史"> </NTabPane>
|
||||
</NTabs>
|
||||
</template>
|
||||
|
||||
@@ -429,8 +429,7 @@ onUnmounted(() => {
|
||||
</NCard>
|
||||
<NCard v-if="originUsers" size="small">
|
||||
<NSpace justify="center" align="center">
|
||||
<NSpin v-if="isStartLottery" size="small" />
|
||||
<NButton type="primary" @click="continueLottery" :loading="isLottering" :disabled="isStartLottery || isLotteried || !client"> 开始 </NButton>
|
||||
<NButton type="primary" @click="continueLottery" :loading="isStartLottery" :disabled="isStartLottery || isLotteried || !client"> 开始 </NButton>
|
||||
<NButton type="warning" :disabled="!isStartLottery" @click="pause"> 停止 </NButton>
|
||||
<NButton type="error" :disabled="isLottering || originUsers.length == 0" @click="clear"> 清空 </NButton>
|
||||
</NSpace>
|
||||
|
||||
Reference in New Issue
Block a user