mirror of https://gitlab.com/bashrc2/epicyon
Phone models
parent
180cea0e0a
commit
b9390bfc56
13
city.py
13
city.py
|
@ -37,10 +37,16 @@ def _getDecoyCamera(decoySeed: int) -> (str, str, int):
|
||||||
["Apple", "iPhone 12"],
|
["Apple", "iPhone 12"],
|
||||||
["Apple", "iPhone 12 Mini"],
|
["Apple", "iPhone 12 Mini"],
|
||||||
["Apple", "iPhone 12 Pro Max"],
|
["Apple", "iPhone 12 Pro Max"],
|
||||||
|
["Apple", "iPhone 13"],
|
||||||
|
["Apple", "iPhone 13 Mini"],
|
||||||
|
["Apple", "iPhone 13 Pro"],
|
||||||
["Samsung", "Galaxy Note 20 Ultra"],
|
["Samsung", "Galaxy Note 20 Ultra"],
|
||||||
["Samsung", "Galaxy S20 Plus"],
|
["Samsung", "Galaxy S20 Plus"],
|
||||||
["Samsung", "Galaxy S20 FE 5G"],
|
["Samsung", "Galaxy S20 FE 5G"],
|
||||||
["Samsung", "Galaxy Z FOLD 2"],
|
["Samsung", "Galaxy Z FOLD 2"],
|
||||||
|
["Samsung", "Galaxy S12 Plus"],
|
||||||
|
["Samsung", "Galaxy S12"],
|
||||||
|
["Samsung", "Galaxy S11 Plus"],
|
||||||
["Samsung", "Galaxy S10 Plus"],
|
["Samsung", "Galaxy S10 Plus"],
|
||||||
["Samsung", "Galaxy S10e"],
|
["Samsung", "Galaxy S10e"],
|
||||||
["Samsung", "Galaxy Z Flip"],
|
["Samsung", "Galaxy Z Flip"],
|
||||||
|
@ -50,8 +56,13 @@ def _getDecoyCamera(decoySeed: int) -> (str, str, int):
|
||||||
["Samsung", "Galaxy S10e"],
|
["Samsung", "Galaxy S10e"],
|
||||||
["Samsung", "Galaxy S10 5G"],
|
["Samsung", "Galaxy S10 5G"],
|
||||||
["Samsung", "Galaxy A60"],
|
["Samsung", "Galaxy A60"],
|
||||||
|
["Samsung", "Note 12"],
|
||||||
|
["Samsung", "Note 12 Plus"],
|
||||||
|
["Samsung", "Note 11"],
|
||||||
|
["Samsung", "Note 11 Plus"],
|
||||||
["Samsung", "Note 10"],
|
["Samsung", "Note 10"],
|
||||||
["Samsung", "Note 10 Plus"],
|
["Samsung", "Note 10 Plus"],
|
||||||
|
["Samsung", "Galaxy S22 Ultra"],
|
||||||
["Samsung", "Galaxy S21 Ultra"],
|
["Samsung", "Galaxy S21 Ultra"],
|
||||||
["Samsung", "Galaxy Note 20 Ultra"],
|
["Samsung", "Galaxy Note 20 Ultra"],
|
||||||
["Samsung", "Galaxy S21"],
|
["Samsung", "Galaxy S21"],
|
||||||
|
@ -60,6 +71,8 @@ def _getDecoyCamera(decoySeed: int) -> (str, str, int):
|
||||||
["Samsung", "Galaxy Z Fold 2"],
|
["Samsung", "Galaxy Z Fold 2"],
|
||||||
["Samsung", "Galaxy A52 5G"],
|
["Samsung", "Galaxy A52 5G"],
|
||||||
["Samsung", "Galaxy A71 5G"],
|
["Samsung", "Galaxy A71 5G"],
|
||||||
|
["Google", "Pixel 6 Pro"],
|
||||||
|
["Google", "Pixel 6"],
|
||||||
["Google", "Pixel 5"],
|
["Google", "Pixel 5"],
|
||||||
["Google", "Pixel 4a"],
|
["Google", "Pixel 4a"],
|
||||||
["Google", "Pixel 4 XL"],
|
["Google", "Pixel 4 XL"],
|
||||||
|
|
Loading…
Reference in New Issue