Skip to content

Commit 3111adf

Browse files
committed
chore: update deps
1 parent 30379a4 commit 3111adf

File tree

8 files changed

+1810
-1813
lines changed

8 files changed

+1810
-1813
lines changed

api/cluster/node.go

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,7 @@ func GetNodeList(c *gin.Context) {
4545
return analytic.GetNode(m)
4646
})
4747

48-
data, ok := core.ListAllData()
49-
if !ok {
50-
return
51-
}
52-
53-
c.JSON(http.StatusOK, model.DataList{
54-
Data: data,
55-
})
48+
core.List()
5649
}
5750

5851
func AddNode(c *gin.Context) {

app/auto-imports.d.ts

Lines changed: 82 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -6,94 +6,94 @@
66
// biome-ignore lint: disable
77
export {}
88
declare global {
9-
const $gettext: typeof import('@/gettext')['$gettext']
10-
const $ngettext: typeof import('@/gettext')['$ngettext']
11-
const $npgettext: typeof import('@/gettext')['$npgettext']
12-
const $pgettext: typeof import('@/gettext')['$pgettext']
13-
const App: typeof import('ant-design-vue')['App']
14-
const EffectScope: typeof import('vue')['EffectScope']
15-
const T: typeof import('@/language')['T']
16-
const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
17-
const computed: typeof import('vue')['computed']
18-
const createApp: typeof import('vue')['createApp']
19-
const createPinia: typeof import('pinia')['createPinia']
20-
const customRef: typeof import('vue')['customRef']
21-
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
22-
const defineComponent: typeof import('vue')['defineComponent']
23-
const defineStore: typeof import('pinia')['defineStore']
24-
const effectScope: typeof import('vue')['effectScope']
25-
const getActivePinia: typeof import('pinia')['getActivePinia']
26-
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
27-
const getCurrentScope: typeof import('vue')['getCurrentScope']
28-
const getCurrentWatcher: typeof import('vue')['getCurrentWatcher']
29-
const h: typeof import('vue')['h']
30-
const inject: typeof import('vue')['inject']
31-
const isProxy: typeof import('vue')['isProxy']
32-
const isReactive: typeof import('vue')['isReactive']
33-
const isReadonly: typeof import('vue')['isReadonly']
34-
const isRef: typeof import('vue')['isRef']
35-
const isShallow: typeof import('vue')['isShallow']
36-
const mapActions: typeof import('pinia')['mapActions']
37-
const mapGetters: typeof import('pinia')['mapGetters']
38-
const mapState: typeof import('pinia')['mapState']
39-
const mapStores: typeof import('pinia')['mapStores']
40-
const mapWritableState: typeof import('pinia')['mapWritableState']
41-
const markRaw: typeof import('vue')['markRaw']
9+
const $gettext: typeof import('@/gettext').$gettext
10+
const $ngettext: typeof import('@/gettext').$ngettext
11+
const $npgettext: typeof import('@/gettext').$npgettext
12+
const $pgettext: typeof import('@/gettext').$pgettext
13+
const App: typeof import('ant-design-vue').App
14+
const EffectScope: typeof import('vue').EffectScope
15+
const T: typeof import('@/language').T
16+
const acceptHMRUpdate: typeof import('pinia').acceptHMRUpdate
17+
const computed: typeof import('vue').computed
18+
const createApp: typeof import('vue').createApp
19+
const createPinia: typeof import('pinia').createPinia
20+
const customRef: typeof import('vue').customRef
21+
const defineAsyncComponent: typeof import('vue').defineAsyncComponent
22+
const defineComponent: typeof import('vue').defineComponent
23+
const defineStore: typeof import('pinia').defineStore
24+
const effectScope: typeof import('vue').effectScope
25+
const getActivePinia: typeof import('pinia').getActivePinia
26+
const getCurrentInstance: typeof import('vue').getCurrentInstance
27+
const getCurrentScope: typeof import('vue').getCurrentScope
28+
const getCurrentWatcher: typeof import('vue').getCurrentWatcher
29+
const h: typeof import('vue').h
30+
const inject: typeof import('vue').inject
31+
const isProxy: typeof import('vue').isProxy
32+
const isReactive: typeof import('vue').isReactive
33+
const isReadonly: typeof import('vue').isReadonly
34+
const isRef: typeof import('vue').isRef
35+
const isShallow: typeof import('vue').isShallow
36+
const mapActions: typeof import('pinia').mapActions
37+
const mapGetters: typeof import('pinia').mapGetters
38+
const mapState: typeof import('pinia').mapState
39+
const mapStores: typeof import('pinia').mapStores
40+
const mapWritableState: typeof import('pinia').mapWritableState
41+
const markRaw: typeof import('vue').markRaw
4242
const message: typeof import('@/useAntApp')['message']
4343
const modal: typeof import('@/useAntApp')['modal']
44-
const nextTick: typeof import('vue')['nextTick']
44+
const nextTick: typeof import('vue').nextTick
4545
const notification: typeof import('@/useAntApp')['notification']
46-
const onActivated: typeof import('vue')['onActivated']
47-
const onBeforeMount: typeof import('vue')['onBeforeMount']
48-
const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
49-
const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
50-
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
51-
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
52-
const onDeactivated: typeof import('vue')['onDeactivated']
53-
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
54-
const onMounted: typeof import('vue')['onMounted']
55-
const onRenderTracked: typeof import('vue')['onRenderTracked']
56-
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
57-
const onScopeDispose: typeof import('vue')['onScopeDispose']
58-
const onServerPrefetch: typeof import('vue')['onServerPrefetch']
59-
const onUnmounted: typeof import('vue')['onUnmounted']
60-
const onUpdated: typeof import('vue')['onUpdated']
61-
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
62-
const provide: typeof import('vue')['provide']
63-
const reactive: typeof import('vue')['reactive']
64-
const readonly: typeof import('vue')['readonly']
65-
const ref: typeof import('vue')['ref']
66-
const resolveComponent: typeof import('vue')['resolveComponent']
67-
const setActivePinia: typeof import('pinia')['setActivePinia']
68-
const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
69-
const shallowReactive: typeof import('vue')['shallowReactive']
70-
const shallowReadonly: typeof import('vue')['shallowReadonly']
71-
const shallowRef: typeof import('vue')['shallowRef']
72-
const storeToRefs: typeof import('pinia')['storeToRefs']
73-
const toRaw: typeof import('vue')['toRaw']
74-
const toRef: typeof import('vue')['toRef']
75-
const toRefs: typeof import('vue')['toRefs']
76-
const toValue: typeof import('vue')['toValue']
77-
const triggerRef: typeof import('vue')['triggerRef']
78-
const unref: typeof import('vue')['unref']
46+
const onActivated: typeof import('vue').onActivated
47+
const onBeforeMount: typeof import('vue').onBeforeMount
48+
const onBeforeRouteLeave: typeof import('vue-router').onBeforeRouteLeave
49+
const onBeforeRouteUpdate: typeof import('vue-router').onBeforeRouteUpdate
50+
const onBeforeUnmount: typeof import('vue').onBeforeUnmount
51+
const onBeforeUpdate: typeof import('vue').onBeforeUpdate
52+
const onDeactivated: typeof import('vue').onDeactivated
53+
const onErrorCaptured: typeof import('vue').onErrorCaptured
54+
const onMounted: typeof import('vue').onMounted
55+
const onRenderTracked: typeof import('vue').onRenderTracked
56+
const onRenderTriggered: typeof import('vue').onRenderTriggered
57+
const onScopeDispose: typeof import('vue').onScopeDispose
58+
const onServerPrefetch: typeof import('vue').onServerPrefetch
59+
const onUnmounted: typeof import('vue').onUnmounted
60+
const onUpdated: typeof import('vue').onUpdated
61+
const onWatcherCleanup: typeof import('vue').onWatcherCleanup
62+
const provide: typeof import('vue').provide
63+
const reactive: typeof import('vue').reactive
64+
const readonly: typeof import('vue').readonly
65+
const ref: typeof import('vue').ref
66+
const resolveComponent: typeof import('vue').resolveComponent
67+
const setActivePinia: typeof import('pinia').setActivePinia
68+
const setMapStoreSuffix: typeof import('pinia').setMapStoreSuffix
69+
const shallowReactive: typeof import('vue').shallowReactive
70+
const shallowReadonly: typeof import('vue').shallowReadonly
71+
const shallowRef: typeof import('vue').shallowRef
72+
const storeToRefs: typeof import('pinia').storeToRefs
73+
const toRaw: typeof import('vue').toRaw
74+
const toRef: typeof import('vue').toRef
75+
const toRefs: typeof import('vue').toRefs
76+
const toValue: typeof import('vue').toValue
77+
const triggerRef: typeof import('vue').triggerRef
78+
const unref: typeof import('vue').unref
7979
const useAntAppStore: typeof import('@/pinia')['useAntAppStore']
8080
const useApp: typeof import('ant-design-vue')['App.useApp']
8181
const useAppUtils: typeof import('@/useAntApp')['useAppUtils']
82-
const useAttrs: typeof import('vue')['useAttrs']
83-
const useCssModule: typeof import('vue')['useCssModule']
84-
const useCssVars: typeof import('vue')['useCssVars']
85-
const useGlobalApp: typeof import('@/composables/useGlobalApp')['useGlobalApp']
86-
const useId: typeof import('vue')['useId']
87-
const useLink: typeof import('vue-router')['useLink']
88-
const useModel: typeof import('vue')['useModel']
89-
const useRoute: typeof import('vue-router')['useRoute']
90-
const useRouter: typeof import('vue-router')['useRouter']
91-
const useSlots: typeof import('vue')['useSlots']
92-
const useTemplateRef: typeof import('vue')['useTemplateRef']
93-
const watch: typeof import('vue')['watch']
94-
const watchEffect: typeof import('vue')['watchEffect']
95-
const watchPostEffect: typeof import('vue')['watchPostEffect']
96-
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
82+
const useAttrs: typeof import('vue').useAttrs
83+
const useCssModule: typeof import('vue').useCssModule
84+
const useCssVars: typeof import('vue').useCssVars
85+
const useGlobalApp: typeof import('@/composables/useGlobalApp').useGlobalApp
86+
const useId: typeof import('vue').useId
87+
const useLink: typeof import('vue-router').useLink
88+
const useModel: typeof import('vue').useModel
89+
const useRoute: typeof import('vue-router').useRoute
90+
const useRouter: typeof import('vue-router').useRouter
91+
const useSlots: typeof import('vue').useSlots
92+
const useTemplateRef: typeof import('vue').useTemplateRef
93+
const watch: typeof import('vue').watch
94+
const watchEffect: typeof import('vue').watchEffect
95+
const watchPostEffect: typeof import('vue').watchPostEffect
96+
const watchSyncEffect: typeof import('vue').watchSyncEffect
9797
}
9898
// for type re-export
9999
declare global {

0 commit comments

Comments
 (0)