Complete phase two benchmarks, plot previews and static export workflow

This commit is contained in:
2026-09-07 02:54:52 +08:00
parent 95095197df
commit 89df10bc4e
59 changed files with 2535 additions and 83 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
"""Function Plot 内部数据模型。
契约 §12.2 的 FunctionPlot 结构与 §10.4 的 StaticRenderResult 只在导出链路的后端内部
流转,不进入 HTTP 契约,因此与 Document AST 一样放在独立包内,不进 contracts.py
FunctionPlot 供预览和导出共享;StaticRenderResult 同时是交互预览端点的响应内容。
模型保留在独立包内,由 plot_routes 中的请求与响应类型注册 OpenAPI
"""
from __future__ import annotations