From 3797ad4de2c9754edb8b11e75af0fc809789f332 Mon Sep 17 00:00:00 2001 From: rjun Date: Sat, 27 Apr 2024 00:14:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/link_status_report.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/link_status_report.py b/utils/link_status_report.py index 8e45ef9..abbd8fc 100644 --- a/utils/link_status_report.py +++ b/utils/link_status_report.py @@ -95,7 +95,7 @@ async def generate_report(folder_path, report_path): .status { font-weight: bold; text-align: center; - width: 60px; + width: 64px; } .green { color: #8bc34a; @@ -135,6 +135,6 @@ async def generate_report(folder_path, report_path): if __name__ == "__main__": os.makedirs('../report', exist_ok=True) markdown_folder_path = '../docs' - report_path = '../docs/links_status_report.html' + report_path = '..//links_status_report.html' report_path = asyncio.run(generate_report(markdown_folder_path, report_path)) print(f"Link status report generated for markdown files in {markdown_folder_path} at {report_path}") \ No newline at end of file