This commit is contained in:
kenneth
2023-12-01 02:46:50 +00:00
parent 90e6ba5070
commit 1bb57bc94a
26 changed files with 1312 additions and 169 deletions

View File

@@ -11,7 +11,7 @@
<div class="wrapper"> -->
{{define "footer"}}
</div>
<script src="/statics/js/jquery.slim.min.js"></script>
<script src="/statics/js/jquery.min.js"></script>
<script src="/statics/js/bootstrap.bundle.min.js"></script>
{{block "js" .}}{{end}}
</body>

View File

@@ -21,11 +21,14 @@
HLS流媒体
</a>
<ul class="flex oauth">
{{if .AuthID}}
<li>
欢迎您: {{.AuthName}}
{{if .Authorize.ID}}
<li style="font-size: 12px;">
欢迎您: {{.Authorize.Name}}
</li>
<li>
<li style="font-size: 12px;">
<a href="/me/videos">我的视频</a>
</li>
<li style="font-size: 12px;">
<a href="/logout" class="btn btn-primary btn-sm">退出</a>
</li>
{{else}}