Commit f4ae980a by Carson Yang Committed by GitHub

Update favicon (#219)

Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
parent 9415e22d
...@@ -54,7 +54,7 @@ jobs: ...@@ -54,7 +54,7 @@ jobs:
# Step 4 - Builds the site using Hugo # Step 4 - Builds the site using Hugo
- name: Build - name: Build
run: hugo -v --minify -s docSite run: hugo mod get -u github.com/colinwilson/lotusdocs && hugo -v --minify -s docSite
env: env:
HUGO_BASEURL: ${{ vars.BASE_URL }} HUGO_BASEURL: ${{ vars.BASE_URL }}
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"*": [ "*": [
"../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2@v2.21100.20000/package/dist/cjs/popper.js/*", "../../../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2@v2.21100.20000/package/dist/cjs/popper.js/*",
"../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/bootstrap@v5.3.0+incompatible/js/*" "../../../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/bootstrap@v5.3.0+incompatible/js/*"
] ]
} }
} }
......
<!-- sidebar-wrapper -->
<nav id="sidebar" class="sidebar-wrapper">
<div class="sidebar-brand">
<!-- change -->
<a href='{{ relLangURL "" }}' aria-label="HomePage" alt="HomePage" style="text-transform: unset;">
{{ with resources.Get "images/logos/logo.svg" }}
{{ .Content | safeHTML }}
&nbsp;
FastGPT
{{ end }}
</a>
</div>
<div class="sidebar-content" style="height: calc(100% - 131px);">
<ul class="sidebar-menu">
{{ $currentPage := . -}}
{{ $section := $currentPage.Section -}}
{{ range (where .Site.Sections.ByWeight "Section" "in" $section) }}
{{ $child_pages := union .Sections .Pages }}
{{ range $child_pages.ByWeight }}
{{ if or (.Sections) (.Pages) }}
{{ $active := in $currentPage.RelPermalink .RelPermalink }}
<li class="sidebar-dropdown {{ if eq .Site.Params.docs.sidebarIcons true -}}{{ else }}no-icon{{ end }} {{ if $active }}current active{{ end }}">
<button class="btn">
{{ if eq .Site.Params.docs.sidebarIcons true -}}
<i class="material-icons me-2">{{- .Params.icon | default "notes" }}</i>
{{ end }}
{{- .Title }}
</button>
<div class="sidebar-submenu {{ if $active }}d-block{{ end }}">
<ul>
{{ range .Pages }}
{{ $active := in $currentPage.RelPermalink .RelPermalink }}
{{ if .IsSection }}
<li class="sidebar-dropdown nested {{ if eq .Site.Params.docs.sidebarIcons true -}}{{ else }}no-icon{{ end }} {{ if $active }}current active{{ end }}">
<button class="btn">
{{ if eq .Site.Params.docs.sidebarIcons true -}}
<!-- <span class="material-icons me-2">{{- .Params.icon }}</span> -->
{{ end }}
{{- .Title }}
</button>
<div class="sidebar-submenu {{ if $active }}d-block{{ end }}">
<ul>
{{ range .Pages }}
{{ $active := in $currentPage.RelPermalink .RelPermalink }}
<li class="{{ if $active }}current{{ end }} {{ if eq .Site.Params.docs.sidebarIcons true -}}{{ else }}no-icon{{ end }}"><a class="sidebar-nested-link" href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
</div>
</li>
{{ else }}
<li class="{{ if $active }}current{{ end }} {{ if eq .Site.Params.docs.sidebarIcons true -}}{{ else }}no-icon{{ end }}"><a class="sidebar-nested-link" href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}
{{ end }}
</ul>
</div>
</li>
{{ else }}
{{ $active := in $currentPage.RelPermalink .RelPermalink }}
<li class="{{ if $active }}current{{ end }}">
<a class="sidebar-root-link" href="{{ .Permalink }}">
{{ if eq .Site.Params.docs.sidebarIcons true -}}
<i class="material-icons me-2">{{ .Params.icon }}</i>
{{ end }}
{{ .Title }}
</a>
</li>
{{ end }}
{{ end }}
{{ end }}
</ul>
<!-- sidebar-menu -->
</div>
<!-- Sidebar Footer -->
<ul class="sidebar-footer list-unstyled mb-0">
<!-- <li class="list-inline-item mb-0">
<a href="javascript:void(0)" data-bs-toggle="modal" data-bs-target="#lang-selector-popup" class="btn btn-primary m-1">Language</a>
</li> -->
</ul>
<!-- Sidebar Footer -->
</nav>
<!-- sidebar-wrapper -->
\ No newline at end of file
@charset "UTF-8"; @charset "UTF-8";
/* Template Name: LotusLabs Docs /* Template Name: Lotus Docs
Author: Colin Wilson Author: Colin Wilson
E-mail: colin@aigis.uk E-mail: colin@aigis.uk
Created: October 2022 Created: October 2022
Version: 1.0.0 Version: 1.1.0
File Description: Main Css file of the docs template File Description: Main CSS file for Lotus Docs
*/ */
@font-face { @font-face {
font-family: 'Material Symbols Outlined'; font-family: 'Material Symbols Outlined';
......
...@@ -9465,7 +9465,17 @@ p { ...@@ -9465,7 +9465,17 @@ p {
@media (max-width: 767px) { @media (max-width: 767px) {
.four-oh-four { .four-oh-four {
min-height: calc(100vh - 241px); } } min-height: calc(100vh - 241px); } }
#topnav .logo { #topnav {
position: fixed;
right: 0;
left: 0;
top: 0;
background-color: transparent;
z-index: 999;
border: 0;
-webkit-transition: all .5s ease;
transition: all .5s ease; }
#topnav .logo {
float: left; float: left;
color: #3c4858 !important; } color: #3c4858 !important; }
#topnav .logo .l-dark, #topnav .logo .l-dark,
...@@ -9476,8 +9486,7 @@ p { ...@@ -9476,8 +9486,7 @@ p {
display: inline-block; } display: inline-block; }
#topnav .logo:focus { #topnav .logo:focus {
outline: none; } outline: none; }
#topnav #navigation.toggle-menu {
#topnav #navigation.toggle-menu {
position: relative; position: relative;
display: block; display: block;
top: 0; top: 0;
...@@ -9492,8 +9501,7 @@ p { ...@@ -9492,8 +9501,7 @@ p {
padding: 16px 0; padding: 16px 0;
min-height: auto; min-height: auto;
font-size: 18px; } font-size: 18px; }
#topnav .navbar-toggle {
#topnav .navbar-toggle {
border: 0; border: 0;
position: relative; position: relative;
padding: 0; padding: 0;
...@@ -9514,8 +9522,7 @@ p { ...@@ -9514,8 +9522,7 @@ p {
transition: transform .5s ease; } transition: transform .5s ease; }
#topnav .navbar-toggle span:last-child { #topnav .navbar-toggle span:last-child {
margin-bottom: 0; } margin-bottom: 0; }
#topnav .navbar-toggle.open span {
#topnav .navbar-toggle.open span {
position: absolute; } position: absolute; }
#topnav .navbar-toggle.open span:first-child { #topnav .navbar-toggle.open span:first-child {
top: 6px; top: 6px;
...@@ -9528,12 +9535,10 @@ p { ...@@ -9528,12 +9535,10 @@ p {
transform: rotate(-45deg); } transform: rotate(-45deg); }
#topnav .navbar-toggle.open span:hover { #topnav .navbar-toggle.open span:hover {
background-color: #0066ff; } background-color: #0066ff; }
#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus, #topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
background-color: transparent; } background-color: transparent; }
#topnav .navigation-menu {
#topnav .navigation-menu {
list-style: none; list-style: none;
margin: 0; margin: 0;
padding: 0; } padding: 0; }
...@@ -9558,8 +9563,7 @@ p { ...@@ -9558,8 +9563,7 @@ p {
align-items: center; } align-items: center; }
#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active { #topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
color: #0066ff; } color: #0066ff; }
#topnav.scroll {
#topnav.scroll {
background-color: #ffffff; background-color: #ffffff;
border: none; border: none;
box-shadow: 0 0 3px rgba(60, 72, 88, 0.15); } box-shadow: 0 0 3px rgba(60, 72, 88, 0.15); }
...@@ -9571,18 +9575,9 @@ p { ...@@ -9571,18 +9575,9 @@ p {
color: #0066ff; } color: #0066ff; }
#topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow { #topnav.scroll .navigation-menu > li:hover > .menu-arrow, #topnav.scroll .navigation-menu > li.active > .menu-arrow {
border-color: #0066ff; } border-color: #0066ff; }
#topnav.nav-sticky {
#topnav.defaultscroll.dark-menubar .logo {
line-height: 70px; }
#topnav.defaultscroll.scroll .logo {
line-height: 62px; }
#topnav.defaultscroll.scroll.dark-menubar .logo {
line-height: 62px; }
#topnav.nav-sticky {
background: #fff; background: #fff;
-webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
box-shadow: 0 0 3px rgba(60, 72, 88, 0.15); } box-shadow: 0 0 3px rgba(60, 72, 88, 0.15); }
#topnav.nav-sticky .navigation-menu.nav-light > li > a { #topnav.nav-sticky .navigation-menu.nav-light > li > a {
color: #3c4858; } color: #3c4858; }
...@@ -11011,6 +11006,10 @@ span.menu-icon { ...@@ -11011,6 +11006,10 @@ span.menu-icon {
max-width: 100%; max-width: 100%;
height: auto; } } height: auto; } }
.hero {
background-size: cover;
padding-top: 70px; }
.icv { .icv {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
......

22.7 KB | W: | H:

4.11 KB | W: | H:

docSite/static/android-chrome-192x192.png
docSite/static/android-chrome-192x192.png
docSite/static/android-chrome-192x192.png
docSite/static/android-chrome-192x192.png
  • 2-up
  • Swipe
  • Onion skin

20.7 KB | W: | H:

3.87 KB | W: | H:

docSite/static/apple-touch-icon.png
docSite/static/apple-touch-icon.png
docSite/static/apple-touch-icon.png
docSite/static/apple-touch-icon.png
  • 2-up
  • Swipe
  • Onion skin

22.7 KB | W: | H:

4.11 KB | W: | H:

docSite/static/docs/android-chrome-192x192.png
docSite/static/docs/android-chrome-192x192.png
docSite/static/docs/android-chrome-192x192.png
docSite/static/docs/android-chrome-192x192.png
  • 2-up
  • Swipe
  • Onion skin

20.7 KB | W: | H:

3.87 KB | W: | H:

docSite/static/docs/apple-touch-icon.png
docSite/static/docs/apple-touch-icon.png
docSite/static/docs/apple-touch-icon.png
docSite/static/docs/apple-touch-icon.png
  • 2-up
  • Swipe
  • Onion skin

1.27 KB | W: | H:

1.18 KB | W: | H:

docSite/static/docs/favicon-16x16.png
docSite/static/docs/favicon-16x16.png
docSite/static/docs/favicon-16x16.png
docSite/static/docs/favicon-16x16.png
  • 2-up
  • Swipe
  • Onion skin

2.19 KB | W: | H:

1.01 KB | W: | H:

docSite/static/docs/favicon-32x32.png
docSite/static/docs/favicon-32x32.png
docSite/static/docs/favicon-32x32.png
docSite/static/docs/favicon-32x32.png
  • 2-up
  • Swipe
  • Onion skin

12.3 KB | W: | H:

3.01 KB | W: | H:

docSite/static/docs/mstile-150x150.png
docSite/static/docs/mstile-150x150.png
docSite/static/docs/mstile-150x150.png
docSite/static/docs/mstile-150x150.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -2,24 +2,31 @@ ...@@ -2,24 +2,31 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="256.000000pt" height="256.000000pt" viewBox="0 0 256.000000 256.000000" width="1348.000000pt" height="1348.000000pt" viewBox="0 0 1348.000000 1348.000000"
preserveAspectRatio="xMidYMid meet"> preserveAspectRatio="xMidYMid meet">
<metadata> <metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017 Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata> </metadata>
<g transform="translate(0.000000,256.000000) scale(0.100000,-0.100000)" <g transform="translate(0.000000,1348.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none"> fill="#000000" stroke="none">
<path d="M1125 2443 c-85 -12 -198 -40 -255 -61 -14 -5 -28 -10 -33 -11 -10 <path d="M4797 13474 c-1 -1 -44 -4 -95 -8 -50 -3 -125 -11 -165 -16 -39 -6
-1 -153 -78 -198 -107 -80 -50 -177 -137 -268 -239 -62 -69 -164 -249 -194 -90 -13 -112 -16 -70 -9 -345 -75 -444 -106 -359 -113 -771 -329 -1056 -555
-340 -9 -27 -17 -52 -16 -55 0 -3 -4 -18 -10 -33 -6 -15 -13 -40 -16 -55 -2 -538 -426 -943 -998 -1171 -1653 -44 -127 -107 -353 -118 -422 -3 -15 -7 -31
-15 -9 -49 -14 -76 -5 -27 -10 -108 -10 -180 -1 -116 4 -165 33 -301 8 -39 44 -10 -36 -3 -5 -8 -31 -12 -58 -3 -27 -8 -51 -9 -54 -2 -3 -7 -33 -10 -65 -4
-141 67 -190 22 -49 107 -195 118 -205 3 -3 24 -27 46 -55 95 -119 233 -229 -33 -9 -62 -10 -65 -2 -3 -6 -37 -10 -75 -4 -39 -9 -79 -11 -89 -2 -11 -7 -72
372 -299 62 -31 117 -56 133 -61 3 0 32 -9 65 -19 143 -43 327 -58 485 -41 64 -10 -135 -9 -152 -10 -6648 -1 -6770 28 -384 102 -729 231 -1076 15 -38 30
7 212 46 286 74 127 49 280 149 385 253 68 68 179 208 179 227 0 5 4 11 8 13 -79 35 -90 5 -11 21 -49 36 -85 24 -57 163 -333 190 -379 41 -69 63 -103 93
13 5 88 168 108 234 33 110 42 150 50 214 12 87 5 298 -11 365 -19 84 -28 115 -151 39 -61 153 -222 162 -230 3 -3 23 -27 44 -55 64 -85 145 -175 276 -305
-40 153 -49 143 -125 281 -205 369 -11 12 -20 25 -20 29 0 8 -152 154 -161 178 -178 329 -302 519 -427 47 -31 98 -64 113 -74 15 -11 29 -19 32 -19 3 0
154 -3 0 -18 11 -33 24 -40 34 -176 113 -208 121 -16 4 -28 10 -28 14 0 4 -6 29 -14 58 -31 432 -255 1023 -419 1523 -423 l80 -1 5 4940 5 4941 3488 -1
8 -12 9 -7 0 -33 8 -58 17 -25 9 -53 19 -62 21 -10 2 -26 6 -35 8 -10 2 -30 9 c2072 0 3491 4 3495 9 13 22 -10 380 -34 516 -2 14 -7 43 -10 65 -28 207 -144
-44 14 -15 6 -29 9 -32 6 -2 -2 -27 0 -55 6 -74 16 -214 17 -317 3z"/> 620 -227 806 -8 19 -28 63 -43 99 -102 230 -318 592 -445 745 -9 11 -51 61
-92 110 -72 87 -246 267 -337 350 -437 396 -1014 692 -1591 814 -138 29 -238
46 -349 56 -36 4 -76 9 -90 12 -22 5 -3917 12 -3923 7z"/>
<path d="M6670 6075 l0 -1641 2253 0 2252 1 -1 70 c-1 81 -12 252 -19 310 -18
137 -48 297 -79 425 -19 77 -84 287 -95 305 -3 6 -6 15 -7 20 -5 26 -81 202
-134 310 -83 169 -237 421 -317 520 -5 6 -24 30 -43 55 -183 239 -472 509
-740 692 -167 115 -391 236 -575 313 -49 20 -99 41 -110 46 -11 5 -76 27 -144
49 -241 79 -511 133 -771 156 -47 4 -397 8 -777 8 l-693 1 0 -1640z"/>
</g> </g>
</svg> </svg>
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "/android-chrome-256x256.png", "src": "/android-chrome-512x512.png",
"sizes": "256x256", "sizes": "512x512",
"type": "image/png" "type": "image/png"
} }
], ],
......

1.27 KB | W: | H:

1.18 KB | W: | H:

docSite/static/favicon-16x16.png
docSite/static/favicon-16x16.png
docSite/static/favicon-16x16.png
docSite/static/favicon-16x16.png
  • 2-up
  • Swipe
  • Onion skin

2.19 KB | W: | H:

1.01 KB | W: | H:

docSite/static/favicon-32x32.png
docSite/static/favicon-32x32.png
docSite/static/favicon-32x32.png
docSite/static/favicon-32x32.png
  • 2-up
  • Swipe
  • Onion skin

12.3 KB | W: | H:

3.01 KB | W: | H:

docSite/static/mstile-150x150.png
docSite/static/mstile-150x150.png
docSite/static/mstile-150x150.png
docSite/static/mstile-150x150.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -2,24 +2,31 @@ ...@@ -2,24 +2,31 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="256.000000pt" height="256.000000pt" viewBox="0 0 256.000000 256.000000" width="1348.000000pt" height="1348.000000pt" viewBox="0 0 1348.000000 1348.000000"
preserveAspectRatio="xMidYMid meet"> preserveAspectRatio="xMidYMid meet">
<metadata> <metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017 Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata> </metadata>
<g transform="translate(0.000000,256.000000) scale(0.100000,-0.100000)" <g transform="translate(0.000000,1348.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none"> fill="#000000" stroke="none">
<path d="M1125 2443 c-85 -12 -198 -40 -255 -61 -14 -5 -28 -10 -33 -11 -10 <path d="M4797 13474 c-1 -1 -44 -4 -95 -8 -50 -3 -125 -11 -165 -16 -39 -6
-1 -153 -78 -198 -107 -80 -50 -177 -137 -268 -239 -62 -69 -164 -249 -194 -90 -13 -112 -16 -70 -9 -345 -75 -444 -106 -359 -113 -771 -329 -1056 -555
-340 -9 -27 -17 -52 -16 -55 0 -3 -4 -18 -10 -33 -6 -15 -13 -40 -16 -55 -2 -538 -426 -943 -998 -1171 -1653 -44 -127 -107 -353 -118 -422 -3 -15 -7 -31
-15 -9 -49 -14 -76 -5 -27 -10 -108 -10 -180 -1 -116 4 -165 33 -301 8 -39 44 -10 -36 -3 -5 -8 -31 -12 -58 -3 -27 -8 -51 -9 -54 -2 -3 -7 -33 -10 -65 -4
-141 67 -190 22 -49 107 -195 118 -205 3 -3 24 -27 46 -55 95 -119 233 -229 -33 -9 -62 -10 -65 -2 -3 -6 -37 -10 -75 -4 -39 -9 -79 -11 -89 -2 -11 -7 -72
372 -299 62 -31 117 -56 133 -61 3 0 32 -9 65 -19 143 -43 327 -58 485 -41 64 -10 -135 -9 -152 -10 -6648 -1 -6770 28 -384 102 -729 231 -1076 15 -38 30
7 212 46 286 74 127 49 280 149 385 253 68 68 179 208 179 227 0 5 4 11 8 13 -79 35 -90 5 -11 21 -49 36 -85 24 -57 163 -333 190 -379 41 -69 63 -103 93
13 5 88 168 108 234 33 110 42 150 50 214 12 87 5 298 -11 365 -19 84 -28 115 -151 39 -61 153 -222 162 -230 3 -3 23 -27 44 -55 64 -85 145 -175 276 -305
-40 153 -49 143 -125 281 -205 369 -11 12 -20 25 -20 29 0 8 -152 154 -161 178 -178 329 -302 519 -427 47 -31 98 -64 113 -74 15 -11 29 -19 32 -19 3 0
154 -3 0 -18 11 -33 24 -40 34 -176 113 -208 121 -16 4 -28 10 -28 14 0 4 -6 29 -14 58 -31 432 -255 1023 -419 1523 -423 l80 -1 5 4940 5 4941 3488 -1
8 -12 9 -7 0 -33 8 -58 17 -25 9 -53 19 -62 21 -10 2 -26 6 -35 8 -10 2 -30 9 c2072 0 3491 4 3495 9 13 22 -10 380 -34 516 -2 14 -7 43 -10 65 -28 207 -144
-44 14 -15 6 -29 9 -32 6 -2 -2 -27 0 -55 6 -74 16 -214 17 -317 3z"/> 620 -227 806 -8 19 -28 63 -43 99 -102 230 -318 592 -445 745 -9 11 -51 61
-92 110 -72 87 -246 267 -337 350 -437 396 -1014 692 -1591 814 -138 29 -238
46 -349 56 -36 4 -76 9 -90 12 -22 5 -3917 12 -3923 7z"/>
<path d="M6670 6075 l0 -1641 2253 0 2252 1 -1 70 c-1 81 -12 252 -19 310 -18
137 -48 297 -79 425 -19 77 -84 287 -95 305 -3 6 -6 15 -7 20 -5 26 -81 202
-134 310 -83 169 -237 421 -317 520 -5 6 -24 30 -43 55 -183 239 -472 509
-740 692 -167 115 -391 236 -575 313 -49 20 -99 41 -110 46 -11 5 -76 27 -144
49 -241 79 -511 133 -771 156 -47 4 -397 8 -777 8 l-693 1 0 -1640z"/>
</g> </g>
</svg> </svg>
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "/android-chrome-256x256.png", "src": "/android-chrome-512x512.png",
"sizes": "256x256", "sizes": "512x512",
"type": "image/png" "type": "image/png"
} }
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment