66 lines
1.8 KiB
JavaScript
66 lines
1.8 KiB
JavaScript
export const SUPPORT_COUNTRIES = { US: "en", DE: "de", UK: "uk", RU: "ru" };
|
|
|
|
// debug
|
|
export const DEBUG_KEY = "5286";
|
|
export const TESTPANEL_KEY = "5325";
|
|
export const SFT_TEST = "5555";
|
|
export const SFT_TEST2 = "6666";
|
|
export const DEFAULT_SERVERTYPE = "qt2"; //system, qt2, qt, prd
|
|
export const DEFAULT_RIC_CODE = "aic"; //system, aic, eic, ruc
|
|
export const DEBUG_WINDOW_DEVICEID = "testdeviceid";
|
|
export const panel_names = {
|
|
INTRO_PANEL: "intropanel",
|
|
HOME_PANEL: "homepanel",
|
|
MY_PAGE_PANEL: "mypagepanel",
|
|
CATEGORY_PANEL: "categorypanel",
|
|
SEARCH_PANEL: "searchpanel",
|
|
ON_SALE_PANEL: "onsalepanel",
|
|
TRENDING_NOW_PANEL: "trendingnowpanel",
|
|
HOT_PICKS_PANEL: "hotpickpanel",
|
|
CART_PANEL: "cartpanel",
|
|
FEATURED_BRANDS_PANEL: "featuredbrandspanel",
|
|
WELCOME_EVENT_PANEL: "welcomeeventpanel",
|
|
DETAIL_PANEL: "detailpanel",
|
|
PLAYER_PANEL: "playerpanel",
|
|
CHECKOUT_PANEL: "checkoutpanel",
|
|
|
|
// error
|
|
ERROR_PANEL: "errorpanel",
|
|
|
|
// debug
|
|
DEBUG_PANEL: "debugpanel",
|
|
};
|
|
|
|
//button
|
|
export const TBUTTON_PRESS_DELAY = 100;
|
|
|
|
//search data
|
|
export const SEARCH_DATA_MAX_RESULTS_LIMIT = 30;
|
|
|
|
// getSubCategory data
|
|
export const CATEGORY_DATA_MAX_RESULTS_LIMIT = 20;
|
|
|
|
// popup
|
|
export const ACTIVE_POPUP = {
|
|
termsPopup: "termsPopup",
|
|
exitPopup: "exitPopup",
|
|
optionPopup: "optionPopup",
|
|
couponPopup: "couponPopup",
|
|
favoritePopup: "favoritePopup",
|
|
loginPopup: "loginPopup",
|
|
eventPopup: "eventPopup",
|
|
smsPopup: "smsPopup",
|
|
};
|
|
|
|
export const AUTO_SCROLL_DELAY = 600;
|
|
export const AUTO_SCROLL_GAP = 20;
|
|
export const SINGLE = "SINGLE";
|
|
export const SERIES = "SERIES";
|
|
export const YOUTUBE_VIDEO = "youtube#video";
|
|
export const YOUTUBE_CHANNEL = "youtube#channel";
|
|
export const CP_CONTENT = "CP_CONTENT";
|
|
export const APP = "APP";
|
|
export const PLAN = "PLAN";
|
|
export const ADD_PLAN = "ADD_PLAN";
|
|
export const MORE = "MORE";
|