- 주간 보스 설정 카드: 보스별 난이도/파티/완료 토글, '격파 불가' 옵션 - 주간/월간 획득 포인트 분리 표시 - 완료일 계산: 시작일 주를 1주차로 포함, 매주 목요일 리셋 기준 - 공식: ceil((남은 흔적 + 완료 보스 포인트) / 주간 획득) + 월간 보스 달력 월(1일) 리셋 반영 - 전체 초기화 버튼 - 보스 이름 파일 경로 수정 (진 힐라, 검은 마법사 띄어쓰기) - 보스 순서 수정 (더스크 → 진 힐라 → 듄켈) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
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:
- @vitejs/plugin-react uses Oxc
- @vitejs/plugin-react-swc uses SWC
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.