chore: NTAPI

This commit is contained in:
手瓜一十雪
2024-08-09 12:58:00 +08:00
parent 588ea7978e
commit cd45f7051c
10 changed files with 2210 additions and 0 deletions

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

@@ -0,0 +1,8 @@
export * from './file';
export * from './friend';
export * from './group';
export * from './msg';
export * from './user';
export * from './webapi';
export * from './sign';
export * from './system';