Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

设备型号名称增加ipad10、ipad pro 11寸 4th,ipad pro 12.9寸 6th、iphone15系列 #85

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/entity/generation.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ var generationMap = map[string]string{
"iPad13,11": "iPad Pro (12.9-inch) (5th generation)",
"iPad13,16": "iPad Air 5",
"iPad13,17": "iPad Air 5",
"iPad13,18": "iPad (10th generation)",
"iPad13,19": "iPad (10th generation)",
"iPad13,2": "iPad Air (4th generation)",
"iPad13,4": "iPad Pro (11-inch) (3rd generation)",
"iPad13,5": "iPad Pro (11-inch) (3rd generation)",
Expand All @@ -86,6 +88,10 @@ var generationMap = map[string]string{
"iPad13,9": "iPad Pro (12.9-inch) (5th generation)",
"iPad14,1": "iPad mini (6th generation)",
"iPad14,2": "iPad mini (6th generation)",
"iPad14,3": "iPad Pro (11-inch) (4th generation)",
"iPad14,4": "iPad Pro (11-inch) (4th generation)",
"iPad14,5": "iPad Pro (12.9-inch) (6th generation)",
"iPad14,6": "iPad Pro (12.9-inch) (6th generation)",
"iPad2,1": "iPad 2",
"iPad2,2": "iPad 2",
"iPad2,3": "iPad 2",
Expand Down Expand Up @@ -167,6 +173,10 @@ var generationMap = map[string]string{
"iPhone14,8": "iPhone 14 Plus",
"iPhone15,2": "iPhone 14 Pro",
"iPhone15,3": "iPhone 14 Pro Max",
"iPhone15,4": "iPhone 15",
"iPhone15,5": "iPhone 15 Plus",
"iPhone16,1": "iPhone 15 Pro",
"iPhone16,2": "iPhone 15 Pro Max",
"iPhone2,1": "iPhone 3GS",
"iPhone3,1": "iPhone 4",
"iPhone3,2": "iPhone 4",
Expand Down
Loading