Skip to content

Commit d165cfc

Browse files
author
committed
Deployed 9284a90 with MkDocs version: 1.6.1
0 parents  commit d165cfc

File tree

741 files changed

+12170013
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

741 files changed

+12170013
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+16,596
Large diffs are not rendered by default.

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
asmen.icopy.site

_static/css/extra.css

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.md-typeset table:not([class]) th {
2+
min-width: 0rem;
3+
}
4+
.md-nav__link--active {
5+
color: inherit;
6+
}
7+
blockquote.page-copyright {
8+
margin: 20px 0;
9+
padding-left: 1.5rem;
10+
border-left: 5px solid #ff1700; /* Just change the color value and that's it*/
11+
}
12+
.gt-container .gt-meta {
13+
z-index: auto !important;
14+
}

_static/js/extra.js

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
window.MathJax = {
2+
tex2jax: {
3+
inlineMath: [ ["\\(","\\)"] ],
4+
displayMath: [ ["\\[","\\]"] ]
5+
},
6+
TeX: {
7+
TagSide: "right",
8+
TagIndent: ".8em",
9+
MultLineWidth: "85%",
10+
equationNumbers: {
11+
autoNumber: "AMS",
12+
},
13+
unicode: {
14+
fonts: "STIXGeneral,'Arial Unicode MS'"
15+
}
16+
},
17+
showProcessingMessages: false,
18+
messageStyle: "none"
19+
};
20+
window.addEventListener('load', function() {
21+
var p=localStorage.getItem("data-md-color-primary");
22+
if (p){
23+
document.body.setAttribute('data-md-color-primary',p);
24+
}
25+
var a=localStorage.getItem('data-md-color-accent');
26+
if (a){
27+
document.body.setAttribute('data-md-color-accent',a);
28+
}
29+
}, false);
30+
31+
//添加空格
32+
pangu.spacingPageBody();

assets/images/favicon.png

1.83 KB
Loading

assets/javascripts/bundle.60a45f97.min.js

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bundle.60a45f97.min.js.map

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.ar.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.da.min.js

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.de.min.js

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.du.min.js

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)