算法修复与实验性扩展支持

This commit is contained in:
2025-09-14 23:19:24 +08:00
parent 1ea34ab87a
commit 3640d8a799
3 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ class AppLauncher(App):
def on_mount(self) -> None:
self.push_screen("dashboard")
if __name__ == "__main__":
script_dir = os.path.dirname(os.path.abspath(__file__))
os.chdir(script_dir)