发布 0.1.0:通知渠道、告警规则与多项体验修复
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { NButton, NSpin, useDialog, useMessage } from 'naive-ui'
|
||||
import { NButton, NSpin, useDialog } from 'naive-ui'
|
||||
import { computed, onUnmounted, ref } from 'vue'
|
||||
|
||||
import { deleteTask, listTasks, runTask, updateTask } from '@/api/tasks'
|
||||
@@ -10,8 +10,9 @@ import { parseSnatch } from '@/components/task/taskDisplay'
|
||||
import { useAsync } from '@/composables/useAsync'
|
||||
import { useScopeStore } from '@/stores/scope'
|
||||
import type { Task } from '@/types/api'
|
||||
import { useToast } from '@/composables/useToast'
|
||||
|
||||
const message = useMessage()
|
||||
const message = useToast()
|
||||
const dialog = useDialog()
|
||||
const scope = useScopeStore()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user