Browse Source

替换图

master
luyisha 3 years ago
parent
commit
317b0d7a62
  1. 4
      src/views/home/index.vue
  2. 0
      static/images/icon/antFill-apple@3x.png
  3. 0
      static/images/icon/fab fa-android@3x.png

4
src/views/home/index.vue

@ -497,12 +497,12 @@
<div class="build-left-download d-flex">
<!-- ios -->
<div class="download">
<img src="../../../static/images/icon/antFill-apple@2x.png" alt="" />
<img src="../../../static/images/icon/antFill-apple@3x.png" alt="" />
<div class="download-ios-name">{{ $t("home.a24") }}</div>
</div>
<!-- android -->
<div class="download">
<img src="../../../static/images/icon/fab fa-android@2x.png" alt="" />
<img src="../../../static/images/icon/fab fa-android@3x.png" alt="" />
<div class="download-android-name">{{ $t("home.a25") }}</div>
</div>

0
static/images/icon/ios.png → static/images/icon/antFill-apple@3x.png

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

0
static/images/icon/andriod.png → static/images/icon/fab fa-android@3x.png

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Loading…
Cancel
Save