pro2-整理之前

This commit is contained in:
2026-04-27 17:16:17 +08:00
parent 541f2b9968
commit 47073425be
25 changed files with 384 additions and 567 deletions
+4
View File
@@ -0,0 +1,4 @@
import json, sys
sys.stdout.reconfigure(encoding="utf-8")
# This script reads generate_template.py and runs it
exec(open("generate_template.py", encoding="utf-8").read())