Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
app: Add device to Xiaomi 14 Pro Ti Satellite (#34)
Browse files Browse the repository at this point in the history
* app: Add device to Xiaomi 14 Pro Ti Satellite

* 修改一下表述
  • Loading branch information
lingqiqi5211 authored Mar 5, 2024
1 parent d8020e8 commit 9fd1066
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ object DeviceInfoHelper {
Device("Redmi Note 10 Pro (China) / POCO X3 GT", "chopin", "KP"),
Device("Xiaomi Pad 5", "nabu", "KX"),
Device("Xiaomi Pad 5 Pro WiFi", "elish", "KY"),
Device("Xiaomi Pad 5 Pro", "enuma", "KZ"),
Device("Xiaomi Pad 5 Pro 5G", "enuma", "KZ"),
Device("Xiaomi MIX 4", "odin", "KM"),
Device("Redmi 10 / 10 Prime / Note 11 4G", "selene", "KU"),
Device("Xiaomi 11T Pro", "vili", "KD"),
Expand Down Expand Up @@ -156,6 +156,7 @@ object DeviceInfoHelper {
Device("Xiaomi 13T", "aristotle", "MF"),
Device("Xiaomi 14", "houji", "NC"),
Device("Xiaomi 14 Pro", "shennong", "NB"),
Device("Xiaomi 14 Pro Ti Satellite", "shennong_t", "ND"),
Device("Redmi 13C / POCO C65 (India)", "gale", "GP"),
Device("Redmi 13C (China) / 13R / POCO M6", "air", "GQ"),
Device("Redmi K70 / POCO F6 Pro", "vermeer", "NK"),
Expand Down Expand Up @@ -198,4 +199,4 @@ object DeviceInfoHelper {
val device = deviceList.find { it.codeName == codeName } ?: return ""
return "${android.androidLetterCode}${device.deviceCode}${regionCode}${XIAOMI}"
}
}
}

0 comments on commit 9fd1066

Please sign in to comment.