mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
logo selecting
This commit is contained in:
parent
898176a68f
commit
0c6dc387de
12 changed files with 104 additions and 17 deletions
|
@ -1,10 +1,12 @@
|
|||
export const LOGOS = {
|
||||
default: ['Без логотипа', null, 'bottom-right'],
|
||||
nvs: ['НВС', '/misc/lgo.png', 'bottom-right'],
|
||||
pinmix: ['Пин-Микс', '/misc/pin-mix.png', 'top-right'],
|
||||
jolly: ['Пин-Микс + JW', '/misc/jw.png', 'top-right'],
|
||||
pedals: ['Усталые Педальки', '/misc/pedals.png', 'bottom-right'],
|
||||
rider: ['Райдер', '/misc/rider.png', 'bottom-right'],
|
||||
nvs: ['НВС', 'http://map.vault48.org/misc/lgo.png', 'bottom-right'],
|
||||
pinmix: ['Пин-Микс', 'http://map.vault48.org/misc/pin-mix.png', 'top-right'],
|
||||
jolly: ['Пин-Микс + JW', 'http://map.vault48.org/misc/jw.png', 'top-right'],
|
||||
pedals: ['Усталые Педальки', 'http://map.vault48.org/misc/pedals.png', 'bottom-right'],
|
||||
rider: ['Райдер', 'http://map.vault48.org/misc/rider.png', 'bottom-right'],
|
||||
// rider_evening: ['Вечерние городские', '/misc/rider_evening.png', 'top-right'],
|
||||
// fas: ['Алкоспорт', '/misc/fas.png', 'bottom-right'],
|
||||
};
|
||||
|
||||
export const DEFAULT_LOGO = 'nvs';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue