fix: ignore user.ts

This commit is contained in:
unanmed 2024-04-26 19:02:47 +08:00
parent 12f85a75df
commit 3b064b6322
3 changed files with 1 additions and 10 deletions

1
.gitignore vendored
View File

@ -47,3 +47,4 @@ meeting.md
script/special.ts script/special.ts
script/people.ts script/people.ts
docs/ docs/
user.ts

8
components.d.ts vendored
View File

@ -7,14 +7,6 @@ export {}
declare module '@vue/runtime-core' { declare module '@vue/runtime-core' {
export interface GlobalComponents { export interface GlobalComponents {
AButton: typeof import('ant-design-vue/es')['Button']
ADivider: typeof import('ant-design-vue/es')['Divider']
AInput: typeof import('ant-design-vue/es')['Input']
AProgress: typeof import('ant-design-vue/es')['Progress']
ASelect: typeof import('ant-design-vue/es')['Select']
ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
ASlider: typeof import('ant-design-vue/es')['Slider']
ASwitch: typeof import('ant-design-vue/es')['Switch']
Box: typeof import('./src/components/box.vue')['default'] Box: typeof import('./src/components/box.vue')['default']
BoxAnimate: typeof import('./src/components/boxAnimate.vue')['default'] BoxAnimate: typeof import('./src/components/boxAnimate.vue')['default']
Colomn: typeof import('./src/components/colomn.vue')['default'] Colomn: typeof import('./src/components/colomn.vue')['default']

View File

@ -1,2 +0,0 @@
export const id = 2691;
export const password = '26e631510147c1d0b71a368a3729df5a';