mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
add rtc feature, set payment page to wip state
This commit is contained in:
@@ -486,6 +486,8 @@ onUnmounted(() => {
|
||||
</NTooltip>
|
||||
</NInputGroup>
|
||||
</NSpace>
|
||||
|
||||
<VueTurnstile ref="turnstile" :site-key="TURNSTILE_KEY" v-model="token" theme="auto" style="text-align: center" />
|
||||
<template #footer>
|
||||
<NButton @click="accountInfo?.isBiliVerified ? ChangeBili() : BindBili()" type="success"
|
||||
:loading="!token || isLoading">
|
||||
@@ -522,5 +524,4 @@ onUnmounted(() => {
|
||||
<NButton @click="BindBiliAuth()" type="success" :loading="isLoading" :disabled="!biliAuthText"> 确定 </NButton>
|
||||
</template>
|
||||
</NModal>
|
||||
<VueTurnstile ref="turnstile" :site-key="TURNSTILE_KEY" v-model="token" theme="auto" style="text-align: center" />
|
||||
</template>
|
||||
|
||||
@@ -36,7 +36,10 @@ onMounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NTabs animated type="line">
|
||||
<div v-if="true">
|
||||
WIP...
|
||||
</div>
|
||||
<NTabs v-else animated type="line">
|
||||
<NTabPane name="弹幕储存" tab="弹幕储存">
|
||||
<template #tab>
|
||||
<component :is="tabDisplay(ConsumptionTypes.DanmakuStorage)" />
|
||||
|
||||
Reference in New Issue
Block a user