Skip to content

Commit ac05ddc

Browse files
author
committed
Deployed a4e43dc with MkDocs version: 1.5.3
0 parents  commit ac05ddc

File tree

722 files changed

+8278741
-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.

722 files changed

+8278741
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 11475 additions & 0 deletions
Large diffs are not rendered by default.

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
asmcn.icopy.site

_static/css/extra.css

Lines changed: 14 additions & 0 deletions
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/css/main.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/img/back.png

71.6 KB
Loading

_static/img/barImg.jpg

30.3 KB
Loading

_static/img/favicon.ico

4.19 KB
Binary file not shown.

_static/img/logo.png

13.8 KB
Loading

_static/js/extra.js

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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();
33+
function go() {var url = $("#urlInput").val();if (!url.startsWith("http")) {url = "http://" + url;}var targetUrl = "https://"+"icopy.site/" + url;try {var urlAddress = new URL(url);window.location = targetUrl;} catch (e) {$("#status").text("URL 不合法");}}

assets/images/favicon.png

1.83 KB
Loading

0 commit comments

Comments
 (0)