Browse Source

fix icon size

dev
xmcp 7 years ago
parent
commit
07d0c7815a
  1. BIN
      public/favicon-180px-precomposed.png
  2. 2
      public/index.html

BIN
public/favicon-180px-precomposed.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

2
public/index.html

@ -7,7 +7,7 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="icon" href="%PUBLIC_URL%/favicon-precomposed.png">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon-precomposed.png">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon-precomposed.png" />
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/favicon-180px-precomposed.png" />
<meta name="apple-mobile-web-app-capable" content="yes">
<title>P大树洞(非官方)</title>
</head>

Loading…
Cancel
Save