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: """初始化插件"""