加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
{791586419@qq.com} 提交于 2024-06-13 20:27 . commit
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1"> -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>记忆网</title>
<meta name="keywords" content="">
<meta name="description" content="" />
<style>
.van-back-top {
background: transparent;
}
.t-image-viewer__utils {
/* display: none !important; */
}
.t-image-viewer__utils-content>.t-image-viewer__modal-icon:last-child {
display: none !important;
}
.t-image-viewer__modal-icon:last-child {
display: none;
}
.mx-menu-ghost-host.fullscreen {
z-index: 6666 !important;
}
.mx-menu-ghost-host {
z-index: 6666 !important;
}
body,
html {
background-color: #f5f5f5;
}
</style>
<!-- <script src="https://static.jiyi.show/door/js/jquery.hover3d.js"></script> -->
</head>
<body>
<div id="app"></div>
<script src="https://qzonestyle.gtimg.cn/qzone/qzact/common/share/share.js"></script>
<script src="https://tjs.sjs.sinajs.cn/open/thirdpart/jsbridge.js"></script>
<script type="module" src="/src/main.ts"></script>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?0dc202b8f6fda4471953a94bbba54caa";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化