Commit 81577c81 authored by Xiaoming Liu's avatar Xiaoming Liu Committed by 偏右

add roadhog "hash" charater (#256)

* Create index.ejs

add roadhog 'hash' character, which needs 'src/index.ejs'

* Update .roadhogrc

add config: "hash": true

* Update index.ejs

fix with 2 spaces

* Delete index.html
parent 1ac8b455
...@@ -19,5 +19,6 @@ ...@@ -19,5 +19,6 @@
"g2-plugin-slider": "G2.Plugin.slider" "g2-plugin-slider": "G2.Plugin.slider"
}, },
"ignoreMomentLocale": true, "ignoreMomentLocale": true,
"theme": "./src/theme.js" "theme": "./src/theme.js",
"hash": true
} }
...@@ -6,11 +6,10 @@ ...@@ -6,11 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ant Design Pro</title> <title>Ant Design Pro</title>
<link rel="icon" href="https://gw.alipayobjects.com/zos/rmsportal/IOtlElCiWVIOZqgDslYd.png" type="image/x-icon"> <link rel="icon" href="https://gw.alipayobjects.com/zos/rmsportal/IOtlElCiWVIOZqgDslYd.png" type="image/x-icon">
<link rel="stylesheet" href="index.css" />
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="https://gw.alipayobjects.com/as/g/??datavis/g2/2.3.12/index.js,datavis/g-cloud/1.0.2/index.js,datavis/g2-plugin-slider/1.2.1/slider.js"></script> <script src="https://gw.alipayobjects.com/as/g/??datavis/g2/2.3.12/index.js,datavis/g-cloud/1.0.2/index.js,datavis/g2-plugin-slider/1.2.1/slider.js"></script>
<script src="index.js"></script>
</body> </body>
</html> </html>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment