Merge commit 'ea5f31acffc6466a035d1b2cf41d0ec93d7e8512' into feature/20260130_cl_SWV-811
This commit is contained in:
@@ -42,11 +42,12 @@ export interface GameDataValue {
|
||||
intro: GameDataIntro
|
||||
inspection: Record<string, any>
|
||||
stove_gnb_json: GameDataStoveGnb
|
||||
favicon_json: GameDataFavicon
|
||||
favicon_json: GameDataImg
|
||||
meta_tag_json: GameDataMetaTag
|
||||
sns_json: GameDataSns
|
||||
url_json: Record<string, { url: string }>
|
||||
footer_json: string // JSON 문자열로 변경
|
||||
img_json: GameDataImg
|
||||
market_json: Record<string, { url: string }>
|
||||
event_banner: GameDataEventBanner
|
||||
os_type: OsType
|
||||
@@ -76,8 +77,8 @@ export interface GameDataGameFont {
|
||||
}
|
||||
|
||||
// 파비콘 경로 타입
|
||||
export interface GameDataFavicon {
|
||||
[index: number]: string
|
||||
export interface GameDataImg {
|
||||
[key: string]: string
|
||||
}
|
||||
|
||||
// 메타 태그 타입
|
||||
@@ -159,7 +160,6 @@ export interface GameDataMenu {
|
||||
// GNB 설정 타입
|
||||
export interface GameDataGnb {
|
||||
game_gnb_ver: string
|
||||
bi_path: string
|
||||
lang_codes: string // JSON 문자열로 변경
|
||||
buttons: GameDataButton[]
|
||||
menus: GameDataMenuChildren
|
||||
|
||||
Reference in New Issue
Block a user