Skip to content

Commit

Permalink
Note
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Dec 12, 2024
1 parent a36d397 commit f95f629
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion lib/src/l18n/en_US.dart
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,9 @@ Blocking Expression: Simple strings or regular expressions.
Note1: Different rules have an OR (||) relationship, while all sub-rules under the same rule have an AND (&&) relationship.
Note2: When blocking tag, the rule will check each tag in the gallery, the expression should be written for a single tag.
Note3: When blocking tag, you need specify full tag with namespace if you use '=' rule.
Note4: You need to use a gallery layout that can display all tags in E-Hentai, such as "Extended," otherwise some galleries may not be filtered correctly.
Example 1: Block galleries that have the "yaoi" tag and do not have the "tomgirl" tag————Gallery Tag Contain yaoi && Gallery Tag NotContain tomgirl
Example 1: Block galleries that have the "yaoi" tag and do not have the "tomgirl" tag————Gallery Tag Contain male:yaoi && Gallery Tag NotContain male:tomgirl
Example 2: Block comments with a score not exceeding 10————Comment Score <= 10
''',

Expand Down
3 changes: 2 additions & 1 deletion lib/src/l18n/ko_KR.dart
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,9 @@ Blocking Expression: Simple strings or regular expressions.
Note1: Different rules have an OR (||) relationship, while all sub-rules under the same rule have an AND (&&) relationship.
Note2: When blocking tag, the rule will check each tag in the gallery, the expression should be written for a single tag.
Note3: When blocking tag, you need specify full tag with namespace if you use '=' rule.
Note4: You need to use a gallery layout that can display all tags in E-Hentai, such as "Extended," otherwise some galleries may not be filtered correctly.
Example 1: Block galleries that have the "yaoi" tag and do not have the "tomgirl" tag————Gallery Tag Contain yaoi && Gallery Tag NotContain tomgirl
Example 1: Block galleries that have the "yaoi" tag and do not have the "tomgirl" tag————Gallery Tag Contain male:yaoi && Gallery Tag NotContain male:tomgirl
Example 2: Block comments with a score not exceeding 10————Comment Score <= 10
''',

Expand Down
3 changes: 2 additions & 1 deletion lib/src/l18n/pt_BR.dart
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,9 @@ Blocking Expression: Simple strings or regular expressions.
Note1: Different rules have an OR (||) relationship, while all sub-rules under the same rule have an AND (&&) relationship.
Note2: When blocking tag, the rule will check each tag in the gallery, the expression should be written for a single tag.
Note3: When blocking tag, you need specify full tag with namespace if you use '=' rule.
Note4: You need to use a gallery layout that can display all tags in E-Hentai, such as "Extended," otherwise some galleries may not be filtered correctly.
Example 1: Block galleries that have the "yaoi" tag and do not have the "tomgirl" tag————Gallery Tag Contain yaoi && Gallery Tag NotContain tomgirl
Example 1: Block galleries that have the "yaoi" tag and do not have the "tomgirl" tag————Gallery Tag Contain male:yaoi && Gallery Tag NotContain male:tomgirl
Example 2: Block comments with a score not exceeding 10————Comment Score <= 10
''',

Expand Down
3 changes: 2 additions & 1 deletion lib/src/l18n/zh_CN.dart
Original file line number Diff line number Diff line change
Expand Up @@ -770,8 +770,9 @@ favnote:匹配收藏备注
注意1:不同规则之间是||的关系,同一规则下所有子规则之间是&&的关系。
注意2:屏蔽属性为标签时,规则会对画廊的每一个标签均进行校验,表达式针对单个标签进行编写即可。
注意3:屏蔽属性为标签时,如果你使用'='规则,你必须准确填写带命名空间的完整标签。
注意4:在E站官方设置中,你需要使用能够展示所有标签的画廊布局如Extended,否则部分画廊可能不会被正确过滤
示例1:屏蔽有男同标签且无伪娘标签的画廊————画廊标签包含yaoi && 画廊标签不包含tomgirl
示例1:屏蔽有男同标签且无伪娘标签的画廊————画廊标签包含male:yaoi && 画廊标签不包含male:tomgirl
示例2:屏蔽评分不超过10分的评论————评论评分<=10
''',

Expand Down
5 changes: 3 additions & 2 deletions lib/src/l18n/zh_TW.dart
Original file line number Diff line number Diff line change
Expand Up @@ -769,9 +769,10 @@ favnote:配對收藏備註
注意1:不同規則之間是||的關係,同一規則下所有子規則之間是&&的關係。
注意2:隱藏屬性為標籤時,規則會對畫廊的每一個標籤均進行校驗,表達式針對單個標籤進行編寫即可。
注意3:隱藏屬性為標籤時,如果你使用'='規則,你必須准確填寫帶命名空間的完整標簽。
注意3:隱藏屬性為標籤時,如果你使用'='規則,你必須准確填寫帶命名空間的完整標簽。
註意4:在E站官方設置中,你需要使用能夠展示所有標簽的畫廊布局如Extended,否則部分畫廊可能不會被正確過濾
範例1:隱藏有男同標籤且無偽娘標籤的畫廊————畫廊標籤包含yaoi && 畫廊標籤不包含tomgirl
範例1:隱藏有男同標籤且無偽娘標籤的畫廊————畫廊標籤包含male:yaoi && 畫廊標籤不包含male:tomgirl
範例2:隱藏評分不超過10分的評論————評論評分<=10
''',

Expand Down

0 comments on commit f95f629

Please sign in to comment.