Skip to content

Commit 9778b25

Browse files
committed
logo 更新
1 parent 463e5db commit 9778b25

19 files changed

Lines changed: 16 additions & 323 deletions

.vitepress/config.mjs

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -173,24 +173,19 @@ export default withPwa(
173173
background_color: "#efefef",
174174
icons: [
175175
{
176-
src: "/images/logo/favicon-32x32.webp",
176+
src: "/favicon.ico",
177177
sizes: "32x32",
178-
type: "image/webp",
178+
type: "image/icon",
179179
},
180180
{
181-
src: "/images/logo/favicon-96x96.webp",
182-
sizes: "96x96",
183-
type: "image/webp",
181+
src: "/favicon-16x16.png",
182+
sizes: "16X16",
183+
type: "image/png",
184184
},
185185
{
186-
src: "/images/logo/favicon-256x256.webp",
187-
sizes: "256x256",
188-
type: "image/webp",
189-
},
190-
{
191-
src: "/images/logo/favicon-512x512.webp",
192-
sizes: "512x512",
193-
type: "image/webp",
186+
src: "/favicon-32X32.png",
187+
sizes: "32X32",
188+
type: "image/png",
194189
},
195190
],
196191
},

.vitepress/theme/assets/themeConfig.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ export const themeConfig = {
77
// 站点描述
88
description: "Sixlab",
99
// 站点logo
10-
logo: "/images/logo/logo.webp",
10+
logo: "/logo.png",
1111
// 站点地址
1212
site: "https://blog.sixlab.cn",
1313
// 语言
1414
lang: "zh-CN",
1515
// 作者
1616
author: {
1717
name: "六楼的雨",
18-
cover: "/images/logo/logo.webp",
18+
cover: "/logo.png",
1919
email: "nianqinianyi@163.com",
2020
emailTo: "mailto:nianqinianyi@163.com",
2121
link: "https://sixlab.cn",
@@ -153,12 +153,12 @@ export const themeConfig = {
153153
name: "博客",
154154
list: [
155155
{
156-
icon: "/images/logo/logo.webp",
156+
icon: "/logo.png",
157157
name: "主站",
158158
url: "/",
159159
},
160160
{
161-
icon: "/images/logo/logo.webp",
161+
icon: "/logo.png",
162162
name: "博客镜像站",
163163
url: "https://nianqinianyi.github.io/",
164164
},
@@ -188,7 +188,7 @@ export const themeConfig = {
188188
// name: "项目",
189189
// list: [
190190
// {
191-
// icon: "/images/logo/logo.webp",
191+
// icon: "/logo.png",
192192
// name: "Curve",
193193
// url: "https://github.com/imsyy/vitepress-theme-curve",
194194
// },
@@ -203,7 +203,7 @@ export const themeConfig = {
203203
// url: "https://github.com/imsyy/SPlayer",
204204
// },
205205
// {
206-
// icon: "/images/logo/logo.webp",
206+
// icon: "/logo.png",
207207
// name: "Home",
208208
// url: "https://github.com/imsyy/home",
209209
// },

public/android-chrome-192x192.png

19.4 KB
Loading

public/android-chrome-512x512.png

89.9 KB
Loading

public/apple-touch-icon.png

17.6 KB
Loading

public/favicon-16x16.png

638 Bytes
Loading

public/favicon-32x32.png

1.49 KB
Loading

public/favicon.ico

10.9 KB
Binary file not shown.

public/favicon.png

1.32 KB
Loading
-6.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)