|
@@ -0,0 +1,41 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <title>object-detector</title>
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
+ <meta name="description" content="gitub action example and docs">
|
|
|
+ <meta name="keywords" content="github, action, example, docs">
|
|
|
+ <link rel="icon" href="ico/favicon.ico">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
|
|
+ <link rel="stylesheet" href="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/docsify/4.12.2/themes/vue.css">
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div id="app"></div>
|
|
|
+ <script>
|
|
|
+ window.$docsify = {
|
|
|
+ name: '',
|
|
|
+ repo: '',
|
|
|
+ loadSidebar: true,
|
|
|
+ themeColor: '#3F51B5',
|
|
|
+ ahto2top: true,
|
|
|
+ plugins: [
|
|
|
+ function (hook, vm) {
|
|
|
+ hook.beforeEach(function (content) {
|
|
|
+ })
|
|
|
+ },
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ </script>
|
|
|
+ <!-- Docsify v4 -->
|
|
|
+ <script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/docsify/4.12.2/docsify.min.js"></script>
|
|
|
+ <!-- <script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
|
|
|
+ <script src="//unpkg.com/prismjs/components/prism-bash.js"></script>
|
|
|
+ <script src="//unpkg.com/docsify/lib/plugins/emoji.js"></script>
|
|
|
+ <script src="//unpkg.com/docsify-copy-code"></script>
|
|
|
+ <script src="//unpkg.com/docsify/lib/plugins/ga.js"></script> -->
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|