diff --git a/core/__pycache__/forms.cpython-311.pyc b/core/__pycache__/forms.cpython-311.pyc index 0317a72..b2c311e 100644 Binary files a/core/__pycache__/forms.cpython-311.pyc and b/core/__pycache__/forms.cpython-311.pyc differ diff --git a/core/__pycache__/urls.cpython-311.pyc b/core/__pycache__/urls.cpython-311.pyc index 17eeb8b..312a4eb 100644 Binary files a/core/__pycache__/urls.cpython-311.pyc and b/core/__pycache__/urls.cpython-311.pyc differ diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index 5bd3ba6..ea857fb 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/forms.py b/core/forms.py index e0791ad..83c6d29 100644 --- a/core/forms.py +++ b/core/forms.py @@ -36,6 +36,9 @@ class LotterySimulatorForm(forms.Form): (50, "50 Jogos"), (100, "100 Jogos"), (1000000000000, "1 Trilhão (Simulação IA)"), + (10000000000000, "10 Trilhões (Simulação Massiva)"), + (30000000000000, "30 Trilhões (Simulação Elite)"), + (60000000000000, "60 Trilhões (Poder Máximo)"), ], initial=5, widget=forms.Select( diff --git a/core/templates/core/edit_lottery.html b/core/templates/core/edit_lottery.html index dbf7c72..4da6da1 100644 --- a/core/templates/core/edit_lottery.html +++ b/core/templates/core/edit_lottery.html @@ -14,9 +14,13 @@
Selecione os números para ANULAR ou use a IA.
- - Auto-Previsão IA - +