不显示路径

This commit is contained in:
liuwei
2026-04-21 15:52:51 +08:00
parent b61d20612e
commit a69c89cfb1

View File

@@ -1366,11 +1366,11 @@ class ValueRankPlugin(MessagePluginInterface):
if total_count >= 12 and diff_count <= 2:
relation_tag = "双向奔赴"
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:
relation_tag = "点头之交"
elif int(a_to_b_count) == 0 or int(b_to_a_count) == 0:
relation_tag = "单箭头输出"
relation_tag = "疯狂舔狗"
else:
relation_tag = "互相捧场"