8 Star 6 Fork 8

magic/DatebaseBook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
open.html 965 Bytes
一键复制 编辑 原始数据 按行查看 历史
magic 提交于 2021-03-23 09:43 . update open.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>DataBaseBook</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"/>
<link href="https://cdn.bootcss.com/jquery-confirm/3.3.4/jquery-confirm.min.css" rel="stylesheet">
<script src="static/js/jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="https://cdn.bootcss.com/marked/0.6.2/marked.js"></script>
<script src="https://cdn.bootcss.com/marked/0.6.2/marked.min.js"></script>
<style>
.muse-background {
background-image: linear-gradient(270deg,#759fff,#fcd2ff);
}
</style>
</head>
<body class="muse-background">
<div class="configContent" style="height: auto; width: auto;">
</div>
</body>
<script>
$.get("https://magic-ice.gitee.io/datebasebook/README.md", function (response, status, xhr) {
$(".configContent").html(marked(response));
})
</script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/magic-ice/DatebaseBook.git
git@gitee.com:magic-ice/DatebaseBook.git
magic-ice
DatebaseBook
DatebaseBook
master

搜索帮助