Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
xOS committed Feb 29, 2024
1 parent 2ab0890 commit 6b0cedc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion resource/template/common/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
</div>
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/semantic-ui/2.4.1/semantic.min.js"></script>
<script src="static/semantic-ui-alerts.min.js?v20220423"></script>
<script src="static/wallpaper.js?v20220423"></script>
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/vue/2.6.14/vue.min.js"></script>
<script src="static/main.js?v20240227"></script>
<script src="static/main.js?v20240228"></script>
<script>
var def_bg = document.getElementById('def_background');
if (def_bg) {
Expand Down
5 changes: 2 additions & 3 deletions resource/template/common/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
<title>{{.Title}}</title>
<link rel="stylesheet" type="text/css" href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/semantic-ui/2.4.1/semantic.min.css">
<link rel="stylesheet" type="text/css" href="static/fontawesome.min.css">
<link rel="stylesheet" type="text/css" href="static/semantic-ui-alerts.min.css?v20220423">
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-logos/0.17/font-logos.min.css" rel="stylesheet">
<link href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/flag-icon-css/4.1.5/css/flag-icons.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="static/main.css?v20240228">
<link rel="stylesheet" type="text/css" href="static/main.css?v20240229">
<link rel="shortcut icon" type="image/png" href="static/logo.svg?v20220602"/>
</head>
<body id="bg">
<div class="def_background_wrap">
<!--<canvas id="def_background" class="def_background default" width="50" height="50"-->
<!-- data-colors="dbddbb,6ba587,d5d88d,88b884"></canvas>-->
<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>
Expand Down
4 changes: 3 additions & 1 deletion resource/template/dashboard-default/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
<td>{{$server.HideForGuest}}</td>
<td>{{$server.EnableDDNS}}</td>
<td>{{$server.DDNSDomain}}</td>
<td><button class="ui icon mini button" data-clipboard-text="{{$server.Secret}}" data-tooltip="{{tr "ClickToCopy"}}">
<td>
<button class="ui icon green mini button" data-clipboard-text="{{$server.Secret}}" data-tooltip="{{tr "ClickToCopy"}}">
<i class="copy icon"></i>
</button>
</td>
Expand All @@ -63,6 +64,7 @@
data-tooltip="{{tr "ClickToCopy"}}">
<i class="windows icon"></i>
</button>
</div>
</td>
<td style="word-break: break-word; white-space: pre-wrap;">{{$server.Note}}</td>
<td>
Expand Down

0 comments on commit 6b0cedc

Please sign in to comment.