From 867007a3b1928dca7a37801bc533f369138736d4 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 19 Mar 2025 15:10:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=80=E4=BA=BA=E5=9B=BE=E7=89=87=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/xiuren_image/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/xiuren_image/main.py b/plugins/xiuren_image/main.py index 654782b..b280cb4 100644 --- a/plugins/xiuren_image/main.py +++ b/plugins/xiuren_image/main.py @@ -40,7 +40,7 @@ class XiurenImagePlugin(MessagePluginInterface): def __init__(self): super().__init__() - self.image_folder = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))), "xiuren", "pics") + self.image_folder = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))), "xiuren") def initialize(self, context: Dict[str, Any]) -> bool: """初始化插件"""