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