mirror of
				https://gitee.com/SuperManito/LinuxMirrors
				synced 2025-11-04 16:30:26 +08:00 
			
		
		
		
	Update
This commit is contained in:
		@@ -1,3 +1,3 @@
 | 
				
			|||||||
!> 你走丢了哦~
 | 
					# 哎呀,一不小心飞到外太空了
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<a><img src="../img/404.gif"></a>
 | 
					<a><img src="./img/404.gif"></a>
 | 
				
			||||||
@@ -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>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user