From 16264d61c7f4b1fc148172d7ecb6f8ccd35e43d6 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 19 七月 2023 18:59:58 +0800 Subject: [PATCH] bug修复 --- third_data/code_plate_key_manager.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_data/code_plate_key_manager.py b/third_data/code_plate_key_manager.py index 1306311..7d8a0d1 100644 --- a/third_data/code_plate_key_manager.py +++ b/third_data/code_plate_key_manager.py @@ -373,8 +373,8 @@ if strong_result[0]: # 寮哄娍鏉垮潡 # 涔颁富鏉块緳1,2,3,4 涔板悗鎺� - if is_back_row and sh_sz_rank <= 3: - return cls.BLOCK_TYPE_STRONG, block, f"{block} 寮哄娍鏉垮潡:涔颁富鏉块緳1,2,3,4 涔板悗鎺�" + if is_back_row and sh_sz_rank <= 2: + return cls.BLOCK_TYPE_STRONG, block, f"{block} 寮哄娍鏉垮潡:涔颁富鏉块緳1,2,3 涔板悗鎺�" if soon_limit_up_result[0]: # 鐚涙媺鏉垮潡 -- Gitblit v1.8.0