Skip to content

Commit

Permalink
feat(projects): add script about generating png logo from [添加根据svg生成p…
Browse files Browse the repository at this point in the history
…ng图标的命令]
  • Loading branch information
honghuangdc committed Dec 9, 2022
1 parent 1b3d2a6 commit 70aeefe
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"esno": "^0.16.3",
"husky": "^8.0.2",
"mockjs": "^1.1.0",
"node-html-to-image": "^3.2.4",
"npm-check-updates": "^16.4.3",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.8.3",
Expand Down
201 changes: 201 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit 70aeefe

@vercel
Copy link

@vercel vercel bot commented on 70aeefe Dec 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.