From a846ab89e6a668fbb20839f8eceb8c3b390330b7 Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 23 May 2026 02:43:47 +0900 Subject: [PATCH] =?UTF-8?q?feat(lotto):=20=ED=97=A4=EB=8D=94=20=EC=B9=B4?= =?UTF-8?q?=EB=93=9C=EB=A5=BC=20=EC=9E=90=EC=9C=A8=20=ED=95=99=EC=8A=B5=20?= =?UTF-8?q?=EC=8B=9C=EC=8A=A4=ED=85=9C=EC=9C=BC=EB=A1=9C=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Why: v1(능동 시그널) + v2(자율 가중치 학습) + v2.1(활동 가시화)로 시스템이 진화한 것을 반영. 기존 '시뮬레이션 추천 시스템' 3 bullet → '자율 학습 시뮬레이션' 4 bullet (학습 루프·시그널·시뮬·AI 큐레이터). --- src/pages/lotto/Lotto.jsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/lotto/Lotto.jsx b/src/pages/lotto/Lotto.jsx index e0c2b40..9c05764 100644 --- a/src/pages/lotto/Lotto.jsx +++ b/src/pages/lotto/Lotto.jsx @@ -19,11 +19,12 @@ const Lotto = () => {

-

시뮬레이션 추천 시스템

+

자율 학습 시뮬레이션