From 2d690a4e3c3dc6fee748b6505b515f0cfee709d6 Mon Sep 17 00:00:00 2001
From: Super Manito <68613938+SuperManito@users.noreply.github.com>
Date: Mon, 3 Jan 2022 08:01:59 +0800
Subject: [PATCH] Update
---
docs/_404.md | 4 ++--
docs/index.html | 17 +++++------------
2 files changed, 7 insertions(+), 14 deletions(-)
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)',
+ }
}
}