2022-01-01 04:47:37 +08:00
<!DOCTYPE html>
2022-11-15 10:43:58 +08:00
< html lang = "zh-cn" >
2022-01-01 04:47:37 +08:00
< head >
< meta charset = "UTF-8" >
2022-01-24 06:38:31 +08:00
< title > LinuxMirrors · 让换源更简单< / title >
2022-01-01 04:47:37 +08:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" / >
< meta name = "description" content = "Description" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, minimum-scale=1.0" >
2022-12-29 13:47:05 +08:00
< link rel = "stylesheet" href = "css/docsify.css" / >
< link rel = "icon" type = "image/x-icon" href = "img/icon/linux.svg" / >
2022-01-01 04:47:37 +08:00
< / head >
< body >
2022-12-29 13:47:05 +08:00
< div id = "app" >
< div class = "loader" >
< div class = "inner one" > < / div >
< div class = "inner two" > < / div >
< div class = "inner three" > < / div >
< / div >
< span style = "color: white;" > 正在加载< / span >
< / div >
< script type = "text/javascript" src = "themeConfig.js" > < / script >
2022-01-01 04:47:37 +08:00
< script >
window.$docsify = {
2022-12-29 13:47:05 +08:00
// 文档标题
2022-01-01 04:47:37 +08:00
name: 'LinuxMirrors',
2022-03-18 23:17:55 +08:00
// 右上角仓库icon
2022-01-01 04:47:37 +08:00
repo: 'https://github.com/SuperManito/LinuxMirrors',
// 导航栏logo
2022-12-29 13:47:05 +08:00
logo: '',
2022-01-01 04:47:37 +08:00
// 加载封面
coverpage: true,
// 小屏幕设备自动合并导航栏到侧边栏
mergeNavbar: true,
2022-12-29 13:47:05 +08:00
// 隐藏侧边栏
hideSidebar: true,
2022-01-01 04:47:37 +08:00
// 启用自定义404页
notFoundPage: true,
// 跳转后自动移到顶部
auto2top: true,
// 搜索
search: {
2022-11-15 10:43:58 +08:00
paths: 'auto',
2023-04-18 08:20:28 +08:00
maxAge: 86400000,
2022-11-15 10:43:58 +08:00
placeholder: '在此输入搜索内容',
noData: '找不到结果!',
2023-04-18 08:20:28 +08:00
depth: 6,
2022-01-01 04:47:37 +08:00
hideOtherSidebarContent: false, // 是否隐藏其他侧边栏内容
2022-12-29 13:47:05 +08:00
namespace: 'website',
2023-04-18 08:20:28 +08:00
pathNamespaces: ['/zh-cn'],
pathNamespaces: /^(\/(zh-cn))?(\/(v1|v2))?/
},
// 页面自定义标题
customPageTitle: {
suffix: 'Hellworld', // title suffix.
},
// 页脚内容
footer: {
style: 'text-align: center; font-size: 16px; line-height: 1.5; margin-top: 1.5em; color: var(--sidebarSublinkColor)',
copy: 'Copyright 2021 ~ 2023 < i class = "fa-regular fa-copyright" > < / i > < a href = "https://github.com/SuperManito" target = "_blank" > SuperManito< / a > < / br > ',
auth: 'Released under the < a href = "https://github.com/SuperManito/LinuxMirrors/blob/main/LICENSE" target = "_blank" > GPL-2.0< / a > . Website built with < a href = "https://docsify.js.org" target = "_blank" rel = "noreferrer" rel = "noopener" > Docsify< / a > '
2022-01-01 04:47:37 +08:00
},
2022-12-29 13:47:05 +08:00
// 选项卡
tabs: {
persist: true,
sync: true,
theme: 'classic',
tabComments: true,
tabHeadings: true
},
2022-02-21 09:59:33 +08:00
// 字数统计
count: {
countable: true,
position: 'bottom',
2023-04-18 08:20:28 +08:00
margin: "0",
2022-02-21 09:59:33 +08:00
float: 'right',
fontsize: '1em',
color: 'var(--textColor)',
language: 'chinese',
localization: {
words: "",
minute: ""
},
isExpected: true
},
2023-04-18 08:20:28 +08:00
// 分页导航
pagination: {
previousText: '上一页',
nextText: '下一页',
crossChapter: true,
2022-11-15 10:43:58 +08:00
},
2022-02-21 09:59:33 +08:00
// 灵活警告插件
'flexible-alerts': {
note: {
label: {
'/': '注释'
}
},
tip: {
label: {
2023-04-18 08:20:28 +08:00
'/': '提示'
2022-02-21 09:59:33 +08:00
}
},
warning: {
label: {
'/': '警告'
}
},
attention: {
label: {
'/': '注意'
}
}
},
2022-02-03 09:43:12 +08:00
// 阅读进度条
progress: {
position: "bottom",
color: "var(--themeColor)",
2022-11-15 10:43:58 +08:00
height: "2px",
2022-02-03 09:43:12 +08:00
},
2022-12-29 13:47:05 +08:00
// 主题配置
darklightTheme: themeConfig
2022-01-01 04:47:37 +08:00
}
< / script >
2022-12-29 13:47:05 +08:00
<!-- Docsify v4.13 -->
2023-04-18 08:20:28 +08:00
< script type = "text/javascript" src = "js/docsify.js" > < / script >
<!-- Font Awesome 图标 -->
< script type = "text/javascript" src = "js/docsify-fontawesome.js" > < / script >
< script type = "text/javascript" src = "js/fontawesome-kit.js" > < / script >
<!-- 主题 -->
< script type = "text/javascript" src = "js/docsify-darklightTheme.js" > < / script >
<!-- 灵活警告 -->
< script type = "text/javascript" src = "js/docsify-flexible-alerts.js" > < / script >
2022-02-03 09:43:12 +08:00
<!-- 页脚内容 -->
2023-04-18 08:20:28 +08:00
< script type = "text/javascript" src = "js/docsify-footer.js" > < / script >
<!-- 复制按钮 -->
< script type = "text/javascript" src = "js/docsify-copyButton.js" > < / script >
2022-02-21 09:59:33 +08:00
<!-- 字数统计 -->
2023-04-18 08:20:28 +08:00
< script type = "text/javascript" src = "js/docsify-countable.js" > < / script >
2022-02-03 09:43:12 +08:00
<!-- 阅读进度条 -->
2023-04-18 08:20:28 +08:00
< script type = "text/javascript" src = "js/docsify-progress.js" > < / script >
2022-02-03 09:43:12 +08:00
<!-- Emoji表情支持 -->
2023-04-18 08:20:28 +08:00
< script type = "text/javascript" src = "js/docsify-emoji.js" > < / script >
2022-01-01 04:47:37 +08:00
<!-- 搜索 -->
2023-04-18 08:20:28 +08:00
< script type = "text/javascript" src = "js/docsify-search.js" > < / script >
2022-11-15 10:43:58 +08:00
<!-- 本地离线缓存模式 -->
2022-01-01 04:47:37 +08:00
< script >
2022-12-29 13:47:05 +08:00
if (typeof navigator.serviceWorker !== 'undefined') {navigator.serviceWorker.register('js/docsify-serviceWorker.js')}
2022-01-01 04:47:37 +08:00
< / script >
2023-04-18 08:20:28 +08:00
<!-- 代码块高亮 -->
< script type = "text/javascript" src = "js/prism-bash.min.js" > < / script >
2022-01-01 04:47:37 +08:00
< / body >
< / html >