-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 7808f5c.
- Loading branch information
Showing
9 changed files
with
6,328 additions
and
936 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
.navbar .home-link .site-name { | ||
color: #F5712C; | ||
} | ||
|
||
.page .custom-block.tip { | ||
border-color: #F5712C; | ||
} | ||
|
||
.icon.outbound { | ||
display: none; | ||
} | ||
|
||
a { | ||
word-break: break-all; | ||
} | ||
|
||
#指南 { | ||
display: none; | ||
} | ||
|
||
#guide { | ||
display: none; | ||
} | ||
|
||
#app .global-ui .sw-update-popup { | ||
border: 1px solid #F5712C; | ||
} | ||
|
||
.routes .sidebar-group-items > li > .sidebar-sub-headers > .sidebar-sub-header > a { | ||
color: $accentColor; | ||
} | ||
|
||
#dplayer { | ||
margin-top: -1.5rem; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.hero .description { | ||
display: none; | ||
} | ||
|
||
.hero .action { | ||
display: none; | ||
} | ||
|
||
.hero.custom .action { | ||
display: block; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$accentColor = #F5712C |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
home: true | ||
actionText: Get Started → | ||
actionLink: /guide/ | ||
footer: MIT Licensed | Made with love by DIYgod | ||
--- | ||
|
||
<div> | ||
<DPlayer :immediate="true"></DPlayer> | ||
</div> | ||
|
||
<div class="hero custom"> | ||
<p class="actions"><a href="/guide/" class="action-button primary" aria-label="Get Started"> Get Started </a></p> | ||
</div> | ||
<div class="hero custom"><p class="action"><router-link to="/guide/" class="nav-link action-button">Get Started →</router-link></p></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.