mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-01 23:18:13 -05:00
feat: 增加Xboard主题自定义页脚HTML支持
This commit is contained in:
parent
519841c323
commit
aa9ec41921
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user