[홈패널] 비디오 플레이어 추가

This commit is contained in:
sungmin.in
2024-03-05 10:05:34 +09:00
parent 2eea50e57e
commit eaac5e73ac
99 changed files with 10666 additions and 57 deletions

View File

@@ -45,8 +45,16 @@ export const ACTIVE_POPUP = {
couponPopup: "couponPopup",
favoritePopup: "favoritePopup",
loginPopup: "loginPopup",
logoutPopup: "logoutPopup",
};
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";