瀏覽代碼

[edit] logo、 title

wenliming 3 年之前
父節點
當前提交
11939e4321
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      pages/index.vue
  2. 二進制
      static/img/icon-logo.png

+ 3 - 3
pages/index.vue

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

二進制
static/img/icon-logo.png