File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ export const IndexPage: ComponentType = withGlobalErrorBoundary(() => {
18
18
const { isMD } = useCurrentSize ( )
19
19
return (
20
20
< div className = "flex flex-col md:flex-row px-4 mt-4 md:px-8 md:mt-8 max-w-[96rem] mx-auto" >
21
- { isMD && < Ads /> }
22
21
< div className = "md:w-2/3 order-2 md:order-1 mr-0 md:mr-8 mt-4 md:mt-0" >
23
22
< Operations />
24
23
</ div >
@@ -56,8 +55,6 @@ export const IndexPage: ComponentType = withGlobalErrorBoundary(() => {
56
55
</ >
57
56
) ) }
58
57
</ div >
59
-
60
- < Ads />
61
58
</ div >
62
59
</ div >
63
60
) }
@@ -66,17 +63,3 @@ export const IndexPage: ComponentType = withGlobalErrorBoundary(() => {
66
63
</ div >
67
64
)
68
65
} )
69
-
70
- const Ads = ( ) => (
71
- // eslint-disable-next-line react/jsx-no-target-blank
72
- < a
73
- className = "block relative dark:brightness-[85%]"
74
- href = "https://adl.netease.com/d/g/mmwb/c/ad_MAA_cpa"
75
- target = "_blank"
76
- >
77
- < img src = "/ads_mumu.jpg" alt = "MuMu模拟器" />
78
- < div className = "absolute bottom-2 right-2 border border-current rounded text-[10px] text-zinc-300 px-1 " >
79
- 广告
80
- </ div >
81
- </ a >
82
- )
You can’t perform that action at this time.
0 commit comments