Skip to content

Commit

Permalink
tips
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Aug 1, 2024
1 parent 12735dd commit 622e6c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/l18n/en_US.dart
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ 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.
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 2: Block comments with a score not exceeding 10————Comment Score <= 10
Expand Down
1 change: 1 addition & 0 deletions lib/src/l18n/ko_KR.dart
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,7 @@ 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.
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 2: Block comments with a score not exceeding 10————Comment Score <= 10
Expand Down
1 change: 1 addition & 0 deletions lib/src/l18n/pt_BR.dart
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ 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.
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 2: Block comments with a score not exceeding 10————Comment Score <= 10
Expand Down
1 change: 1 addition & 0 deletions lib/src/l18n/zh_CN.dart
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,7 @@ favnote:匹配收藏备注
注意1:不同规则之间是||的关系,同一规则下所有子规则之间是&&的关系。
注意2:屏蔽属性为标签时,规则会对画廊的每一个标签均进行校验,表达式针对单个标签进行编写即可。
注意3:屏蔽属性为标签时,如果你使用'='规则,你必须准确填写带命名空间的完整标签。
示例1:屏蔽有男同标签且无伪娘标签的画廊————画廊标签包含yaoi && 画廊标签不包含tomgirl
示例2:屏蔽评分不超过10分的评论————评论评分<=10
Expand Down
1 change: 1 addition & 0 deletions lib/src/l18n/zh_TW.dart
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,7 @@ favnote:配對收藏備註
注意1:不同規則之間是||的關係,同一規則下所有子規則之間是&&的關係。
注意2:隱藏屬性為標籤時,規則會對畫廊的每一個標籤均進行校驗,表達式針對單個標籤進行編寫即可。
注意3:隱藏屬性為標籤時,如果你使用'='規則,你必須准確填寫帶命名空間的完整標簽。
範例1:隱藏有男同標籤且無偽娘標籤的畫廊————畫廊標籤包含yaoi && 畫廊標籤不包含tomgirl
範例2:隱藏評分不超過10分的評論————評論評分<=10
Expand Down

0 comments on commit 622e6c4

Please sign in to comment.