diff --git a/components.d.ts b/components.d.ts index 1353fc5..1d346c9 100644 --- a/components.d.ts +++ b/components.d.ts @@ -9,6 +9,7 @@ declare module 'vue' { export interface GlobalComponents { Application: typeof import('./src/components/Application/Application.vue')['default'] BasicModal: typeof import('./src/components/Modal/BasicModal.vue')['default'] + DataHeader: typeof import('./src/components/DataHeader/index.vue')['default'] NAvatar: typeof import('naive-ui')['NAvatar'] NButton: typeof import('naive-ui')['NButton'] NCard: typeof import('naive-ui')['NCard'] diff --git a/src/assets/images/close.png b/src/assets/images/close.png new file mode 100644 index 0000000..2d15a37 Binary files /dev/null and b/src/assets/images/close.png differ diff --git a/src/assets/images/question.png b/src/assets/images/question.png new file mode 100644 index 0000000..2ee959e Binary files /dev/null and b/src/assets/images/question.png differ diff --git a/src/layout/components/Header/ShortcutModal.vue b/src/layout/components/Header/ShortcutModal.vue index 0ffd131..f14803d 100644 --- a/src/layout/components/Header/ShortcutModal.vue +++ b/src/layout/components/Header/ShortcutModal.vue @@ -32,12 +32,9 @@ defineExpose({