Skip to content

Commit

Permalink
chore: remove logo and favicon's background & generate favicon tool (#…
Browse files Browse the repository at this point in the history
…116)

* chore: remove logo and favicon's background & generate favicon
tool: https://realfavicongenerator.net/

* Update public/site.webmanifest

* Update index.html

* Update site.webmanifest

---------

Co-authored-by: Baoshuo Ren <i@baoshuo.ren>
  • Loading branch information
Young-Lord and renbaoshuo committed Feb 20, 2024
1 parent 61ab8a0 commit 3ea0933
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
<script>
window.appVersion = '<%= appVersion %>';
</script>
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="220x220" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#a8a8a8">
<meta name="msapplication-TileColor" content="#a8a8a8">
<meta name="theme-color" content="#ffffff" />
<meta rel="canonical" href="https://oier.baoshuo.dev" />
</head>
Expand Down
Binary file added public/android-chrome-192x192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-chrome-512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"background_color":"#ffffff","display":"standalone","icons":[{"sizes":"192x192","src":"/android-chrome-192x192.png","type":"image/png"},{"sizes":"512x512","src":"/android-chrome-512x512.png","type":"image/png"}],"name":"OIerDb NG","short_name":"OIerDb NG","theme_color":"#ffffff"}

0 comments on commit 3ea0933

Please sign in to comment.