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 -2
View File
@@ -9,8 +9,8 @@
<meta name="generator" content="FileCodeBox2.0" />
<title>{{title}}</title>
</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>
<script type="module" src="/src/main.ts"></script>
</body>
</html>