angel-kanade模版增加主题切换功能 (#329)

This commit is contained in:
nap0o
2024-02-27 07:42:56 -05:00
committed by GitHub
parent 8033c6a0b7
commit 8e67d3487e
7 changed files with 129 additions and 109 deletions

View File

@@ -76,10 +76,20 @@
{{end}}
</tbody>
</table>
{{end}}
</div>
</div>
</div>
{{template "theme-angel-kanade/footer" .}}
<script>
new Vue({
el: '#app',
delimiters: ['@#', '#@'],
data: {
defaultTemplate: {{.Conf.Site.Theme}},
templates: {{.Themes}}
},
mixins: [mixinsVue]
})
</script>
{{end}}