mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
Logo selecting dialog
This commit is contained in:
parent
8333807b31
commit
eaa3594bf9
13 changed files with 210 additions and 3862 deletions
10
src/constants/logos.js
Normal file
10
src/constants/logos.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
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'],
|
||||
// rider_evening: ['Вечерние городские', '/misc/rider_evening.png', 'top-right'],
|
||||
// fas: ['Алкоспорт', '/misc/fas.png', 'bottom-right'],
|
||||
};
|
|
@ -5,4 +5,5 @@ export const MODES = {
|
|||
SHOTTER: 'SHOTTER',
|
||||
TRASH: 'TRASH',
|
||||
NONE: 'NONE',
|
||||
LOGO: 'LOGO',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue