style: 移除设计不当的部分模块

This commit is contained in:
2026-04-16 13:20:12 +08:00
parent 2a388642e0
commit 279a78f7ce
22 changed files with 87 additions and 1283 deletions

View File

@@ -74,7 +74,7 @@ class Fission(Machine):
self.current_puzzle_inf = self.puzzles_inf[0]
for i in range(len(self.puzzles_inf)):
self.min_ratings.append(0x3F3F3F3F)
self.min_ratings.append(float('inf'))
Machine.__init__(
self,