Skip to content

Commit

Permalink
feat: new vi logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kangfenmao committed Sep 23, 2024
1 parent 8c3f704 commit c1e6289
Show file tree
Hide file tree
Showing 9 changed files with 113 additions and 3 deletions.
Binary file modified build/icon.icns
Binary file not shown.
Binary file modified build/icon.ico
Binary file not shown.
Binary file modified build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@types/node": "^18.19.9",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/tinycolor2": "^1",
"@vitejs/plugin-react": "^4.2.1",
"antd": "^5.18.3",
"axios": "^1.7.3",
Expand Down Expand Up @@ -92,6 +93,7 @@
"remark-math": "^6.0.0",
"sass": "^1.77.2",
"styled-components": "^6.1.11",
"tinycolor2": "^1.6.0",
"typescript": "^5.6.2",
"uuid": "^10.0.0",
"vite": "^5.0.12"
Expand Down
4 changes: 1 addition & 3 deletions src/renderer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@
}
#spinner img {
width: 100px;
height: 100px;
border-radius: 50%;
}
</style>
</head>
<body>
<div id="root"></div>
<div id="spinner">
<img src="/src/assets/images/logo.png" />
<img src="/src/assets/images/logo/cherry-text.svg" />
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
Expand Down
Binary file removed src/renderer/src/assets/images/avatar.webp
Binary file not shown.
Binary file modified src/renderer/src/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions src/renderer/src/assets/images/logo/cherry-hr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions src/renderer/src/assets/images/logo/cherry-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c1e6289

Please sign in to comment.