공지/업데이트 섹션 라벨에서 '메이플스토리' 접두 제거
NoticeWidget config 의 notice/update 라벨을 '공지사항' / '업데이트' 로 단축. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
01bbbbd6af
commit
928b46f13a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export const SECTIONS = {
|
||||
notice: { label: '메이플스토리 공지사항', dataKey: 'notice', pageSize: 5, kind: 'text' },
|
||||
update: { label: '메이플스토리 업데이트', dataKey: 'update_notice', pageSize: 5, kind: 'text' },
|
||||
notice: { label: '공지사항', dataKey: 'notice', pageSize: 5, kind: 'text' },
|
||||
update: { label: '업데이트', dataKey: 'update_notice', pageSize: 5, kind: 'text' },
|
||||
event: {
|
||||
label: '진행 중인 이벤트',
|
||||
dataKey: 'event_notice',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue