不显示路径
This commit is contained in:
@@ -1366,11 +1366,11 @@ class ValueRankPlugin(MessagePluginInterface):
|
|||||||
if total_count >= 12 and diff_count <= 2:
|
if total_count >= 12 and diff_count <= 2:
|
||||||
relation_tag = "双向奔赴"
|
relation_tag = "双向奔赴"
|
||||||
elif diff_count >= 8 and max(int(a_to_b_count), int(b_to_a_count)) >= 10:
|
elif diff_count >= 8 and max(int(a_to_b_count), int(b_to_a_count)) >= 10:
|
||||||
relation_tag = "单向上头"
|
relation_tag = "下头互动"
|
||||||
elif total_count <= 2:
|
elif total_count <= 2:
|
||||||
relation_tag = "点头之交"
|
relation_tag = "点头之交"
|
||||||
elif int(a_to_b_count) == 0 or int(b_to_a_count) == 0:
|
elif int(a_to_b_count) == 0 or int(b_to_a_count) == 0:
|
||||||
relation_tag = "单箭头输出"
|
relation_tag = "疯狂舔狗"
|
||||||
else:
|
else:
|
||||||
relation_tag = "互相捧场"
|
relation_tag = "互相捧场"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user