[chore] update icons

This commit is contained in:
dijunkun
2025-11-09 17:22:58 +08:00
parent 9607f6c83f
commit a4f0afe77f
10 changed files with 10 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@@ -19,10 +19,10 @@
<!-- 图标配置 -->
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="apple-touch-icon" sizes="120x120" href="icons/crossdesk-120.png">
<link rel="apple-touch-icon" sizes="152x152" href="icons/crossdesk-152.png">
<link rel="apple-touch-icon" sizes="167x167" href="icons/crossdesk-167.png">
<link rel="apple-touch-icon" sizes="180x180" href="icons/crossdesk-180.png">
<link rel="apple-touch-icon" sizes="120x120" href="icons/crossdesk-120-square.png">
<link rel="apple-touch-icon" sizes="152x152" href="icons/crossdesk-152-square.png">
<link rel="apple-touch-icon" sizes="167x167" href="icons/crossdesk-167-square.png">
<link rel="apple-touch-icon" sizes="180x180" href="icons/crossdesk-180-square.png">
<!-- PWA Manifest (可选用于更好的Web App体验) -->
<link rel="manifest" href="manifest.json" />
@@ -37,7 +37,7 @@
<div class="connection-panel">
<div class="connection-header">
<div class="connection-title-with-icon">
<img src="icons/crossdesk-180.png" alt="CrossDesk" class="connection-icon" />
<img src="icons/crossdesk-180-circle.png" alt="CrossDesk" class="connection-icon" />
<h2>CrossDesk</h2>
</div>
<div
@@ -96,7 +96,7 @@
<div class="connected-panel" id="connected-panel">
<!-- Collapsed bar icon (shown in both minimized and expanded states) -->
<div class="panel-collapsed-bar" id="panel-collapsed-bar">
<img src="icons/crossdesk-180.png" alt="控制" class="collapsed-bar-icon" />
<img src="icons/crossdesk-180-circle.png" alt="控制" class="collapsed-bar-icon" />
</div>
<div class="panel-content">
<div class="connected-header">

View File

@@ -14,22 +14,22 @@
"type": "image/x-icon"
},
{
"src": "icons/crossdesk-120.png",
"src": "icons/crossdesk-120-square.png",
"sizes": "120x120",
"type": "image/png"
},
{
"src": "icons/crossdesk-152.png",
"src": "icons/crossdesk-152-square.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "icons/crossdesk-167.png",
"src": "icons/crossdesk-167-square.png",
"sizes": "167x167",
"type": "image/png"
},
{
"src": "icons/crossdesk-180.png",
"src": "icons/crossdesk-180-square.png",
"sizes": "180x180",
"type": "image/png"
}