Merge commit '40dc7f0e409841a51946ac4f00aecbdc67be0a9e' into feature/20260130_cl_SWV-812
This commit is contained in:
@@ -72,8 +72,7 @@ export interface GameDataKeyColors {
|
||||
// 게임 폰트 타입
|
||||
export interface GameDataGameFont {
|
||||
font_family: string
|
||||
font_weight: string
|
||||
font_style: string
|
||||
font_path: string
|
||||
}
|
||||
|
||||
// 파비콘 경로 타입
|
||||
|
||||
@@ -87,6 +87,7 @@ export interface PageDataResourceGroupBtnInfo extends ColorObject {
|
||||
disabled: boolean
|
||||
txt_btn_name: string
|
||||
detail: Record<string, any>
|
||||
use_game_font: 0 | 1
|
||||
}
|
||||
|
||||
// 리소스 그룹 타입
|
||||
@@ -94,6 +95,7 @@ export interface PageDataResourceGroupDisplay extends ColorObject {
|
||||
text?: string
|
||||
color_code?: string
|
||||
color_name?: string
|
||||
use_game_font: 0 | 1
|
||||
}
|
||||
|
||||
export interface PageDataResourceGroup {
|
||||
|
||||
Reference in New Issue
Block a user