update about

This commit is contained in:
2023-10-25 12:03:16 +08:00
parent 7b50aa39db
commit 248825be5b
3 changed files with 21 additions and 23 deletions

View File

@@ -166,7 +166,10 @@ onMounted(() => {
</script>
<template>
<NAlert type="warning"> 实验性功能, 尚不稳定. </NAlert>
<NSpace vertical>
<NAlert type="warning"> 实验性功能, 尚不稳定. </NAlert>
<NAlert v-if="!accountInfo?.isBiliVerified" type="warning"> 使用此功能前你需要先<NButton type="info" text @click="$router.push({ name: 'manage-biliVerify' })">认证Bilibili账号</NButton> </NAlert>
</NSpace>
<NDivider />
<NAlert title="EVENT-FETCHER 状态" :type="accountInfo?.eventFetcherOnline ? (accountInfo?.eventFetcherStatus == 'ok' ? 'success' : 'warning') : 'info'">
<NTag :type="accountInfo?.eventFetcherOnline ? (accountInfo?.eventFetcherStatus == 'ok' ? 'success' : 'warning') : 'error'">