fix. 액션버튼 api 데이터 수정 적용

This commit is contained in:
clkim
2026-03-05 14:55:51 +09:00
parent 29d7edfa35
commit 505e7b0f3c
2 changed files with 9 additions and 28 deletions

View File

@@ -89,6 +89,7 @@ export interface PageDataResourceGroupBtnInfo extends ColorObject {
btn_category: string
txt_btn_name: string
detail: Record<string, any>
res_path?: string
disabled?: boolean
use_game_font: 0 | 1 // 0: 사용하지 않음, 1: 사용함
}