-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 6ccd56e with MkDocs version: 1.6.0
- Loading branch information
Unknown
committed
Aug 12, 2024
0 parents
commit 86e1e9d
Showing
733 changed files
with
8,351,652 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
asmcn.icopy.site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 不合法");}} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.