Skip to content

Commit 3ec8c51

Browse files
committed
update site config
1 parent 75d4759 commit 3ec8c51

File tree

2 files changed

+3
-74
lines changed

2 files changed

+3
-74
lines changed

docs/.vuepress/config.js

Lines changed: 3 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,7 @@ module.exports = config({
5858

5959
footer: {
6060
display: true,
61-
content: "默认页脚",
62-
},
63-
64-
comment: {
65-
type: "waline",
66-
serverURL: "https://vuepress-theme-hope-comment.vercel.app",
67-
},
68-
69-
copyright: {
70-
status: "global",
71-
},
72-
73-
git: {
74-
timezone: "Asia/Shanghai",
61+
content: "MIT licensed",
7562
},
7663

7764
mdEnhance: {
@@ -90,64 +77,7 @@ module.exports = config({
9077
},
9178
},
9279

93-
pwa: {
94-
favicon: "/favicon.ico",
95-
cachePic: true,
96-
apple: {
97-
icon: "/assets/icon/apple-icon-152.png",
98-
statusBarColor: "black",
99-
},
100-
msTile: {
101-
image: "/assets/icon/ms-icon-144.png",
102-
color: "#ffffff",
103-
},
104-
manifest: {
105-
icons: [
106-
{
107-
src: "/assets/icon/chrome-mask-512.png",
108-
sizes: "512x512",
109-
purpose: "maskable",
110-
type: "image/png",
111-
},
112-
{
113-
src: "/assets/icon/chrome-mask-192.png",
114-
sizes: "192x192",
115-
purpose: "maskable",
116-
type: "image/png",
117-
},
118-
{
119-
src: "/assets/icon/chrome-512.png",
120-
sizes: "512x512",
121-
type: "image/png",
122-
},
123-
{
124-
src: "/assets/icon/chrome-192.png",
125-
sizes: "192x192",
126-
type: "image/png",
127-
},
128-
],
129-
shortcuts: [
130-
{
131-
name: "Guide",
132-
short_name: "Guide",
133-
url: "/guide/",
134-
icons: [
135-
{
136-
src: "/assets/icon/guide-maskable.png",
137-
sizes: "192x192",
138-
purpose: "maskable",
139-
type: "image/png",
140-
},
141-
{
142-
src: "/assets/icon/guide-monochrome.png",
143-
sizes: "192x192",
144-
purpose: "monochrome",
145-
type: "image/png",
146-
},
147-
],
148-
},
149-
],
150-
},
151-
},
80+
pwa: false,
81+
15282
},
15383
});

docs/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ features:
2121
- title: Code Snippets
2222
details: 30 Seconds of Java is a collection of reusable, tested, copy-pasteable Java 11 compatible code snippets that you can understand in 30 seconds or less.
2323
link: /snippets/
24-
footer: MIT licensed
2524
---
2625

2726
# Introduction

0 commit comments

Comments
 (0)