18 lines
477 B
TypeScript
18 lines
477 B
TypeScript
|
/**
|
|||
|
* ***********
|
|||
|
* 不想开启的功能,自行注释
|
|||
|
* *****
|
|||
|
*/
|
|||
|
export * from './apps/add'
|
|||
|
export * from './apps/disFriPoke'
|
|||
|
export * from './apps/disablePrivate'
|
|||
|
export * from './apps/friend'
|
|||
|
export * from './apps/invite'
|
|||
|
export * from './apps/quit'
|
|||
|
export * from './apps/restart'
|
|||
|
export * from './apps/sendLog'
|
|||
|
export * from './apps/status'
|
|||
|
export * from './apps/update'
|
|||
|
export * from './apps/example2'
|
|||
|
export * from './apps/newcomer'
|
|||
|
export * from './apps/outNotice'
|