feat: integrate JPush notifications

This commit is contained in:
2026-07-20 15:56:06 +08:00
parent 573c9a42ae
commit e7f1d777dd
50 changed files with 6552 additions and 2499 deletions

View File

@ -22,6 +22,10 @@
#if __has_include(<UMCommon/UMCommon.h>)
#import <UMCommon/UMCommon.h>
#endif
#if __has_include(<JPUSHService.h>)
#import <JPUSHService.h>
#endif
#import "Features/ScenicQueue/Services/AliyunNuiTTSBridge.h"
#if __has_include(<UMAPM/UMAPM.h>)