This commit is contained in:
suyl
2021-06-18 15:06:16 +08:00
parent 8a4c91c007
commit 8ce4c93c5f
8 changed files with 34 additions and 17 deletions

View File

@@ -13,6 +13,12 @@ const (
MaterialTypeVoice = "voice"
MaterialTypeNews = "news"
MaterialTypeThumb = "thumb"
SNSCutLine = `
<br>
<hr style=\"border-style: solid;border-width: 1px 0 0;border-color: rgba(0,0,0,0.1);-webkit-transform-origin: 0 0;-webkit-transform: scale(1, 0.5);transform-origin: 0 0;transform: scale(1, 0.5);\" />
<br>
`
)
type CBUserInfo struct {