maplestory/frontend
caadiq 6243dea01e 주차별 모드 해방일 계산 + 헤더/주차 행 표시 정리
- weekly 모드 시뮬레이션: 1주차는 시작일 당일에 (주간-완료) 적립,
  2주차 이후 매 목요일에 해당 주차 설정의 주간 합 적립
- 검은 마법사: 슬롯 배정에 따라 1회씩 적립(이미 done이면 제외)
- 마지막 주차 이후로는 마지막 주차 설정을 매주/매월 반복 적용
- 헤더: 주간(초록) + 월간(노랑) / 6500 형식, 모드별 합산
- 주차 행 우측: 주간/월간을 두 줄로 색상 분리 표시 (월간은 있을 때만)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 19:33:31 +09:00
..
public 이미지 페이징, React Query 도입, 메뉴 항목 추가/편집 폼 구현 2026-04-13 15:11:48 +09:00
src 주차별 모드 해방일 계산 + 헤더/주차 행 표시 정리 2026-04-14 19:33:31 +09:00
.gitignore 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
eslint.config.js 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
index.html 넥슨 Open API 사용 통계 스크립트 추가 2026-04-13 19:21:40 +09:00
package-lock.json 레이아웃/스크롤바 개선 2026-04-14 13:35:39 +09:00
package.json 레이아웃/스크롤바 개선 2026-04-14 13:35:39 +09:00
README.md 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00
vite.config.js 초기 프로젝트 설정 2026-04-07 18:55:06 +09:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.