From 0187673aed8ba72058ee74fbb7538cf040a43606 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 23 七月 2020 20:09:07 +0800
Subject: [PATCH] 桌面添加交互(打开/最小化应用,显示桌面最小化已打开的应用,显示隐藏通知)
---
public/index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/public/index.html b/public/index.html
index fb92cd4..d11d0ca 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
+ <link rel="icon" type="image/png" href="<%= BASE_URL %>favicon.png" sizes="32x32" >
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
--
Gitblit v1.8.0