diff --git a/app/src/main/java/com/github/catvod/spider/AppYs.java b/app/src/main/java/com/github/catvod/spider/AppYs.java index 963174a51..025c67f1c 100644 --- a/app/src/main/java/com/github/catvod/spider/AppYs.java +++ b/app/src/main/java/com/github/catvod/spider/AppYs.java @@ -100,7 +100,9 @@ else if (type.equals("area")) else if (type.equals("lang")) typeN = "语言"; else if (type.equals("year")) - typeN = "年代"; + typeN = "年份"; + else if (type.equals("letter")) + typeN = "字母"; } JSONObject jOne = new JSONObject(); jOne.put("key", type); @@ -210,6 +212,7 @@ public String categoryContent(String tid, String pg, boolean filter, HashMap