Skip to content

Commit

Permalink
test ads on single page
Browse files Browse the repository at this point in the history
  • Loading branch information
Gzh0821 committed Nov 23, 2024
1 parent 999dc52 commit ae4cf2d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/download/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ onBeforeMount(() => {
gameInfoData.value = res.data;
});
})
onMounted(() => {
// loadAd();
(adsbygoogle = window.adsbygoogle || []).push({});
})
</script>

> [!important]
Expand Down Expand Up @@ -68,6 +72,13 @@ onBeforeMount(() => {

<!-- home -->

<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7637695321442015"
data-ad-slot="7113006248"
data-ad-format="auto"
data-full-width-responsive="true">
</ins>

## 更新日志

Expand Down

0 comments on commit ae4cf2d

Please sign in to comment.