File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 </ script >
1717 <!--
1818 网站图标:把文件放在 frontend/public/ 下(打包后对应网站根路径 /)。
19- 默认使用 favicon.ico 。若要用 PNG ,可把图片命名为 site-icon.png 放到 public/,
20- 并把下面第一行 href 改为 "/site-icon.png "、type 改为 "image/png "。
19+ 默认使用 site-icon.png 。若要用 ICO ,可把图片命名为 favicon.ico 放到 public/,
20+ 并把下面第一行 href 改为 "/favicon.ico "、type 改为 "image/x-icon "。
2121 -->
22- < link rel ="icon " href ="/favicon.ico " type ="image/x-icon " sizes ="any " />
23- < link rel ="apple-touch-icon " href ="/favicon.ico " />
22+ < link rel ="icon " href ="/site-icon.png " type ="image/png " sizes ="any " />
23+ < link rel ="apple-touch-icon " href ="/site-icon.png " />
2424 < link rel ="preconnect " href ="https://fastly.jsdelivr.net " crossorigin />
2525 < link rel ="dns-prefetch " href ="https://fastly.jsdelivr.net " />
2626 < link rel ="preconnect " href ="https://v1.hitokoto.cn " crossorigin />
You can’t perform that action at this time.
0 commit comments