Compare commits

..

2 Commits

Author SHA1 Message Date
ly 2889ec514b 更新 2025-07-04 13:59:39 +08:00
ly f94fa82d88 更新代码 2025-07-04 13:59:07 +08:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
*.log
__pycache__/*
src/__pycache__/*
.vscode/*
.cursor/*
logs/*
+1 -1
View File
@@ -74,7 +74,7 @@ class CodeExecutor:
old_stdout = None
try:
namespace = {
"project": __import__("project"),
"project": __import__("src.project"),
"ProjectBuilder": ProjectBuilder,
}