Signed-off-by: allan716 <[email protected]>
@@ -0,0 +1,8 @@
+package common
+
+type VideoType int
+const (
+ Movie VideoType = iota // 电影
+ Series // 连续剧,可能需要分美剧、日剧、韩剧?
+ Anime // 动画
+)