增加自动化代码图片功能

This commit is contained in:
piexlMax
2023-06-08 23:17:22 +08:00
parent d2d7b22a8f
commit 83a06fcd2b
6 changed files with 25 additions and 13 deletions

View File

@@ -27,6 +27,7 @@ type AutoCodeStruct struct {
PackageT string `json:"-"`
NeedValid bool `json:"-"`
NeedSort bool `json:"-"`
HasPic bool `json:"-"`
}
func (a *AutoCodeStruct) Pretreatment() {