This commit is contained in:
cansnow
2025-12-05 16:10:52 +08:00
parent 29be534f22
commit 69a61178e1
64 changed files with 2575 additions and 1141 deletions
+9
View File
@@ -0,0 +1,9 @@
interface OfflinePushInfo {
title:string; // 推送标题
desc:string; // 推送描述
iOSPushSound:string; // ios 推送声音文件的名称
iOSBadgeCount:boolean; // ios 是否展示角标
operatorUserID:string; // 操作员用户 ID
ex:string; // 扩展内容
}
export default OfflinePushInfo;