initial setting
This commit is contained in:
27
com.twin.app.shoptime/src/utils/Config.js
Normal file
27
com.twin.app.shoptime/src/utils/Config.js
Normal file
@@ -0,0 +1,27 @@
|
||||
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 ACTIVITY_SCENERY = "8282";
|
||||
|
||||
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",
|
||||
|
||||
// error
|
||||
ERROR_PANEL: "errorpanel",
|
||||
|
||||
// debug
|
||||
DEBUG_PANEL: "debugpanel",
|
||||
};
|
||||
Reference in New Issue
Block a user