改进 🍰

This commit is contained in:
2025-08-28 13:08:37 +08:00
parent fc58f61dfe
commit beeb2fd318
21 changed files with 258 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ import auxiliary as aux
import compositions as compo
import builtins
ver = "0.3.1"
ver = "0.3.2"
config = aux.ConfigFile("config.toml")
@@ -183,7 +183,7 @@ class PreparationScreen(Screen):
def on_button_pressed(self, event: Button.Pressed) -> None:
if event.button.id == "start_memorizing_button":
newscr = MemScreen(
self.nucleon_file, self.electron_file, config.get("tasked_number", 8)
self.nucleon_file, self.electron_file, config.get("tasked_number", 6)
)
self.app.push_screen(newscr)