auto commit
This commit is contained in:
parent
2e1cb17989
commit
c8ac468347
BIN
assets/牛客网.png
BIN
assets/牛客网.png
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
BIN
assets/知乎.jpg
BIN
assets/知乎.jpg
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB |
BIN
assets/知识星球.png
BIN
assets/知识星球.png
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB |
|
@ -1,81 +0,0 @@
|
||||||
/*隐藏头部的目录*/
|
|
||||||
#main>ul:nth-child(1) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#main>ul:nth-child(2) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown-section h1 {
|
|
||||||
margin: 3rem 0 2rem 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown-section h2 {
|
|
||||||
margin: 2rem 0 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content,
|
|
||||||
.sidebar,
|
|
||||||
.markdown-section,
|
|
||||||
body,
|
|
||||||
.search input,
|
|
||||||
.sidebar-toggle {
|
|
||||||
background-color: rgba(243, 242, 238, 1) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
/*font-family: Microsoft YaHei, Source Sans Pro, Helvetica Neue, Arial, sans-serif !important;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown-section>p {
|
|
||||||
font-size: 16px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown-section pre>code {
|
|
||||||
font-family: Consolas, Roboto Mono, Monaco, courier, monospace !important;
|
|
||||||
font-size: .9rem !important;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/*.anchor span {
|
|
||||||
color: rgb(66, 185, 131);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
section.cover h1 {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
body>section>div.cover-main>ul>li>a {
|
|
||||||
color: #42b983;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown-section img {
|
|
||||||
box-shadow: 7px 9px 10px #aaa !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
pre {
|
|
||||||
background-color: #f3f2ee !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width:600px) {
|
|
||||||
pre code {
|
|
||||||
/*box-shadow: 2px 1px 20px 2px #aaa;*/
|
|
||||||
/*border-radius: 10px !important;*/
|
|
||||||
padding-left: 20px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width:600px) {
|
|
||||||
pre {
|
|
||||||
padding-left: 0px !important;
|
|
||||||
padding-right: 0px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown-section pre {
|
|
||||||
padding-left: 0 !important;
|
|
||||||
padding-right: 0px !important;
|
|
||||||
box-shadow: 2px 1px 20px 2px #aaa;
|
|
||||||
}
|
|
|
@ -11,12 +11,9 @@
|
||||||
<link rel="stylesheet" href="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/vue.css">
|
<link rel="stylesheet" href="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/vue.css">
|
||||||
<!-- <link rel="stylesheet" href="//unpkg.com/gitalk/dist/gitalk.css"> -->
|
<!-- <link rel="stylesheet" href="//unpkg.com/gitalk/dist/gitalk.css"> -->
|
||||||
<!-- <link rel="stylesheet" href="_style/style.css"> -->
|
<!-- <link rel="stylesheet" href="_style/style.css"> -->
|
||||||
<!--solarizedlight tomorrow coy-->
|
|
||||||
<!-- <link rel="stylesheet" href="_style/prism-master/themes/prism-coy.css"> -->
|
<!-- <link rel="stylesheet" href="_style/prism-master/themes/prism-coy.css"> -->
|
||||||
|
|
||||||
<!-- 将自定义样式放在 Github 上会导致加载速度变得非常慢,所以采取直接内嵌的方式 -->
|
<!-- 将自定义样式放在 Github 上会导致加载速度变得非常慢,所以采取直接内嵌的方式 -->
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
/* 隐藏头部的目录 */
|
/* 隐藏头部的目录 */
|
||||||
#main>ul:nth-child(1) {
|
#main>ul:nth-child(1) {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -73,7 +70,7 @@
|
||||||
|
|
||||||
/*.anchor span {
|
/*.anchor span {
|
||||||
color: rgb(66, 185, 131);
|
color: rgb(66, 185, 131);
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
section.cover h1 {
|
section.cover h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -101,8 +98,8 @@
|
||||||
|
|
||||||
@media (max-width:600px) {
|
@media (max-width:600px) {
|
||||||
pre {
|
pre {
|
||||||
padding-left : 0px !important;
|
padding-left: 0px !important;
|
||||||
padding-right : 0px !important;
|
padding-right: 0px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -347,21 +344,16 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- <nav>
|
|
||||||
<a href="#/README">HOME</a>
|
|
||||||
</nav> -->
|
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script>
|
<script>
|
||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
maxAge: 100,
|
maxAge: 100,
|
||||||
name: 'CS-Notes',
|
name: 'CS-Notes',
|
||||||
repo: 'https://github.com/CyC2018/CS-Notes',
|
repo: 'https://github.com/CyC2018/CS-Notes',
|
||||||
// ga: 'UA-121566133-2',
|
|
||||||
search: {
|
search: {
|
||||||
paths: 'auto',
|
paths: 'auto',
|
||||||
placeholder: '🔍 Type to search ',
|
placeholder: '🔍 Type to search ',
|
||||||
noData: '😞 No Results! ',
|
noData: '😞 No Results! ',
|
||||||
// Headline depth, 1 - 6
|
|
||||||
depth: 6
|
depth: 6
|
||||||
},
|
},
|
||||||
// subMaxLevel: 2,
|
// subMaxLevel: 2,
|
||||||
|
@ -369,30 +361,14 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/docsify.min.js"></script>
|
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/docsify.min.js"></script>
|
||||||
<!-- <script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script> -->
|
|
||||||
<!-- 上面的基本不可用,无法搜索 -->
|
|
||||||
<script src="https://cdn.bootcss.com/docsify/4.5.9/plugins/search.min.js"></script>
|
<script src="https://cdn.bootcss.com/docsify/4.5.9/plugins/search.min.js"></script>
|
||||||
<!-- <script src="//unpkg.com/docsify/lib/plugins/gitalk.min.js"></script> -->
|
|
||||||
<!-- <script src="//unpkg.com/gitalk/dist/gitalk.min.js"></script> -->
|
|
||||||
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/docsify-copy-code.min.js"></script>
|
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/docsify-copy-code.min.js"></script>
|
||||||
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/prism-java.min.js"></script>
|
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/prism-java.min.js"></script>
|
||||||
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/prism-c.min.js"></script>
|
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/prism-c.min.js"></script>
|
||||||
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/prism-bash.min.js"></script>
|
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/prism-bash.min.js"></script>
|
||||||
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/prism-sql.min.js"></script>
|
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/prism-sql.min.js"></script>
|
||||||
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/zoom-image.min.js"></script>
|
<script src="https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/zoom-image.min.js"></script>
|
||||||
<!-- <script src="//unpkg.com/docsify/lib/plugins/emoji.min.js"></script> -->
|
|
||||||
<!-- <script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script> -->
|
|
||||||
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
|
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
|
||||||
<script>
|
|
||||||
const gitalk = new Gitalk({
|
|
||||||
clientID: 'c6c02367e36ca6e2bb2d',
|
|
||||||
clientSecret: '31a2700e3315b21c5e9f2e887709d8cf21f9ff8f',
|
|
||||||
repo: 'Gittalk-Issue',
|
|
||||||
owner: 'CyC2018',
|
|
||||||
admin: ['CyC2018'],
|
|
||||||
// distractionFreeMode: false
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user