Commit ffb25246 authored by antoor's avatar antoor

Null

atom编辑器自动加上的换行符=.=
parent 942cdbc9
...@@ -44,5 +44,4 @@ app ...@@ -44,5 +44,4 @@ app
['menubar', 'request', 'database', 'cache', 'update'].map((_) => { ['menubar', 'request', 'database', 'cache', 'update'].map((_) => {
new ( require(`./modules/${_}`) )(electron, app, mainWindow); new ( require(`./modules/${_}`) )(electron, app, mainWindow);
}); });
});
});
\ No newline at end of file
...@@ -163,4 +163,4 @@ html, body, #container, #loading { ...@@ -163,4 +163,4 @@ html, body, #container, #loading {
-ms-transform: translate(0, -6.25px); -ms-transform: translate(0, -6.25px);
transform: translate(0, -6.25px); transform: translate(0, -6.25px);
top: 25px; top: 25px;
left: 100px; } left: 100px; }
\ No newline at end of file
...@@ -30,4 +30,4 @@ ...@@ -30,4 +30,4 @@
<div id="container"></div> <div id="container"></div>
</body> </body>
<script src="../static/build/load.bundle.js"></script> <script src="../static/build/load.bundle.js"></script>
</html> </html>
\ No newline at end of file
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