diff --git a/docs/_404.md b/docs/_404.md
index 4a1d5ba..2a6373d 100644
--- a/docs/_404.md
+++ b/docs/_404.md
@@ -1,3 +1,3 @@
-!> 你走丢了哦~
+# 哎呀,一不小心飞到外太空了
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index 62b4a13..3bb7b9c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -71,7 +71,7 @@
sidebarSublink: '#7c7c7c',
codeTypeColor: '#091a28',
coverBackground: 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)',
- toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)'
+ toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)',
},
dark: {
accent: '#42b983',
@@ -80,21 +80,14 @@
textColor: '#b4b4b4',
codeTextColor: '#ffffff',
codeBackgroundColor: '#0e2233',
- borderColor: '#0d2538',
+ borderColor: '#0f293e',
blockQuoteColor: '#858585',
- highlightColor: '#bb8b06',
+ highlightColor: '#a6bb06',
sidebarSublink: '#b4b4b4',
codeTypeColor: '#ffffff',
coverBackground: 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)',
- toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)'
- },
- // 底部跳转页码
- pagination: {
- previousText: '上一章节',
- nextText: '下一章节',
- crossChapter: true,
- crossChapterText: true,
- },
+ toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)',
+ }
}
}