update: 修改

This commit is contained in:
ningmengchongshui 2024-06-13 20:24:35 +08:00
parent 2a66b09158
commit c052a84f27
3 changed files with 19 additions and 19 deletions

18
apps.ts
View File

@ -1,18 +0,0 @@
/**
* ***********
*
* *****
*/
export * from './apps/add.js'
export * from './apps/disFriPoke.js'
export * from './apps/disPri.js'
export * from './apps/friend.js'
export * from './apps/invite.js'
export * from './apps/quit.js'
export * from './apps/restart.js'
export * from './apps/sendLog.js'
export * from './apps/status.js'
export * from './apps/update.js'
export * from './apps/example2.js'
export * from './apps/newcomer.js'
export * from './apps/outNotice.js'

18
apps/index.ts Normal file
View File

@ -0,0 +1,18 @@
/**
* ***********
*
* *****
*/
export * from './add.js'
export * from './disFriPoke.js'
export * from './disPri.js'
export * from './friend.js'
export * from './invite.js'
export * from './quit.js'
export * from './restart.js'
export * from './sendLog.js'
export * from './status.js'
export * from './update.js'
export * from './example2.js'
export * from './newcomer.js'
export * from './outNotice.js'

View File

@ -1 +1 @@
export * as apps from './apps.js' export * as apps from './apps/index.js'