Files
rootandClaude Opus 5 8679200f41 Initial commit
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-15 13:57:10 +08:00

19 lines
568 B
Go

package moduleconfmod
type ModuleType int
const (
HomePage = iota + 1 // 1、首页-视频
Community // 2、社区
DeepWeb // 3、暗网
Cartoon // 4、动画
Comics // 5、漫画
Novel // 6、小说
Game // 7、黄游(弃用)
Pics // 8、图集
ShortPage // 9、短视频
PrivateCircle // 10、私密圈(弃用)
AiPlaza // 11、AI广场
Drama // 12、短剧
)