“dbd31ed4ecb031f56dc3c50af7585b8758ae8de0”上不存在“...git@gitcode.net:paddlepaddle/PaddleDetection.git”
提交 97d51dc8 编写于 作者: 彭世瑜's avatar 彭世瑜

fix

上级 c0fdaa55
...@@ -70,6 +70,7 @@ Celery ...@@ -70,6 +70,7 @@ Celery
[Django REST framework](https://www.django-rest-framework.org/): a powerful and flexible toolkit for building Web APIs. [Django REST framework](https://www.django-rest-framework.org/): a powerful and flexible toolkit for building Web APIs.
[SQLAlchemy](https://www.sqlalchemy.org/):the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. [SQLAlchemy](https://www.sqlalchemy.org/):the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
- [SQLAlchemy 1.4 Documentation](https://docs.sqlalchemy.org/en/14/)
[pip](https://pypi.python.org/pypi/pip/) is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes. [pip](https://pypi.python.org/pypi/pip/) is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes.
......
...@@ -17,6 +17,18 @@ ...@@ -17,6 +17,18 @@
<link rel="stylesheet" <link rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css"> href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css">
<style>
.last-update-time-wrap {
padding: 20px 0;
}
.last-update-time {
border-left: 4px solid var(--theme-color, #42b983);
color: #858585;
margin: 2em 0;
padding-left: 20px;
}
</style>
</head> </head>
<body> <body>
...@@ -37,11 +49,23 @@ ...@@ -37,11 +49,23 @@
placeholder: '搜索', placeholder: '搜索',
noData: '没有结果!', noData: '没有结果!',
}, },
// 显示更新时间
timeUpdater: {
// text: ">最后更新时间: {docsify-updated}",
text: "<div class='last-update-time-wrap'><div class='last-update-time'>最后更新时间: {docsify-updated}</div></div>",
formatUpdated: "{YYYY}-{MM}-{DD} {HH}:{mm}",
},
// 目录
toc: {
scope: '.markdown-section',
headings: 'h1, h2, h3, h4, h5, h6',
title: '目录',
},
} }
</script> </script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script> <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-java.min.js"></script> <script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-java.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script> <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js"></script> <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js"></script>
...@@ -49,6 +73,11 @@ ...@@ -49,6 +73,11 @@
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.js"></script> <script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code"></script> <script src="//cdn.jsdelivr.net/npm/docsify-copy-code"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-updated@1/src/time-updater.min.js"></script>
<link rel="stylesheet"
href="https://unpkg.com/docsify-toc@1.0.0/dist/toc.css">
<script src="https://unpkg.com/docsify-toc@1.0.0/dist/toc.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册