metacubexd icon indicating copy to clipboard operation
metacubexd copied to clipboard

iOS网站图标优化

Open mphin opened this issue 2 years ago • 1 comments

如图在iOS添加到桌面后,图标不协调 image

mphin avatar Oct 30 '23 12:10 mphin

这个是apple-touch-icon的问题,可以用下面的方法临时处理一下。

用AI重新把svg高精度导出成200x200的PNG,就是下面这张。

apple-touch-icon-200x200.zip

然后手动替换图片文件和index.html头。

IMG_0305

清理Safari缓存,重新载入网页,添加的图标就没有黑边了。

IMG_0306

dnomd343 avatar Dec 22 '23 03:12 dnomd343