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[]) {