From 5bc6c07aa8b932cb5215673936ca770817f0df52 Mon Sep 17 00:00:00 2001 From: SXP-Simon Date: Sun, 18 Jan 2026 13:57:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(conf):=20PDF=20=E8=BE=93=E5=87=BA=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E8=B7=AF=E5=BE=84=20pdf=5Foutput=5Fdir=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _conf_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_conf_schema.json b/_conf_schema.json index 39b43fe..f8862a7 100644 --- a/_conf_schema.json +++ b/_conf_schema.json @@ -182,7 +182,7 @@ "pdf_output_dir": { "type": "string", "description": "PDF输出目录", - "default": "data/plugins/astrbot_qq_group_daily_analysis/reports", + "default": "data/plugins/astrbot_plugin_qq_group_daily_analysis/reports", "hint": "PDF报告文件的保存目录" }, "pdf_filename_format": {