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