+ {item.name && (
+
+ 条件别名
+ {item.name}
+
+ )}
+ {display.type && (
+
+ 类型
+
+ {display.type.name}
- ))}
-
- )}
- {display.include.length > 0 && (
-
- 标题匹配
- {display.include.map((text, idx) => (
-
- {idx > 0 && |}
- {text}
+
+ )}
+ {display.search.length > 0 && (
+
+ 标题搜索
+ {display.search.map((text, idx) => (
+
+ {idx > 0 && |}
+ {text}
+
+ ))}
+
+ )}
+ {display.include.length > 0 && (
+
+ 标题匹配
+ {display.include.map((text, idx) => (
+
+ {idx > 0 && |}
+ {text}
+
+ ))}
+
+ )}
+ {display.keywords.length > 0 && (
+
+ 包含关键词
+ {display.keywords.map((text, idx) => (
+
+ {idx > 0 && &}
+ {text}
+
+ ))}
+
+ )}
+ {display.exclude.length > 0 && (
+
+ 排除关键词
+ {display.exclude.map((text) => (
+ {text}
+ ))}
+
+ )}
+ {display.fansubs && display.fansubs.length > 0 && (
+
+ )}
+ {display.after && (
+
+ 搜索开始于
+
+ {safeFormat(display.after, 'yyyy 年 M 月 d 日 hh:mm')}
- ))}
-
- )}
- {display.keywords.length > 0 && (
-
- 包含关键词
- {display.keywords.map((text, idx) => (
-
- {idx > 0 && &}
- {text}
+
+ )}
+ {display.before && (
+
+ 搜索结束于
+
+ {safeFormat(display.before, 'yyyy 年 M 月 d 日 hh:mm')}
- ))}
-
- )}
- {display.exclude.length > 0 && (
-
- 排除关键词
- {display.exclude.map((text) => (
- {text}
- ))}
-
- )}
- {display.fansubs && display.fansubs.length > 0 && (
-
- )}
- {display.after && (
-
- 搜索开始于
-
- {safeFormat(display.after, 'yyyy 年 M 月 d 日 hh:mm')}
-
-
- )}
- {display.before && (
-
- 搜索结束于
-
- {safeFormat(display.before, 'yyyy 年 M 月 d 日 hh:mm')}
-
-
- )}
+