fix. GR_VISUAL_01 템플릿 수정

This commit is contained in:
clkim
2025-09-18 20:38:59 +09:00
parent 1667e0f22b
commit 792111f47b
6 changed files with 62 additions and 27 deletions

View File

@@ -74,6 +74,13 @@ export interface PageDataResourceGroup {
}
display?: {
text: string
txt: string
color_code_btn?: string
color_name_btn?: string
color_code_txt?: string
color_name_txt?: string
color_code?: string
color_name?: string
}
}