diff --git a/code/app/model/VideoCategoryModel.php b/code/app/model/VideoCategoryModel.php index 5b502e7..1da27db 100644 --- a/code/app/model/VideoCategoryModel.php +++ b/code/app/model/VideoCategoryModel.php @@ -258,27 +258,27 @@ class VideoCategoryModel extends MongoModel ], [ 'v_category_en' => 'fan-zhuan-shuang-ju', - 'v_category_en' => '反转爽剧', + 'v_category' => '反转爽剧', "children" => [], ], [ 'v_category_en' => 'yan-qing-zong-cai', - 'v_category_en' => '言情总裁', + 'v_category' => '言情总裁', "children" => [], ], [ 'v_category_en' => 'xian-dai-dou-shi', - 'v_category_en' => '现代都市', + 'v_category' => '现代都市', "children" => [], ], [ 'v_category_en' => 'gu-zhuang-xian-xia', - 'v_category_en' => '古装仙侠', + 'v_category' => '古装仙侠', "children" => [], ], [ 'v_category_en' => 'xuan-yi-shao-nao', - 'v_category_en' => '悬疑烧脑', + 'v_category' => '悬疑烧脑', "children" => [], ] ], diff --git a/doc/优化.md b/doc/优化.md index b5edb40..30b72c0 100644 --- a/doc/优化.md +++ b/doc/优化.md @@ -9,4 +9,8 @@
{php}print_r($resData['p_data']);{/php}
-
\ No newline at end of file
+
+
+
+ git restore .
+git clean -fd