init
This commit is contained in:
12
vars/content.go
Normal file
12
vars/content.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package vars
|
||||
|
||||
type ContentType int32
|
||||
|
||||
const (
|
||||
CONTENT_TYPE_TEXT ContentType = iota + 1 // 1.文本
|
||||
CONTENT_TYPE_IMAGE // 2.图片
|
||||
CONTENT_TYPE_VIDEO // 3.视频
|
||||
CONTENT_TYPE_AUDIO // 4.音频
|
||||
CONTENT_TYPE_LINK // 5.连接
|
||||
CONTENT_TYPE_LOCATION // 6.定位
|
||||
)
|
||||
Reference in New Issue
Block a user