feat: add Miku favicon to Web UI with transparent background
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -71,6 +71,7 @@ temp_*
|
|||||||
*.jpeg
|
*.jpeg
|
||||||
*.gif
|
*.gif
|
||||||
!static/images/*
|
!static/images/*
|
||||||
|
!bot/static/miku-favicon.png
|
||||||
|
|
||||||
# Backups
|
# Backups
|
||||||
backups/
|
backups/
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
<meta http-equiv="Pragma" content="no-cache">
|
<meta http-equiv="Pragma" content="no-cache">
|
||||||
<meta http-equiv="Expires" content="0">
|
<meta http-equiv="Expires" content="0">
|
||||||
<title>Miku Control Panel</title>
|
<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">
|
<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>
|
<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">
|
<link rel="stylesheet" href="/static/css/style.css?v=20260502">
|
||||||
|
|||||||
BIN
bot/static/miku-favicon.png
Normal file
BIN
bot/static/miku-favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 358 KiB |
@@ -4,6 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>🎛️ System Settings - Logging Configuration</title>
|
<title>🎛️ System Settings - Logging Configuration</title>
|
||||||
|
<link rel="icon" href="/static/miku-favicon.png" type="image/png">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>System Settings - Miku Bot</title>
|
<title>System Settings - Miku Bot</title>
|
||||||
|
<link rel="icon" href="/static/miku-favicon.png" type="image/png">
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user