Skip to content

Commit

Permalink
Deployed a2526d8 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 26, 2023
0 parents commit e95f37d
Show file tree
Hide file tree
Showing 717 changed files with 7,833,540 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
10,992 changes: 10,992 additions & 0 deletions 404.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
asmcn.icopy.site
14 changes: 14 additions & 0 deletions _static/css/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.md-typeset table:not([class]) th {
min-width: 0rem;
}
.md-nav__link--active {
color: inherit;
}
blockquote.page-copyright {
margin: 20px 0;
padding-left: 1.5rem;
border-left: 5px solid #ff1700; /* Just change the color value and that's it*/
}
.gt-container .gt-meta {
z-index: auto !important;
}
3 changes: 3 additions & 0 deletions _static/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added _static/img/back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/img/barImg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/img/favicon.ico
Binary file not shown.
Binary file added _static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions _static/js/extra.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
window.MathJax = {
tex2jax: {
inlineMath: [ ["\\(","\\)"] ],
displayMath: [ ["\\[","\\]"] ]
},
TeX: {
TagSide: "right",
TagIndent: ".8em",
MultLineWidth: "85%",
equationNumbers: {
autoNumber: "AMS",
},
unicode: {
fonts: "STIXGeneral,'Arial Unicode MS'"
}
},
showProcessingMessages: false,
messageStyle: "none"
};
window.addEventListener('load', function() {
var p=localStorage.getItem("data-md-color-primary");
if (p){
document.body.setAttribute('data-md-color-primary',p);
}
var a=localStorage.getItem('data-md-color-accent');
if (a){
document.body.setAttribute('data-md-color-accent',a);
}
}, false);

//添加空格
pangu.spacingPageBody();
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 不合法");}}
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e95f37d

Please sign in to comment.