diff --git a/src/common/common.js b/src/common/common.js index 1ca3e8ca..2319279b 100644 --- a/src/common/common.js +++ b/src/common/common.js @@ -67,8 +67,13 @@ export const LINE_TYPE = { }, SUBLINE: { /** - * + * 추녀 / 마루 / 박공 / 지붕골 / 박공단 */ + HIP: 'hip', + RIDGE: 'ridge', + GABLE: 'gable', + VALLEY: 'valley', + VERGE: 'verge', }, }