Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
xOS committed Aug 25, 2024
1 parent eeb4199 commit bf6c7c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion resource/template/common/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@
<link rel="shortcut icon" type="image/png" href="static/logo.svg?v20220602"/>
</head>
{{if ts .CustomCodeDashboard}} {{.CustomCodeDashboard|safe}} {{end}}
<body>
<body id="bg">
<div class="def_background_wrap">
<canvas id="def_background" class="def_background default" width="50" height="50"
data-colors="ffdbff,c177ff,d3c8ff,2fb5ff"></canvas>
<div class="def_background_pattern default"></div>
</div>
{{end}}
4 changes: 2 additions & 2 deletions resource/template/theme-default/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</a>
<template v-if="isMobile">
<a href="/network" class="item"><i class="dot circle outline icon"></i>{{tr "NetworkStatus"}}</a>
<a href="http://status.nange.cn/" class="item"><i class="server icon"></i>{{tr "Services" }}</a>
<a href="http://status.nange.cn/" target="_blank" class="item"><i class="server icon"></i>{{tr "Services" }}</a>
</template>
<template v-else>
<a href="/network" class="item"><i class="dot circle outline icon"></i>{{tr "NetworkStatus"}}</a>
<a href="http://status.nange.cn/" class='item'><i class="server icon"></i>{{tr "Services" }}</a>
<a href="http://status.nange.cn/" target="_blank" class='item'><i class="server icon"></i>{{tr "Services" }}</a>
</template>
<!-- {{ if not .Conf.DisableSwitchTemplateInFrontend }}
<div class="item ui simple dropdown">
Expand Down

0 comments on commit bf6c7c7

Please sign in to comment.