From 83a92479a1cb84ab283093ffff8a1cee653b41f4 Mon Sep 17 00:00:00 2001 From: make Date: Tue, 20 Jan 2026 12:03:31 +0800 Subject: [PATCH] debug --- code/app/model/VideoCategoryModel.php | 10 +++++----- doc/优化.md | 6 +++++- 2 files changed, 10 insertions(+), 6 deletions(-) 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