This commit is contained in:
make
2025-04-22 14:31:25 +08:00
parent 683424b63e
commit 3280e769ba
37 changed files with 1173 additions and 350 deletions

View File

@@ -51,7 +51,7 @@ class CategoryModel extends MongoModel
'kehuan-xiaoshuo' => '科幻小说',
],
'women' => [
'zhongsheng-chuanyue' => '重生穿越',
'chongsheng-chuanyue' => '重生穿越',
'dushi-xiaoshuo' => '都市小说',
'lingyi-xiaoshuo' => '灵异小说',
'yanqing-xiaoshuo' => '言情小说',
@@ -64,7 +64,7 @@ class CategoryModel extends MongoModel
2 => 'junshi-xiaoshuo', // 军史-小说
3 => 'wangyou-xiaoshuo', // 网游-小说
4 => 'kehuan-xiaoshuo', // 科幻-小说
5 => 'zhongsheng-chuanyue', // 重生-穿越
5 => 'hongsheng-chuanyue', // 重生-穿越
6 => 'dushi-xiaoshuo', // 都市-小说
7 => 'lingyi-xiaoshuo', // 灵异-小说
8 => 'yanqing-xiaoshuo', // 言情-小说