mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-06 09:20:26 +08:00
Update
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -12,7 +12,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app">加载中,请稍后...</div>
|
||||
<div id="app">网页加载中...</div>
|
||||
<script>
|
||||
window.$docsify = {
|
||||
name: 'LinuxMirrors',
|
||||
@@ -50,6 +50,22 @@
|
||||
pathNamespaces: /^(\/(zh-cn|ru-ru))?(\/(v1|v2))?/
|
||||
},
|
||||
|
||||
// 页脚内容
|
||||
footer: {
|
||||
copy: '<span>© Copyrigh 2022 </span>',
|
||||
auth: '<a href="javascript:window.open(\'https://github.com/SuperManito\')">SuperManito</a>',
|
||||
pre: '',
|
||||
style: 'text-align: center;',
|
||||
class: 'className',
|
||||
},
|
||||
|
||||
// 阅读进度条
|
||||
progress: {
|
||||
position: "bottom",
|
||||
color: "var(--themeColor)",
|
||||
height: "3px",
|
||||
},
|
||||
|
||||
// 浅色|暗黑主题
|
||||
darklightTheme: {
|
||||
siteFont: "PT Sans",
|
||||
@@ -95,12 +111,14 @@
|
||||
<!-- Docsify v4 -->
|
||||
<script src="./js/docsify@4.js"></script>
|
||||
<!-- 暗黑主题 -->
|
||||
<script src="./js/dark-theme.js" type="text/javascript"></script>
|
||||
<!-- 底部跳转页码 -->
|
||||
<script src="./js/docsify-pagination.min.js"></script>
|
||||
<!-- 复制到剪贴板 -->
|
||||
<script src="./js/dark-theme.js"></script>
|
||||
<!-- 页脚内容 -->
|
||||
<script src="./js/docsify-footer-enh.min.js"></script>
|
||||
<!-- 复制代码到剪贴板 -->
|
||||
<script src="./js/docsify-copy-code.min.js"></script>
|
||||
<!-- Emoji支持 -->
|
||||
<!-- 阅读进度条 -->
|
||||
<script src="./js/docsify-progress.min.js"></script>
|
||||
<!-- Emoji表情支持 -->
|
||||
<script src="./js/emoji.min.js"></script>
|
||||
<!-- 搜索 -->
|
||||
<script src="./js/search.js"></script>
|
||||
|
||||
1
docs/js/docsify-footer-enh.min.js
vendored
Normal file
1
docs/js/docsify-footer-enh.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(o){var e={};function t(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return o[n].call(r.exports,r,r.exports,t),r.l=!0,r.exports}t.m=o,t.c=e,t.d=function(o,e,n){t.o(o,e)||Object.defineProperty(o,e,{enumerable:!0,get:n})},t.r=function(o){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(o,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(o,"__esModule",{value:!0})},t.t=function(o,e){if(1&e&&(o=t(o)),8&e)return o;if(4&e&&"object"==typeof o&&o&&o.__esModule)return o;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:o}),2&e&&"string"!=typeof o)for(var r in o)t.d(n,r,function(e){return o[e]}.bind(null,r));return n},t.n=function(o){var e=o&&o.__esModule?function(){return o.default}:function(){return o};return t.d(e,"a",e),e},t.o=function(o,e){return Object.prototype.hasOwnProperty.call(o,e)},t.p="",t(t.s=0)}([function(o,e,t){"use strict";t.r(e),window.$docsify=window.$docsify||{},window.$docsify.plugins=(window.$docsify.plugins||[]).concat((function(o,e){e.config.footer;let t=e.config.footer&&e.config.footer.copy?e.config.footer.copy:"<span>© 2019.</span>",n=e.config.footer&&e.config.footer.auth?e.config.footer.auth:'<span>Published with <a href="https://github.com/docsifyjs/docsify" target="_blank" rel="noreferrer" rel="noopener">docsify</a>.</span>',r=e.config.footer&&e.config.footer.style?`style="${e.config.footer.style}"`:"",f=e.config.footer&&e.config.footer.class?`class="${e.config.footer.class}"`:"";var i=`${e.config.footer&&e.config.footer.pre?""+e.config.footer.pre:""}<footer ${r} ${f}>${t} ${n}</footer>`;o.afterEach((function(o){return o+i}))}))}]);
|
||||
1
docs/js/docsify-pagination.min.js
vendored
1
docs/js/docsify-pagination.min.js
vendored
File diff suppressed because one or more lines are too long
8
docs/js/docsify-progress.min.js
vendored
Normal file
8
docs/js/docsify-progress.min.js
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Minified by jsDelivr using Terser v5.7.1.
|
||||
* Original file: /npm/docsify-progress@1.0.3/dist/progress.js
|
||||
*
|
||||
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
|
||||
*/
|
||||
function plugin(o,e){let t;o.mounted((function(){const o=document.getElementsByClassName("content")[0];t=parseFloat(window.getComputedStyle(o).paddingTop.replace("px",""));let e=`\n <div style="position: fixed; width: 100%; z-index: 999; height: ${window.$docsify.progress.height};\n ${"top"===window.$docsify.progress.position?"top: 0;":"bottom: 0;"}">\n <div id="progress-display" style="background-color: ${window.$docsify.progress.color}; width: 0; border-radius: 2px; height: ${window.$docsify.progress.height}; transition: width 0.3s;"></div>\n </div>\n `;const n=document.getElementsByTagName("body")[0];n.innerHTML=n.innerHTML+e;document.querySelector("div.sidebar-toggle-button").addEventListener("click",(function(o){o.stopPropagation(),function(){const o=document.getElementsByTagName("body")[0];o.classList.contains("close")?o.classList.remove("close"):o.classList.add("close")}()}))})),o.ready((function(){window.addEventListener("scroll",(function(o){let e=t+parseFloat(window.getComputedStyle(document.getElementById("main")).height.replace("px","")),n=document.body.scrollTop+document.documentElement.scrollTop,i=e-document.body.offsetHeight;document.getElementById("progress-display").style.width=Math.ceil(n/i*100)+"%"}))}))}window.$docsify.progress=Object.assign({position:"top",color:"var(--theme-color,#42b983)",height:"3px"},window.$docsify.progress),window.$docsify.plugins=[].concat(plugin,window.$docsify.plugins);
|
||||
//# sourceMappingURL=/sm/751d64f4b5f0684c3d90329d52ec68d82ee2d95f859eb9ffc311aed273874276.map
|
||||
Reference in New Issue
Block a user