feat: add mml from backend

This commit is contained in:
liuyuanchuang
2026-02-05 10:44:11 +08:00
parent d1a56a2ab3
commit 81c2767423
5 changed files with 19 additions and 18 deletions

View File

@@ -24,10 +24,7 @@ type TaskListDTO struct {
Latex string `json:"latex"`
Markdown string `json:"markdown"`
MathML string `json:"mathml"`
MathMLMW string `json:"mathml_mw"`
ImageBlob string `json:"image_blob"`
DocxURL string `json:"docx_url"`
PDFURL string `json:"pdf_url"`
MML string `json:"mml"`
}
type TaskListResponse struct {