可用的回归测试通过的标准版本

This commit is contained in:
2026-06-18 00:39:43 +08:00
parent bffb0cb6b7
commit e02c867edf
365 changed files with 22562 additions and 24532 deletions

5
lib/Shell/Config.py Normal file
View File

@@ -0,0 +1,5 @@
class Config:
"""配置类"""
def __init__(self):
self.debug = False
self.mode = 'relaxed' # 'relaxed' 或 'strict'