선택 드랍다운 넓이 수정

아이템 백과사전 추가
This commit is contained in:
2025-09-04 10:37:50 +09:00
parent 5143b45610
commit e25bcdc86e
15 changed files with 920 additions and 49 deletions

View File

@@ -123,7 +123,7 @@ export const STATUS_STYLES = {
},
};
export const logFieldLabels = {
export const FieldLabels = {
// DynamoDB 필드
'attribFieldName': '속성 명',
'pk': '파티션 키',
@@ -181,6 +181,28 @@ export const logFieldLabels = {
'ffa_hot_time': 'FFA 핫타임',
'round_count': '라운드 수',
//dictionary
'max_count': '최대 보유 가능 수량',
'stack_max_count': '최대 스택 가능 수량',
'expire_type': '아이템 만료 타입',
'expire_start_dt': '만료 시작 시간',
'expire_end_dt': '만료 종료 시간',
'expire_time_sec': '만료 시간 연장 여부',
'user_tradable': '유저 간 거래 가능 여부',
'system_tradable': '상점에서 판매 가능 여부',
'throwable': '버리기 가능 여부',
'cart_buy': '상점에서 구매 가능 여부',
'rarity': '희귀도',
'default_attrib': '기본 속성',
'attrib_random_group': '랜덤 그룹',
'item_set': '아이템 세트',
'buff': '아이템 사용 시 획득 버프',
'dress_slot_type': '착용 부위',
'product_link': '제품 URL',
'prop_small_type': '제작 아이템 그룹',
'gacha_group_id': '랜덤박스 그룹 ID',
'ugq_action': 'UGQ 사용 가능 여부',
'linked_land': '연결된 랜드 ID',
};
export const historyTables = {