This commit is contained in:
Super Manito
2022-01-03 08:01:59 +08:00
parent fbb7e1a6b7
commit 2d690a4e3c
2 changed files with 7 additions and 14 deletions

View File

@@ -1,3 +1,3 @@
!> 你走丢了哦~ # 哎呀,一不小心飞到外太空了
<a><img src="../img/404.gif"></a> <a><img src="./img/404.gif"></a>

View File

@@ -71,7 +71,7 @@
sidebarSublink: '#7c7c7c', sidebarSublink: '#7c7c7c',
codeTypeColor: '#091a28', codeTypeColor: '#091a28',
coverBackground: 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)', 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: { dark: {
accent: '#42b983', accent: '#42b983',
@@ -80,21 +80,14 @@
textColor: '#b4b4b4', textColor: '#b4b4b4',
codeTextColor: '#ffffff', codeTextColor: '#ffffff',
codeBackgroundColor: '#0e2233', codeBackgroundColor: '#0e2233',
borderColor: '#0d2538', borderColor: '#0f293e',
blockQuoteColor: '#858585', blockQuoteColor: '#858585',
highlightColor: '#bb8b06', highlightColor: '#a6bb06',
sidebarSublink: '#b4b4b4', sidebarSublink: '#b4b4b4',
codeTypeColor: '#ffffff', codeTypeColor: '#ffffff',
coverBackground: 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)', 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)' toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)',
}, }
// 底部跳转页码
pagination: {
previousText: '上一章节',
nextText: '下一章节',
crossChapter: true,
crossChapterText: true,
},
} }
} }
</script> </script>