mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-04 14:41:14 +00:00
* feat: support thumbnail for flash-transfer * fix: fix get thumbnail path unknown type error * Refactor flash module types and enums Standardized TypeScript interface property formatting in flash.ts, flash data, and wrapper files. Introduced the UploadSceneType enum for upload scene types, replacing hardcoded numeric values. Improved type annotations and consistency across the flash API and related data structures. * Update arg type in NodeQQNTWrapperUtil interface Changed the type of the 'arg' parameter in the NodeQQNTWrapperUtil interface from optional number to 'number | null | undefined' for improved type clarity. * Refactor flash scene type and update method params Introduced BusiScene enum for sceneType in FileListInfoRequests to improve type safety. Renamed parameters in getFileThumbSavePathForSend for better clarity. * Refactor downloadSceneType to use enum type Replaced numeric downloadSceneType fields with the DownloadSceneType enum in relevant interfaces. Updated NodeIKernelFlashTransferService method signatures to use DownloadSceneType for download operations, improving type safety and code clarity. * refactor: remove thumbnail dependency for QQ resource icons * fix: remove useless console.log --------- Co-authored-by: 手瓜一十雪 <nanaeonn@outlook.com> |
||
|---|---|---|
| .. | ||
| common.ts | ||
| index.ts | ||
| NodeIKernelAlbumService.ts | ||
| NodeIKernelAvatarService.ts | ||
| NodeIKernelBaseEmojiService.ts | ||
| NodeIKernelBuddyService.ts | ||
| NodeIKernelCollectionService.ts | ||
| NodeIKernelDbToolsService.ts | ||
| NodeIKernelECDHService.ts | ||
| NodeIKernelFileAssistantService.ts | ||
| NodeIKernelFlashTransferService.ts | ||
| NodeIKernelGroupService.ts | ||
| NodeIKernelLoginService.ts | ||
| NodeIKernelMSFService.ts | ||
| NodeIKernelMsgBackupService.ts | ||
| NodeIKernelMsgService.ts | ||
| NodeIKernelNodeMiscService.ts | ||
| NodeIKernelOnlineStatusService.ts | ||
| NodeIKernelProfileLikeService.ts | ||
| NodeIKernelProfileService.ts | ||
| NodeIKernelRecentContactService.ts | ||
| NodeIKernelRichMediaService.ts | ||
| NodeIKernelRobotService.ts | ||
| NodeIKernelSearchService.ts | ||
| NodeIKernelStorageCleanService.ts | ||
| NodeIkernelTestPerformanceService.ts | ||
| NodeIKernelTianShuService.ts | ||
| NodeIKernelTicketService.ts | ||
| NodeIKernelTipOffService.ts | ||
| NodeIKernelUixConvertService.ts | ||
| NodeIKernelUnitedConfigService.ts | ||
| NodeIO3MiscService.ts | ||
| NodeIYellowFaceService.ts | ||