Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
ffb25246
Commit
ffb25246
authored
Apr 16, 2016
by
antoor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Null
atom编辑器自动加上的换行符=.=
parent
942cdbc9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
app.js
app.js
+1
-2
index.css
static/css/index.css
+1
-1
index.html
views/index.html
+1
-1
No files found.
app.js
View file @
ffb25246
...
...
@@ -44,5 +44,4 @@ app
[
'menubar'
,
'request'
,
'database'
,
'cache'
,
'update'
].
map
((
_
)
=>
{
new
(
require
(
`./modules/
${
_
}
`
)
)(
electron
,
app
,
mainWindow
);
});
});
\ No newline at end of file
});
static/css/index.css
View file @
ffb25246
...
...
@@ -163,4 +163,4 @@ html, body, #container, #loading {
-ms-transform
:
translate
(
0
,
-6.25px
);
transform
:
translate
(
0
,
-6.25px
);
top
:
25px
;
left
:
100px
;
}
\ No newline at end of file
left
:
100px
;
}
views/index.html
View file @
ffb25246
...
...
@@ -30,4 +30,4 @@
<div
id=
"container"
></div>
</body>
<script
src=
"../static/build/load.bundle.js"
></script>
</html>
\ No newline at end of file
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment