mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
updated aliases
This commit is contained in:
parent
af8d270460
commit
e950d98b73
74 changed files with 300 additions and 390 deletions
|
@ -1,4 +1,4 @@
|
|||
import { CLIENT } from '$config/frontend';
|
||||
import { CLIENT } from '~/config/frontend';
|
||||
|
||||
export const API = {
|
||||
GET_GUEST: `${CLIENT.API_ADDR}/api/auth/`,
|
||||
|
|
|
@ -37,7 +37,7 @@ export interface IStickers {
|
|||
export const STICKERS: IStickers = {
|
||||
base: {
|
||||
title: 'Простые',
|
||||
url: require('$sprites/stickers/stickers-base.svg'),
|
||||
url: require('~/sprites/stickers/stickers-base.svg'),
|
||||
size: 72,
|
||||
layers: {
|
||||
men: { off: 5, title: 'Александр 3', title_long: 'Парк Городское Начало' },
|
||||
|
@ -66,7 +66,7 @@ export const STICKERS: IStickers = {
|
|||
},
|
||||
real: {
|
||||
title: 'Реалистичные',
|
||||
url: require('$sprites/stickers/stickers-base.svg'),
|
||||
url: require('~/sprites/stickers/stickers-base.svg'),
|
||||
size: 72,
|
||||
layers: {
|
||||
chicken: { off: 31, title: 'Курочка', title_long: 'Курочка' },
|
||||
|
@ -80,7 +80,7 @@ export const STICKERS: IStickers = {
|
|||
},
|
||||
pin: {
|
||||
title: 'ПИН-микс',
|
||||
url: require('$sprites/stickers/stickers-base.svg'),
|
||||
url: require('~/sprites/stickers/stickers-base.svg'),
|
||||
size: 72,
|
||||
layers: {
|
||||
start: { off: 21, title: '1', title_long: 'Первая точка' },
|
||||
|
@ -97,7 +97,7 @@ export const STICKERS: IStickers = {
|
|||
},
|
||||
points: {
|
||||
title: 'Точки',
|
||||
url: require('$sprites/stickers/stickers-base.svg'),
|
||||
url: require('~/sprites/stickers/stickers-base.svg'),
|
||||
size: 72,
|
||||
layers: {
|
||||
pt1: { off: 40, title: '1', title_long: 'Первая точка' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue