feat. 공통 이미지 아이콘 타입으로 변경

This commit is contained in:
clkim
2026-01-09 13:21:29 +09:00
parent 352d76a61c
commit 81350cec51
23 changed files with 165 additions and 131 deletions

View File

@@ -29,7 +29,6 @@ export interface GameDataValue {
design_theme: number
lang_codes: string[]
key_color_json: GameDataKeyColors
use_game_font: boolean
comm_sns_bg_color_json: {
display: ColorObject
}
@@ -48,7 +47,6 @@ export interface GameDataValue {
sns_json: GameDataSns
url_json: Record<string, { url: string }>
footer_json: string // JSON 문자열로 변경
comm_img_json: GameDataCommImg
market_json: Record<string, { url: string }>
event_banner: GameDataEventBanner
os_type: OsType
@@ -111,20 +109,6 @@ export interface GameDataSns {
tiktok?: GameDataSnsItem
}
// 공통 이미지 그룹 타입
export interface GameDataCommImgGroup {
img_name: string
img_path: {
comm: string
}
group_label: string
}
// 공통 이미지 타입
export interface GameDataCommImg {
groups: GameDataCommImgGroup[]
}
// Global 설정 타입
export interface GameDataGlobal {
system_font: string // JSON 문자열로 변경