From 61c5bd17ff1faceb19b3a91ae1a5cae640f3f27a Mon Sep 17 00:00:00 2001 From: wangpeng Date: Tue, 3 Jun 2025 17:16:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BE=93=E5=85=A5=E6=B3=95?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- method/vender/dde_fcitx_config_method.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/method/vender/dde_fcitx_config_method.py b/method/vender/dde_fcitx_config_method.py index 870892c..6badc1a 100644 --- a/method/vender/dde_fcitx_config_method.py +++ b/method/vender/dde_fcitx_config_method.py @@ -13,4 +13,4 @@ class DeepinFcitxConfigMethod(BaseMethod): def close_by_menu(self): self.right_click_by_ocr("输入法配置") - self.click_by_ocr("×关闭(C)") \ No newline at end of file + self.click_by_ocr("关闭") \ No newline at end of file -- Gitee