Skip to content

Commit 201b1d4

Browse files
committed
替换 logo
1 parent 7f3c047 commit 201b1d4

30 files changed

+149
-42
lines changed

.idea/workspace.xml

Lines changed: 147 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/vue/layout/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div id="hero">
1010
<div class="inner">
1111
<div class="left">
12-
<img class="hero-logo" src="<%- url_for("/images/logo.png") %>" alt="vue logo">
12+
<img class="hero-logo" src="<%- url_for("/images/logo-big.png") %>" alt="vue logo">
1313
</div><div class="right">
1414
<h2 class="vue">APIJSON</h2>
1515
<h1>

themes/vue/source/css/index.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ body
4545
width: auto
4646
height: 215px
4747
float: right
48-
margin-right: 60px
48+
margin-right: 30px
4949
h1
5050
font-weight: 300
5151
margin: 0

themes/vue/source/images/icons/android-icon-144x144.png

100755100644
14.2 KB
Loading

themes/vue/source/images/icons/android-icon-192x192.png

100755100644
18.2 KB
Loading

themes/vue/source/images/icons/android-icon-36x36.png

100755100644
2.26 KB
Loading

themes/vue/source/images/icons/android-icon-48x48.png

100755100644
3.05 KB
Loading

themes/vue/source/images/icons/android-icon-72x72.png

100755100644
5.92 KB
Loading

themes/vue/source/images/icons/android-icon-96x96.png

100755100644
8 KB
Loading

themes/vue/source/images/icons/apple-icon-114x114.png

100755100644
10.2 KB
Loading

0 commit comments

Comments
 (0)