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

1
.gitignore vendored
View File

@@ -71,6 +71,7 @@ temp_*
*.jpeg
*.gif
!static/images/*
!bot/static/miku-favicon.png
# Backups
backups/

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">

BIN
bot/static/miku-favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🎛️ System Settings - Logging Configuration</title>
<link rel="icon" href="/static/miku-favicon.png" type="image/png">
<style>
body {
margin: 0;

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>System Settings - Miku Bot</title>
<link rel="icon" href="/static/miku-favicon.png" type="image/png">
<style>
* {
margin: 0;