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
+3 -3
View File
@@ -8,11 +8,11 @@
<meta name="keywords" content="{{keywords}}" />
<meta name="generator" content="FileCodeBox2.0" />
<title>{{title}}</title>
<script type="module" crossorigin src="/assets/index-746b4144.js"></script>
<script type="module" crossorigin src="/assets/index-d28c4cfd.js"></script>
<link rel="stylesheet" href="/assets/index-b9599089.css">
</head>
<body>
<div id="app"></div>
<body style="background: url('{{background}}') no-repeat center center fixed;background-size: cover;">
<div id="app" style="opacity: {{opacity}}"></div>
</body>
</html>