From 8828ba060dd32b7d710d4688f3a6a4a8766ced05 Mon Sep 17 00:00:00 2001 From: Megghy Date: Mon, 24 Feb 2025 22:59:28 +0800 Subject: [PATCH] update doc address --- src/components/EventFetcherStatusCard.vue | 16 +---- src/views/ManageLayout.vue | 2 +- src/views/manage/EventView.vue | 76 ++++++++--------------- src/views/manage/HistoryView.vue | 2 +- src/views/manage/LiveManager.vue | 21 ++----- src/views/manage/SongListManageView.vue | 2 +- src/views/manage/point/PointManage.vue | 40 ++++++------ src/views/manage/point/PointSettings.vue | 14 ++--- src/views/open_live/LiveRequest.vue | 4 +- src/views/open_live/OpenLiveIndex.vue | 26 +++----- src/views/open_live/OpenQueue.vue | 6 +- 11 files changed, 74 insertions(+), 135 deletions(-) diff --git a/src/components/EventFetcherStatusCard.vue b/src/components/EventFetcherStatusCard.vue index 4214173..0520496 100644 --- a/src/components/EventFetcherStatusCard.vue +++ b/src/components/EventFetcherStatusCard.vue @@ -35,13 +35,7 @@ const status = computed(() => {
事件上传到本站后允许按照自定义范围进行查询, 并导出为 CSV 之类的表格
- + 关于 EVENT-FETCHER @@ -88,13 +82,7 @@ const status = computed(() => { diff --git a/src/views/ManageLayout.vue b/src/views/ManageLayout.vue index 128607d..41209f6 100644 --- a/src/views/ManageLayout.vue +++ b/src/views/ManageLayout.vue @@ -271,7 +271,7 @@ const menuOptions = [ text: true, size: 'small', tag: 'a', - href: 'https://www.yuque.com/megghy/dez70g/vfvcyv3024xvaa1p', + href: 'https://www.wolai.com/fje5wLtcrDoZcb9rk2zrFs', target: '_blank', }, () => 'VtsuruEventFetcher', diff --git a/src/views/manage/EventView.vue b/src/views/manage/EventView.vue index 3fe2c3f..a09056f 100644 --- a/src/views/manage/EventView.vue +++ b/src/views/manage/EventView.vue @@ -147,8 +147,7 @@ function exportData() { } saveAs( new Blob([text], { type: 'text/plain;charset=utf-8' }), - `${format(Date.now(), 'yyyy-MM-dd HH:mm:ss')}_${format(selectedDate.value[0], 'yyyy-MM-dd HH:mm:ss')}_${format(selectedDate.value[1], 'yyyy-MM-dd HH:mm:ss')}}_${ - accountInfo.value?.id + `${format(Date.now(), 'yyyy-MM-dd HH:mm:ss')}_${format(selectedDate.value[0], 'yyyy-MM-dd HH:mm:ss')}_${format(selectedDate.value[1], 'yyyy-MM-dd HH:mm:ss')}}_${accountInfo.value?.id }_${accountInfo.value?.name}_${selectedType.value}.${exportType.value}`, ) } @@ -169,19 +168,17 @@ function objectsToCSV(arr: any[]) {