完成3月试用问题修改

This commit is contained in:
2026-04-24 16:45:18 +08:00
parent 66e48d3165
commit 56aed87497
111 changed files with 793 additions and 464 deletions

View File

@@ -62,6 +62,7 @@ class StaticDynamicData(Schema):
category: str
table: list[list[str]]
fontnote: Optional[str] = ""
rounds: Optional[List[List[str]]] = None # 允许不传递
# ~~~环境差异性分析~~~
class EnvAnalysisSchema(Schema):