feat. 마켓 버튼 구현

This commit is contained in:
clkim
2025-10-16 21:01:41 +09:00
parent 2b2d33734e
commit 05b47e7c37
5 changed files with 50 additions and 21 deletions

View File

@@ -40,6 +40,7 @@ export interface GameDataValue {
sns: GameDataSns
footer: string // JSON 문자열로 변경
comm_img: GameDataCommImg
market: Record<string, { url: string }>
}
// ===== 세부 데이터 타입들 =====