diff --git a/main.py b/main.py index 4c34163..7ab3734 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,6 @@ # main.py 文件的内容修改为 import os +os.system('python Function-20241077.py') +os.system('echo Feature-20241077') os.system('python Function-20241069.py') -os.system('echo Feature-20241069') \ No newline at end of file +os.system('echo Feature-20241069')