mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed images
This commit is contained in:
parent
1eefa0ebbc
commit
3109f49cc4
14 changed files with 22 additions and 16 deletions
|
@ -4,13 +4,13 @@ export interface ILogos {
|
|||
|
||||
export const LOGOS = {
|
||||
default: ['Без лого', null, 'bottom-right'],
|
||||
nvs: ['НВС', require('../sprites/logos/lgo.png'), 'bottom-right'],
|
||||
pinmix: ['Пин-Микс', require('../sprites/logos/pin-mix.png'), 'top-right'],
|
||||
jolly: ['Пин-Микс + JW', require('../sprites/logos/jw.png'), 'top-right'],
|
||||
pedals: ['Усталые Педальки', require('../sprites/logos/pedals.png'), 'bottom-right'],
|
||||
rider: ['Райдер', require('../sprites/logos/rider.png'), 'bottom-right'],
|
||||
rider_evening: ['Вечерние городские', require('../sprites/logos/rider_evening.png'), 'top-right'],
|
||||
prokatimsya: ['PRO_КАТИМСЯ?!', require('../sprites/logos/prokatimsya.png'), 'top-right'],
|
||||
nvs: ['НВС', '/images/logos/lgo.png', 'bottom-right'],
|
||||
pinmix: ['Пин-Микс', '/images/logos/pin-mix.png', 'top-right'],
|
||||
jolly: ['Пин-Микс + JW', '/images/logos/jw.png', 'top-right'],
|
||||
pedals: ['Усталые Педальки', '/images/logos/pedals.png', 'bottom-right'],
|
||||
rider: ['Райдер', '/images/logos/rider.png', 'bottom-right'],
|
||||
rider_evening: ['Вечерние городские', '/images/logos/rider_evening.png', 'top-right'],
|
||||
prokatimsya: ['PRO_КАТИМСЯ?!', '/images/logos/prokatimsya.png', 'top-right'],
|
||||
};
|
||||
|
||||
export const DEFAULT_LOGO = 'nvs';
|
||||
|
|
|
@ -37,7 +37,7 @@ export interface IStickers {
|
|||
export const STICKERS: IStickers = {
|
||||
base: {
|
||||
title: 'Простые',
|
||||
url: require('~/sprites/stickers/stickers-base.svg'),
|
||||
url: '/images/stickers-base.svg',
|
||||
size: 72,
|
||||
layers: {
|
||||
men: { off: 5, title: 'Александр 3', title_long: 'Парк Городское Начало' },
|
||||
|
@ -69,7 +69,7 @@ export const STICKERS: IStickers = {
|
|||
},
|
||||
real: {
|
||||
title: 'Реалистичные',
|
||||
url: require('~/sprites/stickers/stickers-base.svg'),
|
||||
url: '/images/stickers-base.svg',
|
||||
size: 72,
|
||||
layers: {
|
||||
chicken: { off: 31, title: 'Курочка', title_long: 'Курочка' },
|
||||
|
@ -84,7 +84,7 @@ export const STICKERS: IStickers = {
|
|||
},
|
||||
pin: {
|
||||
title: 'ПИН-микс',
|
||||
url: require('~/sprites/stickers/stickers-base.svg'),
|
||||
url: '/images/stickers-base.svg',
|
||||
size: 72,
|
||||
layers: {
|
||||
start: { off: 21, title: '1', title_long: 'Первая точка' },
|
||||
|
@ -101,7 +101,7 @@ export const STICKERS: IStickers = {
|
|||
},
|
||||
points: {
|
||||
title: 'Точки',
|
||||
url: require('~/sprites/stickers/stickers-base.svg'),
|
||||
url: '/images/stickers-base.svg',
|
||||
size: 72,
|
||||
layers: {
|
||||
pt1: { off: 40, title: '1', title_long: 'Первая точка' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue