add:新增背景图片设置,新增文本markdown解析

This commit is contained in:
lan
2023-08-26 19:21:58 +08:00
parent 5b14506f8c
commit b64444e824
94 changed files with 1931 additions and 35 deletions
+2
View File
@@ -64,6 +64,8 @@ async def index():
.replace('{{title}}', settings.name)
.replace('{{description}}', settings.description)
.replace('{{keywords}}', settings.keywords)
.replace('{{opacity}}', settings.opacity)
.replace('{{background}}', settings.background)
, media_type='text/html', headers={'Cache-Control': 'no-cache'})