improve the functions related to commenting on images

This commit is contained in:
landaiqing
2024-09-23 00:53:43 +08:00
parent 8d5d918a7d
commit 7aae53e533
32 changed files with 1004 additions and 86 deletions

View File

@@ -0,0 +1,8 @@
package randomname
type RandomType int
const (
AdjectiveAndPerson RandomType = iota // 形容词+人物 例如:帅气的罗纳尔多
PersonActSomething // 人物+做事情 例如:梅西吃爆米花
)