initial setting

This commit is contained in:
jangheon Pyo
2024-01-18 11:01:57 +09:00
parent a4d6043284
commit 9eda9fb0e6
126 changed files with 3724 additions and 0 deletions

View 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",
};