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
71498192
Unverified
Commit
71498192
authored
Dec 14, 2019
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
改进初始化
parent
c4795ced
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
src/main/java/org/b3log/solo/processor/InitCheckHandler.java
src/main/java/org/b3log/solo/processor/InitCheckHandler.java
+2
-2
src/main/resources/scss/start.css
src/main/resources/scss/start.css
+1
-1
src/main/resources/scss/start.scss
src/main/resources/scss/start.scss
+1
-1
No files found.
src/main/java/org/b3log/solo/processor/InitCheckHandler.java
View file @
71498192
...
@@ -31,7 +31,7 @@ import org.b3log.solo.service.InitService;
...
@@ -31,7 +31,7 @@ import org.b3log.solo.service.InitService;
* Checks initialization handler.
* Checks initialization handler.
*
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.0.
1, Nov 3
, 2019
* @version 1.0.0.
2, Dec 14
, 2019
* @since 3.2.0
* @since 3.2.0
*/
*/
public
class
InitCheckHandler
implements
Handler
{
public
class
InitCheckHandler
implements
Handler
{
...
@@ -67,7 +67,7 @@ public class InitCheckHandler implements Handler {
...
@@ -67,7 +67,7 @@ public class InitCheckHandler implements Handler {
return
;
return
;
}
}
if
(
StringUtils
.
startsWith
(
requestURI
,
Latkes
.
getContextPath
()
+
"/
oauth/github
"
))
{
if
(
StringUtils
.
startsWith
(
requestURI
,
Latkes
.
getContextPath
()
+
"/
login/
"
))
{
// Do initialization
// Do initialization
context
.
handle
();
context
.
handle
();
...
...
src/main/resources/scss/start.css
View file @
71498192
This diff is collapsed.
Click to expand it.
src/main/resources/scss/start.scss
View file @
71498192
...
@@ -171,7 +171,7 @@ input[type=text]:focus {
...
@@ -171,7 +171,7 @@ input[type=text]:focus {
/* start */
/* start */
.start
{
.start
{
display
:
block
;
display
:
block
;
margin
:
20px
auto
4
0px
;
margin
:
20px
auto
2
0px
;
width
:
280px
;
width
:
280px
;
text-align
:
center
;
text-align
:
center
;
...
...
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