mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-23 21:20:42 +08:00
Update identify.sh
This commit is contained in:
parent
440fca9fba
commit
65454d1785
@ -24,9 +24,9 @@ rule_bypass_check() {
|
|||||||
[ -f /tmp/bypass ] && echo "匹配规则:绕过检查"
|
[ -f /tmp/bypass ] && echo "匹配规则:绕过检查"
|
||||||
}
|
}
|
||||||
|
|
||||||
# 添加原文:添加至少一篇原文
|
# 添加原文:只能添加一篇原文
|
||||||
rule_source_added() {
|
rule_source_added() {
|
||||||
[ "$SRC_A" -ge 1 ] \
|
[ "$SRC_A" -eq 1 ] \
|
||||||
&& check_category SRC A \
|
&& check_category SRC A \
|
||||||
&& [ "$TOTAL" -eq "$SRC_A" ] && echo "匹配规则:添加原文 ${SRC_A} 篇"
|
&& [ "$TOTAL" -eq "$SRC_A" ] && echo "匹配规则:添加原文 ${SRC_A} 篇"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user