feat: 增加Xboard主题自定义页脚HTML支持

This commit is contained in:
xboard 2023-11-18 16:58:01 +08:00
parent 519841c323
commit aa9ec41921

View File

@ -7,7 +7,7 @@
<script type="module" crossorigin src="/theme/{{$theme}}/assets/umi.js"></script>
</head>
<body>
<div id="app"></div>
<script>
window.routerBase = "/";
window.settings = {
@ -28,5 +28,7 @@
logo: '{{$logo}}'
}
</script>
<div id="app"></div>
{!! $theme_config['custom_html'] !!}
</body>
</html>