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
1a8b4713
Unverified
Commit
1a8b4713
authored
Apr 02, 2019
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
♻
Fix #12749
parent
155a8d97
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
15 deletions
+8
-15
src/main/java/org/b3log/solo/service/InitService.java
src/main/java/org/b3log/solo/service/InitService.java
+2
-2
src/main/java/org/b3log/solo/util/Solos.java
src/main/java/org/b3log/solo/util/Solos.java
+1
-7
src/main/resources/solo.properties
src/main/resources/solo.properties
+1
-2
src/main/webapp/scss/admin.css
src/main/webapp/scss/admin.css
+1
-1
src/main/webapp/scss/base.css
src/main/webapp/scss/base.css
+1
-1
src/main/webapp/scss/start.css
src/main/webapp/scss/start.css
+1
-1
src/main/webapp/skins
src/main/webapp/skins
+1
-1
No files found.
src/main/java/org/b3log/solo/service/InitService.java
View file @
1a8b4713
...
@@ -55,7 +55,7 @@ import java.util.Set;
...
@@ -55,7 +55,7 @@ import java.util.Set;
* Solo initialization service.
* Solo initialization service.
*
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.5.2.3
2, Mar 29
, 2019
* @version 1.5.2.3
3, Apr 2
, 2019
* @since 0.4.0
* @since 0.4.0
*/
*/
@Service
@Service
...
@@ -287,7 +287,7 @@ public class InitService {
...
@@ -287,7 +287,7 @@ public class InitService {
comment
.
put
(
Comment
.
COMMENT_CONTENT
,
langPropsService
.
get
(
"helloWorld.comment.content"
));
comment
.
put
(
Comment
.
COMMENT_CONTENT
,
langPropsService
.
get
(
"helloWorld.comment.content"
));
comment
.
put
(
Comment
.
COMMENT_ORIGINAL_COMMENT_ID
,
""
);
comment
.
put
(
Comment
.
COMMENT_ORIGINAL_COMMENT_ID
,
""
);
comment
.
put
(
Comment
.
COMMENT_ORIGINAL_COMMENT_NAME
,
""
);
comment
.
put
(
Comment
.
COMMENT_ORIGINAL_COMMENT_NAME
,
""
);
comment
.
put
(
Comment
.
COMMENT_THUMBNAIL_URL
,
Solos
.
GRAVATAR
+
"59a5e8209c780307dbe9c9ba728073f5??s=60&r=G
"
);
comment
.
put
(
Comment
.
COMMENT_THUMBNAIL_URL
,
"https://img.hacpai.com/avatar/1353745196354_1535379434567.png?imageView2/1/w/64/h/64/q/100
"
);
comment
.
put
(
Comment
.
COMMENT_CREATED
,
now
);
comment
.
put
(
Comment
.
COMMENT_CREATED
,
now
);
comment
.
put
(
Comment
.
COMMENT_ON_ID
,
articleId
);
comment
.
put
(
Comment
.
COMMENT_ON_ID
,
articleId
);
comment
.
put
(
Comment
.
COMMENT_ON_TYPE
,
Article
.
ARTICLE
);
comment
.
put
(
Comment
.
COMMENT_ON_TYPE
,
Article
.
ARTICLE
);
...
...
src/main/java/org/b3log/solo/util/Solos.java
View file @
1a8b4713
...
@@ -53,7 +53,7 @@ import java.util.ResourceBundle;
...
@@ -53,7 +53,7 @@ import java.util.ResourceBundle;
* Solo utilities.
* Solo utilities.
*
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.8.0.
1, Mar 29
, 2019
* @version 1.8.0.
2, Apr 2
, 2019
* @since 2.8.0
* @since 2.8.0
*/
*/
public
final
class
Solos
{
public
final
class
Solos
{
...
@@ -68,11 +68,6 @@ public final class Solos {
...
@@ -68,11 +68,6 @@ public final class Solos {
*/
*/
public
static
final
String
FAVICON_API
;
public
static
final
String
FAVICON_API
;
/**
* Gravatar address.
*/
public
static
final
String
GRAVATAR
;
/**
/**
* Solo User-Agent.
* Solo User-Agent.
*/
*/
...
@@ -107,7 +102,6 @@ public final class Solos {
...
@@ -107,7 +102,6 @@ public final class Solos {
}
}
FAVICON_API
=
solo
.
getString
(
"faviconAPI"
);
FAVICON_API
=
solo
.
getString
(
"faviconAPI"
);
GRAVATAR
=
solo
.
getString
(
"gravatar"
);
}
}
static
{
static
{
...
...
src/main/resources/solo.properties
View file @
1a8b4713
...
@@ -18,9 +18,8 @@
...
@@ -18,9 +18,8 @@
#
#
# Description: Solo configurations.
# Description: Solo configurations.
# Version: 2.5.0.
0, Mar 29
, 2019
# Version: 2.5.0.
1, Apr 2
, 2019
# Author: Liang Ding
# Author: Liang Ding
#
#
gravatar
=
https://secure.gravatar.com/avatar/
faviconAPI
=
https://api.byi.pw/favicon?url=
faviconAPI
=
https://api.byi.pw/favicon?url=
src/main/webapp/scss/admin.css
View file @
1a8b4713
This diff is collapsed.
Click to expand it.
src/main/webapp/scss/base.css
View file @
1a8b4713
This diff is collapsed.
Click to expand it.
src/main/webapp/scss/start.css
View file @
1a8b4713
This diff is collapsed.
Click to expand it.
skins
@
443cacaf
Subproject commit
734a0979a7e54abe6478ce77efdb36ac6f32f39
6
Subproject commit
443cacafa36e709f9acbdd168b907a50f984035
6
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