mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
update doc address
This commit is contained in:
@@ -771,7 +771,7 @@ onUnmounted(() => {
|
||||
<br />
|
||||
<NText depth="3">
|
||||
如果没有部署
|
||||
<NButton text type="primary" tag="a" href="https://www.yuque.com/megghy/dez70g/vfvcyv3024xvaa1p" target="_blank">
|
||||
<NButton text type="primary" tag="a" href="https://www.wolai.com/fje5wLtcrDoZcb9rk2zrFs" target="_blank">
|
||||
VtsuruEventFetcher
|
||||
</NButton>
|
||||
则其需要保持此页面开启才能使用, 也不要同时开多个页面, 会导致重复 !(部署了则不影响)
|
||||
@@ -802,14 +802,14 @@ onUnmounted(() => {
|
||||
<template #icon>
|
||||
<NIcon :component="PeopleQueue24Filled" />
|
||||
</template>
|
||||
队列 | {{ queue.filter((s) => s.status == QueueStatus.Waiting).length }}
|
||||
队列 | {{queue.filter((s) => s.status == QueueStatus.Waiting).length}}
|
||||
</NTag>
|
||||
<NTag type="success" :bordered="false">
|
||||
<template #icon>
|
||||
<NIcon :component="Checkmark12Regular" />
|
||||
</template>
|
||||
今日已处理 |
|
||||
{{ queue.filter((s) => s.status == QueueStatus.Finish && isSameDay(s.finishAt ?? 0, Date.now())).length }}
|
||||
{{queue.filter((s) => s.status == QueueStatus.Finish && isSameDay(s.finishAt ?? 0, Date.now())).length}}
|
||||
位
|
||||
</NTag>
|
||||
<NInputGroup>
|
||||
|
||||
Reference in New Issue
Block a user