修复了 TPV 的一些错误,包括闭包等

This commit is contained in:
2026-07-22 14:05:38 +08:00
parent 6eb3d22eba
commit 92a381f003
78 changed files with 24965 additions and 200 deletions

8
App/lib/Shell/Config.py Normal file
View File

@@ -0,0 +1,8 @@
from __future__ import annotations
class Config:
"""配置类"""
def __init__(self) -> None:
self.debug: bool = False
self.mode: str = 'relaxed' # 'relaxed' 或 'strict'