공지/업데이트 섹션 라벨에서 '메이플스토리' 접두 제거

NoticeWidget config 의 notice/update 라벨을 '공지사항' / '업데이트' 로 단축.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
caadiq 2026-05-02 18:53:58 +09:00
parent 01bbbbd6af
commit 928b46f13a

View file

@ -1,6 +1,6 @@
export const SECTIONS = { export const SECTIONS = {
notice: { label: '메이플스토리 공지사항', dataKey: 'notice', pageSize: 5, kind: 'text' }, notice: { label: '공지사항', dataKey: 'notice', pageSize: 5, kind: 'text' },
update: { label: '메이플스토리 업데이트', dataKey: 'update_notice', pageSize: 5, kind: 'text' }, update: { label: '업데이트', dataKey: 'update_notice', pageSize: 5, kind: 'text' },
event: { event: {
label: '진행 중인 이벤트', label: '진행 중인 이벤트',
dataKey: 'event_notice', dataKey: 'event_notice',