1 Star 0 Fork 1

leixun/bdlw01

forked from 燎原/bdlw01 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 2.78 KB
一键复制 编辑 原始数据 按行查看 历史
lei.yang03 提交于 2021-11-23 14:48 . font
<!--
* @Description:
* @Author: 幺五六1
* @Date: 2021-01-06 12:29:34
* @LastEditors: 幺五六
* @LastEditTime: 2021-01-06 14:25:26
-->
<!DOCTYPE html>
<html>
<head>
<!-- 不缓存 -->
<!-- http 1.0 -->
<meta http-equiv="pragma" content="no-cache" />
<!-- http 1.1 -->
<meta http-equiv="content-type" content="no-cache, must-revalidate" />
<!-- http 1.0 -->
<meta http-equiv="expires" content="Sat Nov 20 2021 14:30:23 GMT+0800" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<title>半岛·蓝湾业委会筹备</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css"> -->
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css"> -->
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css"> -->
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/dark.css"> -->
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/pure.css"> -->
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/dolphin.css"> -->
<style>
.app-name-link img {
width: auto;
}
</style>
</head>
<body>
<div id="app"></div>
<style>
.app-name-link img{
max-width: 75% !important;
margin-bottom: -20px;
}
.app-name-link p{
font-size: initial;
margin-bottom: -10px;
margin-left: 20px;
color: slategray;
}
.markdown-section blockquote {
padding: 10px 10px;
}
.main-title {
font-size: 24px;
padding-bottom: 20px;
font-weight: 700;
}
</style>
<script>
window.addEventListener('pageshow', (e) => {
console.log('e: ', e);
if (e.persisted || (window.performance &&
window.performance.navigation.type == 255)) {
console.log(111);
location.reload()
}
}, false)
window.$docsify = {
//...
name: '业委会推进事项',
loadSidebar: 'menu.md',
subMaxLevel: 3,
auto2top: true,
coverpage: false,
// 搜索
search: {
placeholder: '搜索...',
noData: '未查找到相关内容!'
},
requestHeaders: {
'cache-control': 'no-cache, no-store'
}
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leixun/bdlw01.git
git@gitee.com:leixun/bdlw01.git
leixun
bdlw01
bdlw01
master

搜索帮助