|
@@ -1,23 +1,36 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
+
|
|
|
<head>
|
|
|
- <meta charset="UTF-8">
|
|
|
- <title>dragact - A powerful draggable layout system</title>
|
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
- <meta name="description" content="A powerful draggable layout system">
|
|
|
- <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
|
- <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0;" name="viewport" />
|
|
|
+ <meta name="theme-color" content="#000000">
|
|
|
+ <link rel="manifest" href="/manifest.json">
|
|
|
+ <link rel="shortcut icon" href="/favicon.ico">
|
|
|
+ <title>Dragact</title>
|
|
|
+ <link href="https://cdn.jsdelivr.net/npm/prismjs@1.13.0/themes/prism-okaidia.css" rel="stylesheet">
|
|
|
+ <link href="//unpkg.com/trumpdoc@0.1.13/trumpdoc.css" rel="stylesheet">
|
|
|
</head>
|
|
|
+
|
|
|
<body>
|
|
|
- <div id="app"></div>
|
|
|
- <script>
|
|
|
- window.$docsify = {
|
|
|
- loadSidebar: true,
|
|
|
- name: 'Dragact',
|
|
|
- subMaxLevel: 2,
|
|
|
- repo: ''
|
|
|
- }
|
|
|
- </script>
|
|
|
- <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
|
+ <noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
+ <div id="root"></div>
|
|
|
+ <script type='text/javascript'>
|
|
|
+ window.$trumpDoc = {
|
|
|
+ user: '215566435',
|
|
|
+ repo: 'Dragact',
|
|
|
+ cover: true,
|
|
|
+ repoUrl: 'https://github.com/215566435/Dragact',
|
|
|
+ skin: 'dark',
|
|
|
+ coverDetail: {
|
|
|
+ title: 'Dragact',
|
|
|
+ subTitle: 'Dragact是一款React组件,他能够使你简单、快速的构建出一款强大的拖拽式网格(grid)布局.',
|
|
|
+ list: [],
|
|
|
+ animation:void 666
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ </script>
|
|
|
+ <script src="//unpkg.com/trumpdoc@0.1.13/trumpdoc.js"></script>
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|