feat: add app launch log page

This commit is contained in:
tiny-craft
2023-07-16 01:50:01 +08:00
parent 15c80bc9f7
commit 4879901a33
16 changed files with 355 additions and 53 deletions

View File

@@ -2,7 +2,6 @@
import { reactive, ref, watch } from 'vue'
import useDialog from '../../stores/dialog'
import useTabStore from '../../stores/tab.js'
import { useMessage } from 'naive-ui'
import useConnectionStore from '../../stores/connections.js'
const ttlForm = reactive({
@@ -42,7 +41,6 @@ const onClose = () => {
dialogStore.closeTTLDialog()
}
const message = useMessage()
const onConfirm = async () => {
try {
const tab = tabStore.currentTab