feat. 공통 이미지 아이콘 타입으로 변경
This commit is contained in:
@@ -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 문자열로 변경
|
||||
|
||||
Reference in New Issue
Block a user