feat(优化兼容): 添加ofdgo_sign.go文件

This commit is contained in:
2025-12-30 10:08:50 +08:00
parent a1dbc9dfe5
commit d989bd9c07
5 changed files with 241 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ import "encoding/xml"
// PageContent 页面内容
type PageContent struct {
XMLName xml.Name `xml:"Page"`
ID string `xml:"-"`
Area PageArea `xml:"Area"`
Template []Template `xml:"Template"`
Content Content `xml:"Content"`