Refactor server and database save structure, support multiple server detail tab

This commit is contained in:
tiny-craft
2023-07-01 02:05:30 +08:00
parent 79784fd109
commit dadde8d090
40 changed files with 1634 additions and 306 deletions

View File

@@ -2,8 +2,8 @@
import { reactive, ref, watch } from 'vue'
import useDialog from '../../stores/dialog'
import useTabStore from '../../stores/tab.js'
import useConnectionStore from '../../stores/connection.js'
import { useMessage } from 'naive-ui'
import useConnectionStore from '../../stores/connections.js'
const ttlForm = reactive({
ttl: -1,