Browse Source

添加图标,二维码

master
liaoxinyu 2 years ago
parent
commit
1e9c6988e5
  1. 2
      build/webpack.dev.conf.js
  2. 2
      build/webpack.prod.conf.js
  3. BIN
      src/assets/img/home/qrcode.png
  4. BIN
      src/assets/img/home/qrcode0.png
  5. BIN
      src/favicon.ico
  6. BIN
      src/favicon.png
  7. 2
      src/index.html
  8. 4
      src/views/college/index.vue
  9. 30
      src/views/home/index.vue
  10. BIN
      static/btc.png

2
build/webpack.dev.conf.js

@ -85,7 +85,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
filename: 'index.html', // html生成的文件 `/index.html`
template: 'src/index.html', // webpack模板 默认为src/index.ejs
inject: true, // 开启自动注入模块入口文件
favicon: path.resolve(__dirname, '../src/favicon.ico'),
favicon: path.resolve(__dirname, '../src/favicon.png'),
title: 'Crypto | ExChange | Market',
isProduct : process.env.NODE_ENV == 'production' ? true : false,
}),

2
build/webpack.prod.conf.js

@ -85,7 +85,7 @@ const webpackConfig = merge(baseWebpackConfig, {
filename: config.build.index,
template: 'src/index.html',
inject: true,
favicon: path.resolve(__dirname, '../src/favicon.ico'),
favicon: path.resolve(__dirname, '../src/favicon.png'),
title: 'Crypto',
minify: {
removeComments: true,

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
src/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

BIN
src/favicon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

2
src/index.html

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title id="appTitle">BTCoinmt</title>
<link rel="icon" id="appIcon" href="/static/favicon.ico" type="image/x-icon">
<link rel="icon" id="appIcon" href="/static/btc.png" type="image/x-icon">
<style>
#MICHAT-MINI-WRAP{
margin-bottom: -19px;

4
src/views/college/index.vue

@ -17,8 +17,8 @@
<li class="d-flex align-items-start my-3">
<div class="num text-light">1</div>
<div>
<div class="label h5">{{$t('college.register')}} AMATAK</div>
<div class="txt">{{$t('college.visit',{name:'AMATAK'})}}</div>
<div class="label h5">{{$t('college.register')}} BTCoinmt</div>
<div class="txt">{{$t('college.visit',{name:'BTCoinmt'})}}</div>
</div>
</li>
<li class="d-flex align-items-start my-3">

30
src/views/home/index.vue

@ -507,7 +507,7 @@
<div><img src="@/assets/img/home/home4.png" alt="" width="668px" height="399px"></div>
<div style="width: 480px;">
<div class="trade_box">
<div class="trade_img"></div>
<div class="trade_img"><img src="@/assets/img/home/qrcode.png" style="border-radius: 10px;" alt=""></div>
<div style="margin-left: 15px;">
<div>{{ $t("home.a22") }}</div>
<div style="font-weight: bold;">IOS & Android apps</div>
@ -515,21 +515,25 @@
</div>
<div style="margin-top: 40px;">
<div class="d-flex">
<div style="margin-right: 80px;">
<img style="margin-left: 10px;" src="../../assets/img/home/apple_1.png" alt="" class="icon"
width="40px" height="40px">
<div>App Store</div>
</div>
<div style="margin-right: 80px;">
<img style="margin-left: 8px;" src="../../assets/img/home/android_1.png" alt="" class="icon"
width="40px" height="40px">
<div>Android</div>
</div>
<div style="margin-right: 40px;">
<a href="https://app.btcoinmt.com/download/BTCoinmt.html" style="display: inline-block;width: 105px;text-decoration: none;">
<div style="margin-right: 20px;">
<img style="margin-left: 10px;" src="../../assets/img/home/apple_1.png" alt="" class="icon"
width="40px" height="40px">
<div>App Store</div>
</div>
</a>
<a href="https://app.btcoinmt.com/download/BTCoinmt.html" style="display: inline-block;width: 100px;text-decoration: none;">
<div style="margin-right: 0px;">
<img style="margin-left: 8px;" src="../../assets/img/home/android_1.png" alt="" class="icon"
width="40px" height="40px">
<div>Android</div>
</div>
</a>
<!-- <div style="margin-right: 40px;">
<img style="margin-left: 25px;" src="../../assets/img/home/google_1.png" alt="" class="icon"
width="40px" height="40px">
<div>Google Play</div>
</div>
</div> -->
</div>
</div>
</div>

BIN
static/btc.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save