Browse Source

修改ico,首页图片,二维码,标题

master
liaoxinyu 1 year ago
parent
commit
70d52c5f72
  1. BIN
      src/assets/img/home/home19.png
  2. BIN
      src/assets/img/home/tro.png
  3. 4
      src/components/CommonFooter.vue
  4. BIN
      src/favicon.ico
  5. BIN
      src/favicon1.ico
  6. 14
      src/views/home/index.vue
  7. BIN
      static/favicon.ico
  8. BIN
      static/favicon1.ico

BIN
src/assets/img/home/home19.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 198 KiB

BIN
src/assets/img/home/tro.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

4
src/components/CommonFooter.vue

@ -248,11 +248,11 @@
<!-- </div> -->
</div>
<div class="footer-right">
<div style="font-size: 20px;">{{ $t("homeNewText.hh44",{name:"Trocoin"}) }}</div>
<div style="font-size: 20px;">{{ $t("homeNewText.hh44",{name:"Trowallets"}) }}</div>
<router-link class="jump_btn" to="/sign-up" v-if="!isLogin">{{ $t("homeNewText.hh48") }}</router-link>
<router-link class="jump_btn" to="/exchange" v-else>{{ $t("homeNewText.hh45") }}</router-link>
<img src="@/assets/img/home/tro.png" alt="" style="width: 120px;height: 120px;background-color: #ccc;">
<div style="font-size: 16px; color: #fff;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"Trocoin"}) }}</div>
<div style="font-size: 16px; color: #fff;margin-top: 12px;text-align: center;">{{ $t("homeNewText.hh46",{name:"Trowallets"}) }}</div>
</div>
</div>
</footer>

BIN
src/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
src/favicon1.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

14
src/views/home/index.vue

@ -125,13 +125,13 @@
<div class="Tradingplatform">
<div class="Tradingplatform_box2">
<div style="padding-top: 115px;">{{ $t("homeNewText.hh5") }}</div>
<div class="Tradingplatform_size18">{{ $t("homeNewText.hh6",{name:'Trocoin'}) }}</div>
<div class="Tradingplatform_size18">{{ $t("homeNewText.hh6",{name:'Trowallets'}) }}</div>
</div>
<div class="Tradingplatform_box">
<div class="Tradingplatform_box1">
<div class="Tradingplatform_img"><img src="@/assets/img/home/home7.png"></div>
<div style="font-size: 30px;margin-bottom: 20px;height: 90px;">{{ $t("homeNewText.hh7") }}</div>
<div class="Tradingplatform_size17">{{ $t("homeNewText.hh8",{name:'Trocoin'}) }}</div>
<div class="Tradingplatform_size17">{{ $t("homeNewText.hh8",{name:'Trowallets'}) }}</div>
</div>
<div class="Tradingplatform_box1">
<div class="Tradingplatform_img"><img src="@/assets/img/home/home8.png"></div>
@ -156,15 +156,15 @@
<div class="Tradingplatform_box1">
<div class="Tradingplatform_img"><img src="@/assets/img/home/home12.png"></div>
<div style="font-size: 30px;margin-bottom: 20px;height: 90px;">{{ $t("homeNewText.hh17") }}</div>
<div class="Tradingplatform_size17">{{ $t("homeNewText.hh18",{name:'Trocoin'}) }}</div>
<div class="Tradingplatform_size17">{{ $t("homeNewText.hh18",{name:'Trowallets'}) }}</div>
</div>
</div>
</div>
<div class="choose">
<div class="choose_box">
<div style="font-size: 42px;font-weight: bold;">{{ $t("homeNewText.hh19",{name:'Trocoin'}) }}</div>
<div style="font-size: 18px;color: #999999;">{{ $t("homeNewText.hh20",{name:'Trocoin'}) }}</div>
<div style="font-size: 42px;font-weight: bold;">{{ $t("homeNewText.hh19",{name:'Trowallets'}) }}</div>
<div style="font-size: 18px;color: #999999;">{{ $t("homeNewText.hh20",{name:'Trowallets'}) }}</div>
</div>
<div class="choose-flex">
@ -233,7 +233,7 @@
<div class="home-box-content-box">
<div style="text-align: center;">
<div style="margin-bottom: 40px;"><img src="@/assets/img/home/home16.png"></div>
<div style="text-align: center;font-size: 24px;font-weight: bold;">{{ $t("homeNewText.hh30",{name:'Trocoin'}) }}</div>
<div style="text-align: center;font-size: 24px;font-weight: bold;">{{ $t("homeNewText.hh30",{name:'Trowallets'}) }}</div>
</div>
<div>
<div style="margin-bottom: 40px;"><img src="@/assets/img/home/home17.png"></div>
@ -824,7 +824,7 @@
return Boolean(localStorage.token);
},
downloadLink() {
return "https://seee.trocoinc.com/download";
return "https://seee.Trowalletsc.com/download";
},
//
featuresList() {

BIN
static/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
static/favicon1.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Loading…
Cancel
Save