diff --git a/script.py b/script.py index ee061e6..2851443 100644 --- a/script.py +++ b/script.py @@ -61,4 +61,7 @@ for child in root: order+=1 -os.system("builder build") \ No newline at end of file +os.system("builder build") +os.system("git add output.xaml -f") +os.system("git commit -m \"更新output.xaml\"") +os.system("git push") \ No newline at end of file