✨ improve the functions related to commenting on images
This commit is contained in:
8
common/randomname/randomtype.go
Normal file
8
common/randomname/randomtype.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package randomname
|
||||
|
||||
type RandomType int
|
||||
|
||||
const (
|
||||
AdjectiveAndPerson RandomType = iota // 形容词+人物 例如:帅气的罗纳尔多
|
||||
PersonActSomething // 人物+做事情 例如:梅西吃爆米花
|
||||
)
|
Reference in New Issue
Block a user