From 7fd52d3458edaf17a618663631eaac398febf6d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=A8=AA?= <2938139566@qq.com> Date: Thu, 11 Sep 2025 17:16:59 +0800 Subject: [PATCH] 1 --- Start_Run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Start_Run.py b/Start_Run.py index fa515efa..225cd6a8 100644 --- a/Start_Run.py +++ b/Start_Run.py @@ -17,6 +17,7 @@ sys.path.insert(0, render_pipeline_file_path) icons_path = os.path.join(project_root, "icons") sys.path.insert(0, icons_path) + # 现在可以导入并运行主程序 if __name__ == "__main__": args = sys.argv[1:]