使用电子在头部标签中显示收藏夹图标

时间:2018-11-22 10:40:11

标签: reactjs electron create-react-app

我试图在/ public下的head标签内添加一个Image,就像这样。

<!DOCTYPE html>
<html>
    <head>
        <title> mytitle </title>
            <link rel="icon" href="%PUBLIC_URL%/favicon.ico" sizes="32*32" type="image/ico">


    </head>
</html>

但是我看到的只是我的名字。 enter image description here

有没有办法使用电子在标题旁边显示图像

0 个答案:

没有答案