脚本更新

This commit is contained in:
tsxc 2025-01-26 16:02:07 +08:00
parent daf338c5bc
commit f98337970e

View File

@ -61,4 +61,7 @@ for child in root:
order+=1
os.system("builder build")
os.system("builder build")
os.system("git add output.xaml -f")
os.system("git commit -m \"更新output.xaml\"")
os.system("git push")