From 02e755f2363da7460bd8e1c243d33fffd0b5b00f Mon Sep 17 00:00:00 2001 From: cxykevin Date: Sat, 29 Jun 2024 22:19:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20build.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build.py b/build.py index 9bda113..d04c699 100644 --- a/build.py +++ b/build.py @@ -1,4 +1,3 @@ - import os #################################### ## CONFIG/配置 ## @@ -44,15 +43,15 @@ print() print("Write to sitemap.xml ...") xml_tmpl_start = """ - """ xml_tmpl_link = """ + {} daily 0.9 + """ -xml_tmpl_end = """ - +xml_tmpl_end = """ """ with open(roots+os.sep+"sitemap.xml", "w") as file: file.write(xml_tmpl_start)