fix. 수정

This commit is contained in:
clkim
2026-01-19 15:45:15 +09:00
parent b5b5b1d048
commit a9e0532e95
5 changed files with 17 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ export interface GameDataValue {
footer_dev_ci_img_yn: boolean
footer_dev_ci_img_path: string
default_lang_code?: string
game_font: GameDataGameFont
game_font_key_json?: GameDataGameFont
globals: GameDataGlobal[]
gnb: GameDataGnb
intro: GameDataIntro

View File

@@ -84,10 +84,10 @@ export interface PageDataResourceGroupResPath {
}
export interface PageDataResourceGroupBtnInfo extends ColorObject {
disabled: boolean
txt_btn_name: string
detail: Record<string, any>
use_game_font: 0 | 1
disabled?: boolean
use_game_font?: 0 | 1
}
// 리소스 그룹 타입
@@ -95,7 +95,7 @@ export interface PageDataResourceGroupDisplay extends ColorObject {
text?: string
color_code?: string
color_name?: string
use_game_font: 0 | 1
use_game_font?: 0 | 1
}
export interface PageDataResourceGroup {