commit 85c3f1e41b1125583a213ca5802eff436a058a88
parent 372c91b833c3a8bc504af0da02d5208129c40e4d
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date: Wed, 23 Apr 2025 10:39:50 +0800
Add icons
Diffstat:
11 files changed, 61 insertions(+), 0 deletions(-)
diff --git a/icons/android-chrome-192x192.png b/icons/android-chrome-192x192.png
Binary files differ.
diff --git a/icons/android-chrome-512x512.png b/icons/android-chrome-512x512.png
Binary files differ.
diff --git a/icons/apple-touch-icon.png b/icons/apple-touch-icon.png
Binary files differ.
diff --git a/icons/browserconfig.xml b/icons/browserconfig.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+ <msapplication>
+ <tile>
+ <square150x150logo src="/icons/mstile-150x150.png"/>
+ <TileColor>#603cba</TileColor>
+ </tile>
+ </msapplication>
+</browserconfig>
diff --git a/icons/favicon-16x16.png b/icons/favicon-16x16.png
Binary files differ.
diff --git a/icons/favicon-32x32.png b/icons/favicon-32x32.png
Binary files differ.
diff --git a/icons/favicon.ico b/icons/favicon.ico
Binary files differ.
diff --git a/icons/mstile-150x150.png b/icons/mstile-150x150.png
Binary files differ.
diff --git a/icons/safari-pinned-tab.svg b/icons/safari-pinned-tab.svg
@@ -0,0 +1,33 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
+ width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
+ preserveAspectRatio="xMidYMid meet">
+<metadata>
+Created by potrace 1.14, written by Peter Selinger 2001-2017
+</metadata>
+<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
+fill="#000000" stroke="none">
+<path d="M2349 5116 c-2 -2 -34 -7 -70 -10 -37 -3 -98 -10 -135 -17 -38 -6
+-78 -13 -89 -14 -35 -5 -227 -55 -305 -80 -220 -69 -456 -187 -670 -334 -36
+-25 -70 -50 -77 -55 -7 -6 -18 -15 -25 -21 -39 -30 -126 -103 -144 -120 -11
+-11 -46 -44 -77 -73 -32 -29 -57 -55 -57 -58 0 -2 -17 -21 -37 -42 -84 -83
+-254 -314 -324 -439 -66 -117 -148 -293 -179 -383 -12 -36 -26 -74 -31 -85
+-31 -73 -91 -330 -104 -445 -17 -145 -20 -198 -20 -380 0 -292 13 -400 75
+-650 31 -125 96 -319 111 -335 5 -5 9 -15 9 -22 0 -20 124 -264 167 -331 20
+-31 46 -73 56 -92 11 -19 23 -37 27 -40 4 -3 18 -21 31 -40 13 -20 30 -42 36
+-50 102 -125 130 -158 149 -176 13 -12 20 -25 17 -28 -4 -3 -2 -6 3 -6 5 0 53
+-42 106 -93 53 -50 109 -102 125 -114 15 -13 44 -35 63 -50 19 -16 36 -31 38
+-35 2 -5 8 -8 13 -8 5 0 39 -22 76 -49 141 -101 377 -222 578 -293 102 -37
+291 -90 360 -101 232 -39 263 -41 505 -42 255 0 307 4 520 41 107 19 288 72
+430 126 109 41 322 144 371 178 15 11 30 20 33 20 22 0 284 195 379 283 23 20
+45 37 49 37 4 0 8 6 8 14 0 8 9 18 20 21 11 3 20 10 20 14 0 4 24 32 53 62
+209 219 399 517 510 804 60 154 116 349 133 464 3 20 9 54 14 76 17 79 25 213
+25 420 0 186 -3 244 -21 385 -17 141 -100 451 -153 575 -35 81 -49 112 -93
+200 -88 178 -184 324 -332 504 -47 57 -234 244 -286 285 -30 24 -66 53 -80 65
+-14 11 -29 24 -35 29 -65 52 -304 202 -322 202 -6 0 -13 3 -15 8 -6 15 -216
+110 -335 152 -157 55 -379 111 -503 125 -30 4 -66 9 -80 11 -31 6 -506 15
+-511 10z"/>
+</g>
+</svg>
diff --git a/icons/site.webmanifest b/icons/site.webmanifest
@@ -0,0 +1,18 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/icons/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/icons/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff"
+}
diff --git a/make.py b/make.py
@@ -80,6 +80,7 @@ async def main():
"""
mkdir -p public
cp 404.html public
+ cp -a icons public
"""
),
build_git_repo(