-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sunowsir
committed
Jun 27, 2024
1 parent
eb6c550
commit 63c0afa
Showing
2 changed files
with
321 additions
and
33 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,43 +1,320 @@ | ||
<html> | ||
|
||
<head> | ||
<link rel="stylesheet" type="text/css" href="https://tditor.com/cdn/dist/index.css" /> | ||
<script src="https://tditor.com/cdn/dist/js/i18n/zh_CN.js"></script> | ||
<script src="https://tditor.com/cdn/dist/method.min.js"></script> | ||
<meta charset="utf-8" class="next-head"> | ||
<title class="next-head">「index」</title> | ||
<link rel="shortcut icon" type="image/ico" href="/_static/favicon.ico" class="next-head"> | ||
<link rel="stylesheet" href="/_static/page.css" class="next-head"> | ||
<link rel="stylesheet" href="/_static/markdown.css" class="next-head"> | ||
<link rel="stylesheet" href="/_static/highlight.css" class="next-head"> | ||
<link rel="stylesheet" href="/_static/[email protected]" class="next-head"> | ||
<link rel="stylesheet" href="/_static/sequence-diagram-min.css" class="next-head"> | ||
<script type="text/javascript" src="/_static/underscore-min.js" class="next-head"></script> | ||
<script type="text/javascript" src="/_static/webfont.js" class="next-head"></script> | ||
<script type="text/javascript" src="/_static/snap.svg.min.js" class="next-head"></script> | ||
<script type="text/javascript" src="/_static/tweenlite.min.js" class="next-head"></script> | ||
<script type="text/javascript" src="/_static/mermaid.min.js" class="next-head"></script> | ||
<script type="text/javascript" src="/_static/sequence-diagram-min.js" class="next-head"></script> | ||
<script type="text/javascript" src="/_static/[email protected]" class="next-head"></script> | ||
<script type="text/javascript" src="/_static/mhchem.min.js" class="next-head"></script> | ||
<script type="text/javascript" src="/_static/[email protected]" class="next-head"></script> | ||
<script type="text/javascript" src="/_static/[email protected]" class="next-head"></script> | ||
<script type="text/javascript" src="/_static/viz.js" class="next-head"></script> | ||
<script type="text/javascript" src="/_static/full.render.js" class="next-head"></script> | ||
<link rel="preload" href="/_next/static/s7O4q0ISzv1r8jtwIkXLb/pages/index.js" as="script"> | ||
<link rel="preload" href="/_next/static/s7O4q0ISzv1r8jtwIkXLb/pages/_app.js" as="script"> | ||
<link rel="preload" href="/_next/static/s7O4q0ISzv1r8jtwIkXLb/pages/_error.js" as="script"> | ||
<link rel="preload" href="/_next/static/runtime/webpack-2ef50c24cc8d478adafc.js" as="script"> | ||
<link rel="preload" href="/_next/static/chunks/commons.eb02219a61ab5016dbbe.js" as="script"> | ||
<link rel="preload" href="/_next/static/runtime/main-3978781480e8c13aefab.js" as="script"> | ||
<style type="text/css"> | ||
._th-container ._th-item { | ||
margin-bottom: 3px; | ||
position: relative; | ||
width: 0; | ||
height: 0; | ||
cursor: pointer; | ||
opacity: .3; | ||
background-color: aquamarine; | ||
border-radius: 100%; | ||
text-align: center; | ||
line-height: 30px; | ||
-webkit-transition: all .35s; | ||
-o-transition: all .35s; | ||
transition: all .35s; | ||
right: 30px | ||
} | ||
|
||
._th-container ._th-item, | ||
._th-container ._th-click-hover, | ||
._th_cover-all-show-times ._th_times { | ||
-webkit-box-shadow: -3px 4px 12px -5px black; | ||
box-shadow: -3px 4px 12px -5px black | ||
} | ||
|
||
._th-container:hover ._th-item._item-x2 { | ||
margin-left: 18px; | ||
width: 40px; | ||
height: 40px; | ||
line-height: 40px | ||
} | ||
|
||
._th-container:hover ._th-item._item-x-2 { | ||
margin-left: 17px; | ||
width: 38px; | ||
height: 38px; | ||
line-height: 38px | ||
} | ||
|
||
._th-container:hover ._th-item._item-xx2 { | ||
width: 36px; | ||
height: 36px; | ||
margin-left: 16px; | ||
line-height: 36px | ||
} | ||
|
||
._th-container:hover ._th-item._item-xx-2 { | ||
width: 32px; | ||
height: 32px; | ||
line-height: 32px; | ||
margin-left: 14px | ||
} | ||
|
||
._th-container:hover ._th-item._item-reset { | ||
width: 30px; | ||
line-height: 30px; | ||
height: 30px; | ||
margin-left: 10px | ||
} | ||
|
||
._th-click-hover { | ||
position: relative; | ||
-webkit-transition: all .5s; | ||
-o-transition: all .5s; | ||
transition: all .5s; | ||
height: 45px; | ||
width: 45px; | ||
cursor: pointer; | ||
opacity: .3; | ||
border-radius: 100%; | ||
background-color: aquamarine; | ||
text-align: center; | ||
line-height: 45px; | ||
right: 0 | ||
} | ||
|
||
._th-container:hover { | ||
left: -5px | ||
} | ||
|
||
._th-container { | ||
font-size: 12px; | ||
-webkit-transition: all .5s; | ||
-o-transition: all .5s; | ||
transition: all .5s; | ||
left: -35px; | ||
top: 20%; | ||
position: fixed; | ||
-webkit-box-sizing: border-box; | ||
box-sizing: border-box; | ||
z-index: 100000; | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
-ms-user-select: none; | ||
user-select: none | ||
} | ||
|
||
._th-container ._th-item:hover { | ||
opacity: .8; | ||
background-color: #5fb492; | ||
color: aliceblue | ||
} | ||
|
||
._th-container ._th-item:active { | ||
opacity: .9; | ||
background-color: #1b3a26; | ||
color: aliceblue | ||
} | ||
|
||
._th-container:hover ._th-click-hover { | ||
opacity: .8 | ||
} | ||
|
||
._th-container:hover ._th-item { | ||
opacity: .6; | ||
right: 0 | ||
} | ||
|
||
._th-container ._th-click-hover:hover { | ||
opacity: .8; | ||
background-color: #5fb492; | ||
color: aliceblue | ||
} | ||
|
||
._th_cover-all-show-times { | ||
position: fixed; | ||
top: 0; | ||
right: 0; | ||
width: 100%; | ||
height: 100%; | ||
z-index: 99999; | ||
opacity: 1; | ||
font-weight: 900; | ||
font-size: 30px; | ||
color: #4f4f4f; | ||
background-color: rgba(0, 0, 0, 0.1) | ||
} | ||
|
||
._th_cover-all-show-times._th_hidden { | ||
z-index: -99999; | ||
opacity: 0; | ||
-webkit-transition: 1s all; | ||
-o-transition: 1s all; | ||
transition: 1s all | ||
} | ||
|
||
._th_cover-all-show-times ._th_times { | ||
width: 300px; | ||
height: 300px; | ||
border-radius: 50%; | ||
background-color: rgba(127, 255, 212, 0.51); | ||
text-align: center; | ||
line-height: 300px; | ||
position: absolute; | ||
top: 50%; | ||
right: 50%; | ||
margin-top: -150px; | ||
margin-right: -150px | ||
} | ||
|
||
</style> | ||
</head> | ||
<remove-web-limits-iqxin id="rwl-iqxin" class="rwl-exempt" style="position: fixed; top: 0px; left: 0px;"> | ||
<qxinbutton type="qxinbutton" id="rwl-setbtn"> set </qxinbutton> | ||
<lalala style="cursor:move; font-size:12px;">限制解除</lalala> <input type="checkbox" name="" id="black_node"> | ||
<style type="text/css"> | ||
#rwl-iqxin { | ||
position: fixed; | ||
transform: translate(-95%, 0); | ||
width: 85px; | ||
height: 25px; | ||
font-size: 12px; | ||
font-weight: 500; | ||
font-family: Verdana, Arial, '宋体'; | ||
color: #fff; | ||
background: #333; | ||
z-index: 2147483647; | ||
margin: 0; | ||
opacity: 0.05; | ||
transition: 0.3s; | ||
overflow: hidden; | ||
user-select: none; | ||
text-align: center; | ||
white-space: nowrap; | ||
line-height: 25px; | ||
padding: 0 16px; | ||
border: 1px solid #ccc; | ||
border-width: 1px 1px 1px 0; | ||
border-bottom-right-radius: 5px; | ||
box-sizing: content-box; | ||
} | ||
|
||
#rwl-iqxin input { | ||
margin: 0; | ||
padding: 0; | ||
vertical-align: middle; | ||
-webkit-appearance: checkbox !important; | ||
-moz-appearance: checkbox; | ||
position: static; | ||
clip: auto; | ||
opacity: 1; | ||
cursor: pointer; | ||
} | ||
|
||
#rwl-iqxin.rwl-active-iqxin { | ||
left: 0px; | ||
transform: translate(0, 0); | ||
opacity: 0.9; | ||
height: 32px; | ||
line-height: 32px | ||
} | ||
|
||
#rwl-iqxin label { | ||
margin: 0; | ||
padding: 0; | ||
font-weight: 500; | ||
} | ||
|
||
#rwl-iqxin #rwl-setbtn { | ||
margin: 0 4px 0 0; | ||
padding: 0 0 0 4px; | ||
border: none; | ||
border-radius: 2px; | ||
cursor: pointer; | ||
background: #fff; | ||
color: #000; | ||
} | ||
|
||
</style> | ||
</remove-web-limits-iqxin> | ||
|
||
<body> | ||
<div class="vditor-reset" id="preview"> | ||
<h1 id="sunowsir-github-io">sunowsir.github.io</h1> | ||
<ul> | ||
<li><a href="https://yl0618.tech:64440">ImmortalWrt</a></li> | ||
<li><a href="https://yl0618.tech:64443">Alist</a></li> | ||
<li><a href="https://yl0618.tech:64445">adh-cn</a></li> | ||
<li><a href="https://yl0618.tech:64442">adh-oh</a></li> | ||
<li><a href="https://yl0618.tech:64274">ct-waf</a></li> | ||
<li><a href="https://yl0618.tech:64441">cockpit</a></li> | ||
<li><a href="https://yl0618.tech:64444">nextcloud</a></li> | ||
</ul> | ||
<div id="__next"> | ||
<main data-theme="dark"> | ||
<div id="page-ctn" contenteditable="false"> | ||
<header id="page-header"> | ||
<h3><svg viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"> | ||
<path fill-rule="evenodd" | ||
d="M3 5h4v1H3V5zm0 3h4V7H3v1zm0 2h4V9H3v1zm11-5h-4v1h4V5zm0 2h-4v1h4V7zm0 2h-4v1h4V9zm2-6v9c0 .55-.45 1-1 1H9.5l-1 1-1-1H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h5.5l1 1 1-1H15c.55 0 1 .45 1 1zm-8 .5L7.5 3H2v9h6V3.5zm7-.5H9.5l-.5.5V12h6V3z"> | ||
</path> | ||
</svg>index</h3> | ||
</header> | ||
<section class="markdown-body"> | ||
<h1 id="sunowsir.github.io" class="source-line" data-source-line="0"><a class="anchor" | ||
href="#sunowsir.github.io"><svg class="octicon octicon-link" viewBox="0 0 16 16" | ||
version="1.1" width="16" height="16" aria-hidden="true"> | ||
<path fill-rule="evenodd" | ||
d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"> | ||
</path> | ||
</svg></a> <a href="http://sunowsir.github.io">sunowsir.github.io</a></h1> | ||
<ul> | ||
<li class="source-line" data-source-line="2"><a href="https://yl0618.tech:64440">ImmortalWrt</a> | ||
</li> | ||
<li class="source-line" data-source-line="3"><a href="https://yl0618.tech:64443">Alist</a></li> | ||
<li class="source-line" data-source-line="4"><a href="https://yl0618.tech:64445">adh-cn</a></li> | ||
<li class="source-line" data-source-line="5"><a href="https://yl0618.tech:64442">adh-oh</a></li> | ||
<li class="source-line" data-source-line="6"><a href="https://yl0618.tech:64274">ct-waf</a></li> | ||
<li class="source-line" data-source-line="7"><a href="https://yl0618.tech:64441">cockpit</a> | ||
</li> | ||
<li class="source-line" data-source-line="8"><a href="https://yl0618.tech:64444">nextcloud</a> | ||
</li> | ||
</ul> | ||
</section> | ||
</div> | ||
</main> | ||
</div> | ||
<script>__NEXT_DATA__ = {"props": {"pageProps": {}}, "page": "/", "query": {}, "buildId": "s7O4q0ISzv1r8jtwIkXLb", "nextExport": true}; __NEXT_LOADED_PAGES__ = []; __NEXT_REGISTER_PAGE = function (r, f) {__NEXT_LOADED_PAGES__.push([r, f])}</script> | ||
<script async="" id="__NEXT_PAGE__/" src="/_next/static/s7O4q0ISzv1r8jtwIkXLb/pages/index.js"></script> | ||
<script async="" id="__NEXT_PAGE__/_app" src="/_next/static/s7O4q0ISzv1r8jtwIkXLb/pages/_app.js"></script> | ||
<script async="" id="__NEXT_PAGE__/_error" src="/_next/static/s7O4q0ISzv1r8jtwIkXLb/pages/_error.js"></script> | ||
<script src="/_next/static/runtime/webpack-2ef50c24cc8d478adafc.js" async=""></script> | ||
<script src="/_next/static/chunks/commons.eb02219a61ab5016dbbe.js" async=""></script> | ||
<script src="/_next/static/runtime/main-3978781480e8c13aefab.js" async=""></script> | ||
<div> | ||
<div class="_th-container"> | ||
<div class="_th-click-hover _item-input"> | ||
x1.00 | ||
</div> | ||
<div class="_th-item _item-x2">></div> | ||
<div class="_th-item _item-x-2"><</div> | ||
<div class="_th-item _item-xx2">>></div> | ||
<div class="_th-item _item-xx-2"><<</div> | ||
<div class="_th-item _item-reset">O</div> | ||
</div> | ||
<div class="_th_cover-all-show-times _th_hidden"> | ||
<div class="_th_times">x1.00</div> | ||
</div> | ||
</div> | ||
<script> | ||
const previewElement = document.getElementById('preview') | ||
Vditor.setContentTheme('light', 'https://tditor.com/cdn/dist/css/content-theme'); | ||
Vditor.codeRender(previewElement); | ||
Vditor.highlightRender({"enable": true, "lineNumber": false, "style": "github"}, previewElement, 'https://tditor.com/cdn'); | ||
Vditor.mathRender(previewElement, { | ||
cdn: 'https://tditor.com/cdn', | ||
math: {"engine": "KaTeX", "inlineDigit": false, "macros": {}}, | ||
}); | ||
Vditor.mermaidRender(previewElement, 'https://tditor.com/cdn', 'classic'); | ||
Vditor.flowchartRender(previewElement, 'https://tditor.com/cdn'); | ||
Vditor.graphvizRender(previewElement, 'https://tditor.com/cdn'); | ||
Vditor.chartRender(previewElement, 'https://tditor.com/cdn', 'classic'); | ||
Vditor.mindmapRender(previewElement, 'https://tditor.com/cdn', 'classic'); | ||
Vditor.abcRender(previewElement, 'https://tditor.com/cdn'); | ||
Vditor.mediaRender(previewElement); | ||
Vditor.speechRender(previewElement); | ||
</script> | ||
<script src="https://tditor.com/cdn/dist/js/icons/ant.js"></script> | ||
</body> | ||
|
||
</html> |
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,11 @@ | ||
# sunowsir.github.io | ||
|
||
* [ImmortalWrt](https://yl0618.tech:64440) | ||
* [Alist](https://yl0618.tech:64443) | ||
* [adh-cn](https://yl0618.tech:64445) | ||
* [adh-oh](https://yl0618.tech:64442) | ||
* [ct-waf](https://yl0618.tech:64274) | ||
* [cockpit](https://yl0618.tech:64441) | ||
* [nextcloud](https://yl0618.tech:64444) | ||
|
||
|