Added achievement data

This commit is contained in:
2026-04-28 22:16:21 +10:00
parent 14aed7bf6e
commit b94b1d8ec2
43 changed files with 1559 additions and 130 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const props = defineProps<{
dep_time: string
arr_time: string
duration: string
airline_options: { value: number, title: string }[]
airline_options: { value: number, title: string, logo_url: string }[]
from_options: { value: number, title: string, country_code: string}[]
to_options: { value: number, title: string, country_code: string }[]
aircraft_options: { value: number, title: string }[]