update typo

This commit is contained in:
2024-09-26 16:51:40 +08:00
parent f61bb626ac
commit 131c5019a8
3 changed files with 15 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ import {
} from 'echarts/components' } from 'echarts/components'
import { use } from 'echarts/core' import { use } from 'echarts/core'
import { CanvasRenderer } from 'echarts/renderers' import { CanvasRenderer } from 'echarts/renderers'
import { NAlert, NButton, NCard, NDivider, NIcon, NSpace, NSpin, NTime, NTooltip, useMessage } from 'naive-ui' import { NAlert, NButton, NCard, NDivider, NIcon, NSpace, NSpin, NText, NTime, NTooltip, useMessage } from 'naive-ui'
import { onMounted, ref } from 'vue' import { onMounted, ref } from 'vue'
import VChart from 'vue-echarts' import VChart from 'vue-echarts'
@@ -562,6 +562,12 @@ onMounted(async () => {
<NAlert v-if="accountInfo?.isBiliVerified != true" type="info"> 尚未进行Bilibili认证 </NAlert> <NAlert v-if="accountInfo?.isBiliVerified != true" type="info"> 尚未进行Bilibili认证 </NAlert>
<NSpin v-else-if="isLoading" show /> <NSpin v-else-if="isLoading" show />
<NCard v-else size="small"> <NCard v-else size="small">
<NAlert type="warning">
由于B站继续收紧风控策略, 本站已无法再爬取相关数据, 请需要使用此功能的用户下载并安装1.0.6.4及以上版本的
<NButton text type="info" tag="a" href="https://www.yuque.com/megghy/dez70g/vfvcyv3024xvaa1p" target="_blank"> VTsuruEventFetcher </NButton>
来帮助本站获取你的数据记录
</NAlert>
<br />
<NTooltip trigger="click" placement="bottom"> <NTooltip trigger="click" placement="bottom">
<template #trigger> <template #trigger>
<NButton type="info"> <NButton type="info">
@@ -571,13 +577,14 @@ onMounted(async () => {
关于数据更新 关于数据更新
</NButton> </NButton>
</template> </template>
更新速度:
<NSpace vertical> <NSpace vertical>
<span> <NText strong>所有数据改为每天更新一次</NText>
<NDivider style="margin: 0"/>
<NText delete :depth="3">
粉丝数: 200粉以下: 每3天一次, 200-1000: 每24小时一次, 1000-10000: 每6小时一次, 10000粉以上: 每小时一次 粉丝数: 200粉以下: 每3天一次, 200-1000: 每24小时一次, 1000-10000: 每6小时一次, 10000粉以上: 每小时一次
</span> </NText>
<span> 舰长数: 10舰以下: 每24小时一次, 10-50: 每12小时一次, 50舰以上: 每6小时一次 </span> <NText delete :depth="3"> 舰长数: 10舰以下: 每24小时一次, 10-50: 每12小时一次, 50舰以上: 每6小时一次 </NText>
<span> 投稿数据: 500粉以上: 每天一次 </span> <NText delete :depth="3"> 投稿数据: 500粉以上: 每天一次 </NText>
</NSpace> </NSpace>
</NTooltip> </NTooltip>
<br /> <br />

View File

@@ -131,7 +131,7 @@ async function refresh() {
} }
onMounted(async () => { onMounted(async () => {
orders.value = await getOrders() await refresh()
}) })
</script> </script>

View File

@@ -283,7 +283,7 @@ onMounted(async () => {
<NFlex> <NFlex>
<NButton type="primary" @click="refresh">刷新</NButton> <NButton type="primary" @click="refresh">刷新</NButton>
<NButton type="info" @click="showGivePointModal = true">给予/扣除积分</NButton> <NButton type="info" @click="showGivePointModal = true">给予/扣除积分</NButton>
<NButton type="info" @click="exportData">导出积分数据</NButton> <NButton type="info" @click="exportData">导出积分数据 (暂未实现)</NButton>
</NFlex> </NFlex>
</template> </template>
<NFlex align="center"> <NFlex align="center">