mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -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>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user