Skip to content

Commit b355e23

Browse files
author
piexlmax
committed
增加smartide
1 parent 0b63b28 commit b355e23

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

src/pages/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,16 @@ function Home() {
163163
src={useBaseUrl('guanwang/miaodian2.png')}
164164
/>
165165
</Link>
166+
<Link className={clsx(
167+
styles.ad
168+
)}
169+
to="https://www.geelevel.com/"
170+
>
171+
<img
172+
onClick={()=>{return fasle}}
173+
src={useBaseUrl('guanwang/smartide.png')}
174+
/>
175+
</Link>
166176
</div>
167177
<main>
168178
{" "}

src/pages/styles.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
* CSS files with the .module.css suffix will be treated as CSS modules
66
* and scoped locally.
77
*/
8+
.ad+.ad{
9+
margin-left:12px;
10+
}
11+
812
.jinpai{
913
font-size: 24px;
1014
text-align: center;

static/guanwang/smartide.png

16 KB
Loading

0 commit comments

Comments
 (0)