Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2272/head
zouap 3 years ago
parent
commit
12947c2689
2 changed files with 5 additions and 4 deletions
  1. +4
    -3
      templates/base/footer.tmpl
  2. +1
    -1
      templates/home.tmpl

+ 4
- 3
templates/base/footer.tmpl View File

@@ -40,14 +40,15 @@
{{if .RequireTribute}}
<script src="{{StaticUrlPrefix}}/vendor/plugins/tribute/tribute.min.js"></script>
{{end}}

{{if .PageIsHome}}
<script src="{{StaticUrlPrefix}}/self/js/jquery.min.js?v={{MD5 AppVer}}"></script>
<script src="/home/home.js?v={{MD5 AppVer}}" type="text/javascript"></script>
{{end}}
<script src="{{StaticUrlPrefix}}/js/jquery.js?v={{MD5 AppVer}}"></script>
<script src="{{StaticUrlPrefix}}/fomantic/semantic.min.js?v={{MD5 AppVer}}"></script>
<script src="{{StaticUrlPrefix}}/js/index.js?v={{MD5 AppVer}}"></script>
{{template "custom/footer" .}}
{{if .PageIsHome}}
<script src="/rotation3D/jquery-3.5.0.min.js"></script>
<script src="/home/home.js?v={{MD5 AppVer}}" type="text/javascript"></script>
<script src="{{StaticUrlPrefix}}/vendor/plugins/jquery.particleground/jquery.particleground.min.js"></script>
<script src="/rotation3D/vue-2.6.10.min.js"></script>
<script src="/rotation3D/rotation3D.js?v={{MD5 AppVer}}"></script>


+ 1
- 1
templates/home.tmpl View File

@@ -31,7 +31,7 @@
<svg width="50" height="400">
<path id="path1" d="M0 400, 0 0" stroke-dasharray="5,10"/>
</svg>
<div class="dot dot1 ri-arrow-left-s-line"><span>调试任务 #31412022050816002</span></div>
<div class="dot dot1 ri-arrow-left-s-line"><span></span></div>
</div>
<div v-if="item.type=='yellow'" class="pos">
<svg width="10" height="400">


Loading…
Cancel
Save