video-template-2

This commit is contained in:
make
2025-05-08 20:48:57 +08:00
parent ecbbb27f3f
commit a228bb8083
63 changed files with 8282 additions and 231 deletions

View File

@@ -34,11 +34,11 @@ class VideoCategoryModel extends MongoModel
"v_category" => "电影",
"v_category_en" => 'dian-ying',
"children" => [
[
"v_category_en" => "shao-shi-dian-ying",
"v_category" => "邵氏电影",
"children" => [],
],
// [
// "v_category_en" => "shao-shi-dian-ying",
// "v_category" => "邵氏电影",
// "children" => [],
// ],
[
"v_category_en" => "dong-zuo-pian",
"v_category" => "动作片",
@@ -84,16 +84,16 @@ class VideoCategoryModel extends MongoModel
"v_category" => "动画片",
"children" => [],
],
[
"v_category_en" => "gao-xiao",
"v_category" => "搞笑",
"children" => [],
],
[
"v_category_en" => "yu-gao-pian",
"v_category" => "预告片",
"children" => [],
],
// [
// "v_category_en" => "gao-xiao",
// "v_category" => "搞笑",
// "children" => [],
// ],
// [
// "v_category_en" => "yu-gao-pian",
// "v_category" => "预告片",
// "children" => [],
// ],
// [
// "v_category_en" => "lun-li-pian",
@@ -152,11 +152,11 @@ class VideoCategoryModel extends MongoModel
"v_category" => "综艺",
"v_category_en" => 'zong-yi',
"children" => [
[
"v_category_en" => "yan-chang-hui",
"v_category" => "演唱会",
"children" => [],
],
// [
// "v_category_en" => "yan-chang-hui",
// "v_category" => "演唱会",
// "children" => [],
// ],
[
"v_category_en" => "da-lu-zong-yi",
"v_category" => "大陆综艺",
@@ -187,11 +187,11 @@ class VideoCategoryModel extends MongoModel
"v_category" => "音乐",
"children" => [],
],
[
"v_category_en" => "qi-che",
"v_category" => "汽车",
"children" => [],
],
// [
// "v_category_en" => "qi-che",
// "v_category" => "汽车",
// "children" => [],
// ],
],
],
[