diff --git a/sehuatang/shehuatang.py b/sehuatang/shehuatang.py index 6e15bc1..79d701b 100644 --- a/sehuatang/shehuatang.py +++ b/sehuatang/shehuatang.py @@ -84,7 +84,7 @@ def fetch_and_create_pdf(url): normal_style = styles['Normal'] normal_style.fontName = 'SimHei' - normal_style.fontSize = 13 + normal_style.fontSize = 14 content = [] @@ -130,7 +130,7 @@ def fetch_and_create_pdf(url): if magnet_links: for magnet_link in magnet_links: content.append(Paragraph(f"
{magnet_link}
", normal_style)) - content.append(Spacer(1, 5)) + content.append(Spacer(1, 12)) # 添加图片 image_links = []