feat(push): integrate Honor and Xiaomi push plugins with related updates

This commit is contained in:
lafay
2026-06-18 00:03:37 +08:00
parent b2979311bb
commit 96e8de18bf
20 changed files with 1088 additions and 265 deletions

View File

@@ -46,6 +46,8 @@ export interface FileSegmentData {
name: string;
size?: number;
mime_type?: string;
/** 文件已过期(已被服务端清理),前端据此显示失效状态 */
expired?: boolean;
}
export interface AtSegmentData {