Browse Source

Merge branch 'test' of https://git.yishihui.com/DeNet/de-net-official into test

zhangwei 3 years ago
parent
commit
55d06dd14e
2 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/index.vue
  2. BIN
      static/img/icon-logo.png

+ 3 - 3
pages/index.vue

@@ -2,7 +2,7 @@
 	<div style="width: 100%; height: 100%;">
 	<div style="width: 100%; height: 100%;">
 		<div class="content" :style="{ 'background': `#F5FAFF` }" v-show="show_home" v-if="detail">
 		<div class="content" :style="{ 'background': `#F5FAFF` }" v-show="show_home" v-if="detail">
 			<div class="logo">
 			<div class="logo">
-				<img src="/svg/icon-logo.svg" alt />
+				<img src="/img/icon-logo.png" alt />
 			</div>
 			</div>
 			<!-- 未开始 -->
 			<!-- 未开始 -->
 			<div class="not-open" v-show="status == 'not-open'">
 			<div class="not-open" v-show="status == 'not-open'">
@@ -228,7 +228,7 @@ export default {
 			},
 			},
 			currencyIconPath: '',
 			currencyIconPath: '',
 			title: '',
 			title: '',
-			twitterTitle: 'deNet',
+			twitterTitle: 'DeNet: An Easy Web3 Tool For GIVEAWAY / AIRDROP',
 			jumpUrl: jumpUrl,
 			jumpUrl: jumpUrl,
 			status: '',
 			status: '',
 			page_index: 1,
 			page_index: 1,
@@ -789,7 +789,7 @@ body,
 
 
 		img {
 		img {
 			width: 10.7rem;
 			width: 10.7rem;
-			height: 4rem;
+			height: 3.4rem;
 		}
 		}
 	}
 	}
 
 

BIN
static/img/icon-logo.png