Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
solo-1
Commits
0d2a4fe0
Unverified
Commit
0d2a4fe0
authored
Feb 26, 2019
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
💄
my github page
parent
39178b42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
src/main/java/org/b3log/solo/service/PageMgmtService.java
src/main/java/org/b3log/solo/service/PageMgmtService.java
+5
-3
src/main/webapp/scss/start.scss
src/main/webapp/scss/start.scss
+4
-1
No files found.
src/main/java/org/b3log/solo/service/PageMgmtService.java
View file @
0d2a4fe0
...
@@ -19,7 +19,6 @@ package org.b3log.solo.service;
...
@@ -19,7 +19,6 @@ package org.b3log.solo.service;
import
org.apache.commons.lang.StringUtils
;
import
org.apache.commons.lang.StringUtils
;
import
org.b3log.latke.Keys
;
import
org.b3log.latke.Keys
;
import
org.b3log.latke.Latkes
;
import
org.b3log.latke.ioc.Inject
;
import
org.b3log.latke.ioc.Inject
;
import
org.b3log.latke.logging.Level
;
import
org.b3log.latke.logging.Level
;
import
org.b3log.latke.logging.Logger
;
import
org.b3log.latke.logging.Logger
;
...
@@ -46,7 +45,8 @@ import java.util.List;
...
@@ -46,7 +45,8 @@ import java.util.List;
* Page management service.
* Page management service.
*
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.1.0.13, Feb 7, 2019
* @author <a href="http://vanessa.b3log.org">Vanessa</a>
* @version 1.1.0.14, Feb 26, 2019
* @since 0.4.0
* @since 0.4.0
*/
*/
@Service
@Service
...
@@ -179,7 +179,9 @@ public class PageMgmtService {
...
@@ -179,7 +179,9 @@ public class PageMgmtService {
}
else
{
}
else
{
contentBuilder
.
append
(
"。"
);
contentBuilder
.
append
(
"。"
);
}
}
contentBuilder
.
append
(
"\n\n---\n\n"
);
if
(
i
<
gitHubRepos
.
length
()
-
1
)
{
contentBuilder
.
append
(
"\n\n---\n\n"
);
}
}
}
final
String
content
=
contentBuilder
.
toString
();
final
String
content
=
contentBuilder
.
toString
();
...
...
src/main/webapp/scss/start.scss
View file @
0d2a4fe0
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
*
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 2.0.0.
0, Feb 21
, 2019
* @version 2.0.0.
1, Feb 26
, 2019
*/
*/
@import
"reset"
;
@import
"reset"
;
...
@@ -63,6 +63,9 @@ h2 {
...
@@ -63,6 +63,9 @@ h2 {
font-size
:
16px
;
font-size
:
16px
;
margin
:
0
;
margin
:
0
;
padding
:
10px
20px
;
padding
:
10px
20px
;
a
:hover
{
color
:
#d23f31
;
}
}
}
input
[
type
=
password
],
input
[
type
=
password
],
...
...
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