diff options
| author | Fuwn <[email protected]> | 2023-12-05 13:51:32 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-05 14:07:05 -0800 |
| commit | 48b83b2a49854738490ef27618e873060a0581e3 (patch) | |
| tree | de6194f5aa9096014b16151da78d1a7ba170185a | |
| parent | fix(html): theme fouc (diff) | |
| download | due.moe-48b83b2a49854738490ef27618e873060a0581e3.tar.xz due.moe-48b83b2a49854738490ef27618e873060a0581e3.zip | |
feat(html): new favicons
| -rw-r--r-- | src/app.html | 33 | ||||
| -rw-r--r-- | src/routes/feeds/activity-notifications/+server.ts | 2 | ||||
| -rw-r--r-- | static/apple-touch-icon-114x114.png | bin | 0 -> 13336 bytes | |||
| -rw-r--r-- | static/apple-touch-icon-120x120.png | bin | 0 -> 14486 bytes | |||
| -rw-r--r-- | static/apple-touch-icon-144x144.png | bin | 0 -> 19707 bytes | |||
| -rw-r--r-- | static/apple-touch-icon-152x152.png | bin | 0 -> 21561 bytes | |||
| -rw-r--r-- | static/apple-touch-icon-57x57.png | bin | 0 -> 4272 bytes | |||
| -rw-r--r-- | static/apple-touch-icon-60x60.png | bin | 0 -> 4696 bytes | |||
| -rw-r--r-- | static/apple-touch-icon-72x72.png | bin | 0 -> 6248 bytes | |||
| -rw-r--r-- | static/apple-touch-icon-76x76.png | bin | 0 -> 6877 bytes | |||
| -rw-r--r-- | static/apple-touch-icon-precomposed.png | bin | 41478 -> 0 bytes | |||
| -rw-r--r-- | static/apple-touch-icon.png | bin | 41478 -> 0 bytes | |||
| -rw-r--r-- | static/favicon-128.png | bin | 0 -> 16085 bytes | |||
| -rw-r--r-- | static/favicon-128x128.png | bin | 26590 -> 0 bytes | |||
| -rw-r--r-- | static/favicon-144x144.png | bin | 30783 -> 0 bytes | |||
| -rw-r--r-- | static/favicon-16x16.ico | bin | 1150 -> 0 bytes | |||
| -rw-r--r-- | static/favicon-16x16.png | bin | 6878 -> 659 bytes | |||
| -rw-r--r-- | static/favicon-192x192.png | bin | 45372 -> 0 bytes | |||
| -rw-r--r-- | static/favicon-196x196.png | bin | 0 -> 32752 bytes | |||
| -rw-r--r-- | static/favicon-32x32.ico | bin | 4286 -> 0 bytes | |||
| -rw-r--r-- | static/favicon-32x32.png | bin | 0 -> 1768 bytes | |||
| -rw-r--r-- | static/favicon-36x36.png | bin | 8790 -> 0 bytes | |||
| -rw-r--r-- | static/favicon-48x48.png | bin | 10453 -> 0 bytes | |||
| -rw-r--r-- | static/favicon-512x512.png | bin | 221516 -> 0 bytes | |||
| -rw-r--r-- | static/favicon-72x72.png | bin | 14464 -> 0 bytes | |||
| -rw-r--r-- | static/favicon-96x96.png | bin | 0 -> 10105 bytes | |||
| -rw-r--r-- | static/favicon-original.png | bin | 202862 -> 0 bytes | |||
| -rw-r--r-- | static/favicon.ico | bin | 1150 -> 34494 bytes | |||
| -rw-r--r-- | static/manifest.json | 30 | ||||
| -rw-r--r-- | static/mstile-144x144.png | bin | 0 -> 19707 bytes | |||
| -rw-r--r-- | static/mstile-150x150.png | bin | 0 -> 55128 bytes | |||
| -rw-r--r-- | static/mstile-310x150.png | bin | 0 -> 92796 bytes | |||
| -rw-r--r-- | static/mstile-310x310.png | bin | 0 -> 172434 bytes | |||
| -rw-r--r-- | static/mstile-70x70.png | bin | 0 -> 16085 bytes |
34 files changed, 30 insertions, 35 deletions
diff --git a/src/app.html b/src/app.html index d7aa26b4..3e05d91d 100644 --- a/src/app.html +++ b/src/app.html @@ -15,11 +15,7 @@ <meta property="og:site_name" content="due.moe" /> <meta property="og:description" content="Instantly view which anime & manga on your lists have new episodes/chapters!" /> - <meta property="og:image" content="https://due.moe/favicon-192x192.png" /> - - <!-- Windows 8 --> - <!-- <meta name="msapplication-TileColor" content="#FFFFFF" /> --> - <meta name="msapplication-TileImage" content="https://due.moe/favicon-144x144.png" /> + <meta property="og:image" content="https://due.moe/favicon-196x196.png" /> <!-- Twitter --> <meta name="twitter:card" content="summary_large_image" /> @@ -28,7 +24,7 @@ <meta name="twitter:title" content="期限" /> <meta name="twitter:description" content="Instantly view which anime & manga on your lists have new episodes/chapters!" /> - <meta name="twitter:image" content="https://due.moe/favicon-192x192.png" /> + <meta name="twitter:image" content="https://due.moe/favicon-196x196.png" /> <title>期限</title> @@ -42,11 +38,26 @@ <!-- <link rel="stylesheet" type="text/css" href="https://skybox.sh/css/custom.css"> --> <!-- Icons --> - <link rel="icon" type="image/x-icon" href="%sveltekit.assets%/favicon-16x16.ico" sizes="16x16" /> - <link rel="icon" type="image/x-icon" href="%sveltekit.assets%/favicon-32x32.ico" sizes="32x32" /> - <link rel="icon" type="image/png" href="%sveltekit.assets%/favicon-192x192.png" sizes="192x192" /> - <link rel="apple-touch-icon" href="%sveltekit.assets%/apple-touch-icon.png" sizes="180x180" /> - <link rel="apple-touch-icon-precomposed" href="%sveltekit.assets%/apple-touch-icon-precomposed.png" sizes="180x180" /> + <link rel="apple-touch-icon-precomposed" sizes="57x57" href="apple-touch-icon-57x57.png" /> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114.png" /> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72.png" /> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144.png" /> + <link rel="apple-touch-icon-precomposed" sizes="60x60" href="apple-touch-icon-60x60.png" /> + <link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120.png" /> + <link rel="apple-touch-icon-precomposed" sizes="76x76" href="apple-touch-icon-76x76.png" /> + <link rel="apple-touch-icon-precomposed" sizes="152x152" href="apple-touch-icon-152x152.png" /> + <link rel="icon" type="image/png" href="favicon-196x196.png" sizes="196x196" /> + <link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" /> + <link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" /> + <link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" /> + <link rel="icon" type="image/png" href="favicon-128.png" sizes="128x128" /> + <meta name="application-name" content=" " /> + <meta name="msapplication-TileColor" content="#FFFFFF" /> + <meta name="msapplication-TileImage" content="mstile-144x144.png" /> + <meta name="msapplication-square70x70logo" content="mstile-70x70.png" /> + <meta name="msapplication-square150x150logo" content="mstile-150x150.png" /> + <meta name="msapplication-wide310x150logo" content="mstile-310x150.png" /> + <meta name="msapplication-square310x310logo" content="mstile-310x310.png" /> <script> if (JSON.parse(localStorage.getItem("settings")).forceLightTheme === true) { diff --git a/src/routes/feeds/activity-notifications/+server.ts b/src/routes/feeds/activity-notifications/+server.ts index dd4ee0b4..fde2027d 100644 --- a/src/routes/feeds/activity-notifications/+server.ts +++ b/src/routes/feeds/activity-notifications/+server.ts @@ -19,7 +19,7 @@ const render = (posts: Notification[] = []) => `<?xml version="1.0" encoding="UT <pubDate>${new Date().toUTCString()}</pubDate> <lastBuildDate>${new Date().toUTCString()}</lastBuildDate> <language>en-US</language> - <snf:logo><url>https://due.moe/favicon-192x192.png</url></snf:logo> + <snf:logo><url>https://due.moe/favicon-196x196.png</url></snf:logo> ${posts .filter((notification: Notification) => notification.type !== undefined) .map((notification: Notification) => { diff --git a/static/apple-touch-icon-114x114.png b/static/apple-touch-icon-114x114.png Binary files differnew file mode 100644 index 00000000..788aeeac --- /dev/null +++ b/static/apple-touch-icon-114x114.png diff --git a/static/apple-touch-icon-120x120.png b/static/apple-touch-icon-120x120.png Binary files differnew file mode 100644 index 00000000..66b03a8c --- /dev/null +++ b/static/apple-touch-icon-120x120.png diff --git a/static/apple-touch-icon-144x144.png b/static/apple-touch-icon-144x144.png Binary files differnew file mode 100644 index 00000000..4a3b7cc8 --- /dev/null +++ b/static/apple-touch-icon-144x144.png diff --git a/static/apple-touch-icon-152x152.png b/static/apple-touch-icon-152x152.png Binary files differnew file mode 100644 index 00000000..2a2cc71a --- /dev/null +++ b/static/apple-touch-icon-152x152.png diff --git a/static/apple-touch-icon-57x57.png b/static/apple-touch-icon-57x57.png Binary files differnew file mode 100644 index 00000000..4d6a183f --- /dev/null +++ b/static/apple-touch-icon-57x57.png diff --git a/static/apple-touch-icon-60x60.png b/static/apple-touch-icon-60x60.png Binary files differnew file mode 100644 index 00000000..48166d06 --- /dev/null +++ b/static/apple-touch-icon-60x60.png diff --git a/static/apple-touch-icon-72x72.png b/static/apple-touch-icon-72x72.png Binary files differnew file mode 100644 index 00000000..7a3eec10 --- /dev/null +++ b/static/apple-touch-icon-72x72.png diff --git a/static/apple-touch-icon-76x76.png b/static/apple-touch-icon-76x76.png Binary files differnew file mode 100644 index 00000000..d0a53507 --- /dev/null +++ b/static/apple-touch-icon-76x76.png diff --git a/static/apple-touch-icon-precomposed.png b/static/apple-touch-icon-precomposed.png Binary files differdeleted file mode 100644 index 5dd39fc7..00000000 --- a/static/apple-touch-icon-precomposed.png +++ /dev/null diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png Binary files differdeleted file mode 100644 index 5dd39fc7..00000000 --- a/static/apple-touch-icon.png +++ /dev/null diff --git a/static/favicon-128.png b/static/favicon-128.png Binary files differnew file mode 100644 index 00000000..69da8a3f --- /dev/null +++ b/static/favicon-128.png diff --git a/static/favicon-128x128.png b/static/favicon-128x128.png Binary files differdeleted file mode 100644 index 4519906d..00000000 --- a/static/favicon-128x128.png +++ /dev/null diff --git a/static/favicon-144x144.png b/static/favicon-144x144.png Binary files differdeleted file mode 100644 index 8477e816..00000000 --- a/static/favicon-144x144.png +++ /dev/null diff --git a/static/favicon-16x16.ico b/static/favicon-16x16.ico Binary files differdeleted file mode 100644 index 7da1d678..00000000 --- a/static/favicon-16x16.ico +++ /dev/null diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png Binary files differindex 38db0382..6c70d3ec 100644 --- a/static/favicon-16x16.png +++ b/static/favicon-16x16.png diff --git a/static/favicon-192x192.png b/static/favicon-192x192.png Binary files differdeleted file mode 100644 index 4624c532..00000000 --- a/static/favicon-192x192.png +++ /dev/null diff --git a/static/favicon-196x196.png b/static/favicon-196x196.png Binary files differnew file mode 100644 index 00000000..f71c1168 --- /dev/null +++ b/static/favicon-196x196.png diff --git a/static/favicon-32x32.ico b/static/favicon-32x32.ico Binary files differdeleted file mode 100644 index b48f528e..00000000 --- a/static/favicon-32x32.ico +++ /dev/null diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png Binary files differnew file mode 100644 index 00000000..4d46f26c --- /dev/null +++ b/static/favicon-32x32.png diff --git a/static/favicon-36x36.png b/static/favicon-36x36.png Binary files differdeleted file mode 100644 index 2c109b9b..00000000 --- a/static/favicon-36x36.png +++ /dev/null diff --git a/static/favicon-48x48.png b/static/favicon-48x48.png Binary files differdeleted file mode 100644 index c8a22689..00000000 --- a/static/favicon-48x48.png +++ /dev/null diff --git a/static/favicon-512x512.png b/static/favicon-512x512.png Binary files differdeleted file mode 100644 index 8a594882..00000000 --- a/static/favicon-512x512.png +++ /dev/null diff --git a/static/favicon-72x72.png b/static/favicon-72x72.png Binary files differdeleted file mode 100644 index 9cf8e666..00000000 --- a/static/favicon-72x72.png +++ /dev/null diff --git a/static/favicon-96x96.png b/static/favicon-96x96.png Binary files differnew file mode 100644 index 00000000..26a34c75 --- /dev/null +++ b/static/favicon-96x96.png diff --git a/static/favicon-original.png b/static/favicon-original.png Binary files differdeleted file mode 100644 index f82d3c10..00000000 --- a/static/favicon-original.png +++ /dev/null diff --git a/static/favicon.ico b/static/favicon.ico Binary files differindex 7da1d678..9c7c0c55 100644 --- a/static/favicon.ico +++ b/static/favicon.ico diff --git a/static/manifest.json b/static/manifest.json index 1b41b070..3c4350b7 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -4,40 +4,24 @@ "start_url": "/", "icons": [ { - "src": "favicon-512x512.png", + "src": "favicon-196x196.png", "type": "image/png", - "sizes": "512x512", - "purpose": "maskable" + "sizes": "196x196" }, { - "src": "favicon-192x192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "favicon-144x144.png", - "type": "image/png", - "sizes": "144x144" - }, - { - "src": "favicon-128x128.png", + "src": "favicon-128.png", "type": "image/png", "sizes": "128x128" }, { - "src": "favicon-72x72.png", - "type": "image/png", - "sizes": "72x72" - }, - { - "src": "favicon-48x48.png", + "src": "favicon-96x96.png", "type": "image/png", - "sizes": "48x48" + "sizes": "96x96" }, { - "src": "favicon-36x36.png", + "src": "favicon-32x32.png", "type": "image/png", - "sizes": "36x36" + "sizes": "32x32" }, { "src": "favicon-16x16.png", diff --git a/static/mstile-144x144.png b/static/mstile-144x144.png Binary files differnew file mode 100644 index 00000000..4a3b7cc8 --- /dev/null +++ b/static/mstile-144x144.png diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png Binary files differnew file mode 100644 index 00000000..90fa90a2 --- /dev/null +++ b/static/mstile-150x150.png diff --git a/static/mstile-310x150.png b/static/mstile-310x150.png Binary files differnew file mode 100644 index 00000000..5e39c81e --- /dev/null +++ b/static/mstile-310x150.png diff --git a/static/mstile-310x310.png b/static/mstile-310x310.png Binary files differnew file mode 100644 index 00000000..2344c5ed --- /dev/null +++ b/static/mstile-310x310.png diff --git a/static/mstile-70x70.png b/static/mstile-70x70.png Binary files differnew file mode 100644 index 00000000..69da8a3f --- /dev/null +++ b/static/mstile-70x70.png |