feat: add Miku favicon to Web UI with transparent background

This commit is contained in:
2026-05-13 01:29:17 +03:00
parent e6e81885b3
commit 811bcc0a5d
5 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Miku Control Panel</title>
<link rel="icon" href="/static/miku-favicon.png" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.6.2/cropper.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.6.2/cropper.min.js"></script>
<link rel="stylesheet" href="/static/css/style.css?v=20260502">