增加注释

This commit is contained in:
JackLee 2025-03-07 21:53:00 +08:00
parent 097f3f5426
commit 1f73bdf6a5
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -11,8 +11,6 @@ release/*
save/*
.cache/*
.vscode/*
src/ctai_cmark-gfm.cpp
src/ctai_cmark-gfm.h
# Compiled Java class files
*.class

1
3rdparty/MicroTeX vendored Submodule

@ -0,0 +1 @@
Subproject commit 0e3707f6dafebb121d98b53c64364d16fefe481d

View File

@ -44,6 +44,7 @@ void ctai_math_convert::math_convert_svg(const QString &latex)
}
else
{
//输出base64
qDebug() << "svg_to_base64:" << QString::fromUtf8(svg_to_base64(pix));
}
}