feat(projects): add script about generating png logo from [添加根据svg生成png图标的命令]

This commit is contained in:
Soybean
2022-12-09 19:14:37 +08:00
parent 1b3d2a6168
commit 70aeefea02
4 changed files with 219 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%= appName %></title>
</head>