1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-12-17 10:22:33 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

test cdn urls

This commit is contained in:
sunnylqm
2024-07-26 15:37:32 +08:00
parent fcfc8c3dbb
commit ab1e62dba5
3 changed files with 34 additions and 25 deletions

View File

@@ -19,8 +19,11 @@ export interface UpdateAvailableResult {
description: string;
metaInfo: string;
pdiffUrl: string;
pdiffUrls?: string[];
diffUrl?: string;
diffUrls?: string[];
updateUrl?: string;
updateUrls?: string[];
}
export type CheckResult =