1 Star 0 Fork 0

zxmh/note

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 6.62 KB
一键复制 编辑 原始数据 按行查看 历史
zxmh 提交于 2023-06-14 19:34 . commit message
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<title>ZWX's Notes</title>
<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" />
<link
rel="shortcut icon"
href="logo.ico"
type="image/x-icon"
/>
<link
rel="stylesheet"
href="./libs/vue.min.css"
integrity="sha512-Ofuff/As5MXt1cOVWpU4ND48tYNjnE0Wc6qv0FHqW+FGueMbJyjJWNNpJ3m+92V1txLsEiDxl6UKTIDanAep6g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="./libs/katex.min.css" />
<!-- CDN files for docsify-katex -->
<style>
:root {
--docsifytabs-border-color: #ededed;
--docsifytabs-tab-highlight-color: #42b983;
}
code {
font-family: consolas !important;
font-size: 1rem !important;
}
[class^='lang'] {
font-family: consolas !important;
font-size: 1rem !important;
line-height: 1.3rem !important;
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
kbd,
table,
p,
li {
font-size: 1rem !important;
margin: 8px;
}
h1 {
font-size: 1.5rem !important;
}
h2 {
font-size: 1.4rem !important;
}
h3 {
font-size: 1.3rem !important;
}
h4 {
font-size: 1.2rem !important;
}
h5 {
font-size: 1.1rem !important;
}
.katex {
font-size: 1.1rem !important;
}
h2,
h3,
h4,
h5 {
font-family: consolas, 'Microsoft YaHei' !important;
}
.scroll-to-top {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
background: #fff !important;
border-radius: 4px !important;
width: 40px !important;
height: 40px !important;
line-height: 38px !important;
color: #8590a6 !important;
-webkit-box-shadow: 0 1px 3px rgb(18 18 18 / 10%) !important;
box-shadow: 0 1px 3px rgb(18 18 18 / 10%) !important;
}
.scroll-to-top:hover {
background-color: #42b983 !important;
color: #fff !important;
}
</style>
</head>
<body>
<div id="app">加载中...</div>
<p id="quick-start"></p>
<script>
window.$docsify = {
name: "ZWX's Notes",
logo: '',
repo: "https://gitee.com/zxmh/note",
topMargin: 90,
loadSidebar: true,
loadNavbar: true,
subMaxLevel: 3,
mergeNavbar: false,
topMargin: 90,
auto2top: true,
coverpage: false,
notFoundPage: 'my404.md',
search: {
maxAge: 86400000,
placeholder: '搜索',
noData: '找不到结果',
hideOtherSidebarContent: false,
namespace: 'docsify-demo'
},
count: {
countable: true,
fontsize: '0.9em',
color: 'rgb(90,90,90)',
language: 'chinese'
},
// Valine - 一款快速、简洁且高效的无后端评论系统
// https://valine.js.org/
// Valine: {
// appId: '5NufTOH2LT8vML3d2RiToJLG-gzGzoHsz',
// appKey: 'SwC7ErRPmhsWI3Vn10YBhsmG'
// },
plugins: [
function (hook) {
var footer = [
'<hr/>',
'<footer>',
'<span>Created by <span>',
// https://mphy.me
'<span><a href="http://zxmh.gitee.io/blog/">ZWX</a> &copy;2023-PRESENT </a></span>',
//| <a style="text-decoration:none;color:#666" href="https://beian.miit.gov.cn">湘ICP备 2022004296
'</footer>'
].join('')
hook.afterEach(function (html) {
return html + footer
})
}
],
'flexible-alerts': {
style: 'flat'
},
'flexible-alerts': {
note: {
label: 'Hinweis'
},
tip: {
label: 'Tipp'
},
warning: {
label: 'Warnung'
},
attention: {
label: 'Achtung'
}
},
'flexible-alerts': {
note: {
label: {
'/de-DE/': 'Hinweis',
'/': 'Note'
}
},
tip: {
label: {
'/de-DE/': 'Tipp',
'/': 'Tip'
}
},
warning: {
label: {
'/de-DE/': 'Warnung',
'/': 'Warning'
}
},
attention: {
label: {
'/de-DE/': 'Achtung',
'/': 'Attention'
}
}
},
scrollToTop: {
auto: true,
text: 'Top',
right: 15,
bottom: 15,
offset: 500
},
tabs: {
persist: true, // default
sync: true, // default
theme: 'classic', // default
tabComments: true, // default
tabHeadings: true // default
}
}
</script>
<script src="https://unpkg.com/docsify@4.12.2/lib/docsify.min.js"></script>
<script src="libs/search.min.js"></script>
<script src="libs/zoom-image.min.js"></script>
<script src="https://unpkg.com/docsify-copy-code@2.1.1/dist/docsify-copy-code.min.js"></script>
<script src="libs/countable.js"></script>
<script src="libs/docsify-pagination.min.js"></script>
<!-- <script src="libs/Valine.min.js" defer></script> -->
<!-- <script src="https://unpkg.com/docsify-valine@1.0.4/dist/docsify-valine.min.js"></script> -->
<!-- 提醒卡片 -->
<script src="https://unpkg.com/docsify-plugin-flexible-alerts@1.1.0/dist/docsify-plugin-flexible-alerts.min.js"></script>
<!-- 回到顶部 -->
<script src="./libs/docsify-scroll-to-top.min.js"></script>
<script src="https://unpkg.com/docsify-tabs@1.5.2/dist/docsify-tabs.min.js"></script>
<script src="./libs/docsify-katex.js"></script>
<!-- CDN files for docsify-katex -->
<script src="./libs/docsify-katex.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zxmh/note.git
git@gitee.com:zxmh/note.git
zxmh
note
note
main

搜索帮助