mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 11:20:53 +08:00
feat: 增加Xboard主题自定义页脚HTML支持
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user