first commit

This commit is contained in:
2024-04-08 21:34:02 +08:00
commit a41a7f32ab
223 changed files with 44629 additions and 0 deletions

8
src/apis/index.ts Normal file
View File

@@ -0,0 +1,8 @@
export * from './area'
export * from './auth'
export * from './common'
export * from './area/type'
export * from './auth/type'
export * from './common/type'