Parcourir la source

Update long_articles consts: add categories

StrayWarrior il y a 4 mois
Parent
commit
23562d70f2
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/long_articles/consts.py

+ 4 - 0
src/long_articles/consts.py

@@ -20,6 +20,10 @@ category_name_map = {
     '军事新闻': 'CateMilitary',
     '影视解读': 'CateMovie',
     '社会现象': 'CateSociety',
+    '财经科技': 'CateFinTech',
+    '人情世故': 'CateSocialCustom',
+    '职场经验': 'CateWorkExperience',
+    '教育知识': 'CateEducation'
 }
 
 reverse_category_name_map = {