From f4039ea776bd2ddf575210cfeb8d28f808973139 Mon Sep 17 00:00:00 2001 From: SXP-Simon Date: Thu, 12 Feb 2026 12:27:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(=5Fresolve=5Ftemplate=5Fpreview=5Fpath):=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/main.py b/main.py index f298424..87f54f6 100644 --- a/main.py +++ b/main.py @@ -113,13 +113,6 @@ class QQGroupDailyAnalysis(Star): template_base_dir = self._resolve_template_base_dir() candidate_paths = [ os.path.join(plugin_root, "assets", f"{template_name}-demo.jpg"), - os.path.join(plugin_root, "assets", f"{template_name}.jpg"), - os.path.join( - plugin_root, "assets", "templates", f"{template_name}-demo.jpg" - ), - os.path.join(plugin_root, "assets", "templates", f"{template_name}.jpg"), - os.path.join(template_base_dir, template_name, "demo.jpg"), - os.path.join(template_base_dir, template_name, "preview.jpg"), ] for candidate in candidate_paths: if os.path.exists(candidate):